diff --git a/test_results/2009-12-10 g++-4_2_i386 b/test_results/2009-12-10 g++-4_2_i386 deleted file mode 100644 index c34bd247..00000000 --- a/test_results/2009-12-10 g++-4_2_i386 +++ /dev/null @@ -1,4031 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp: In function ‘int main()’: -initializer_list.pass.cpp:47: error: scalar object ‘m’ requires one element in initializer -initializer_list.pass.cpp:49: error: ‘distance’ was not declared in this scope -initializer_list.pass.cpp:51: error: ‘next’ was not declared in this scope -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/map/map.cons -passed 13 tests in /cayuga/test/containers/associative/map/map.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 11 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 13 tests in /cayuga/test/containers/associative/multimap/multimap.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 11 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multiset -passed 21 tests in /cayuga/test/containers/associative/multiset -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 13 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/set -passed 21 tests in /cayuga/test/containers/associative/set -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/set/set.cons -passed 13 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 9 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 12 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 25 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -stream_inserter.pass.cpp:37:2: error: #error basic_ostream& operator<<(basic_ostream& os, const error_code& ec) not implemented -stream_inserter.pass.cpp failed to compile -failed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1861: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1870: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1861: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1870: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1861: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1870: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1588: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1536: error: within this context -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1859: error: within this context -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1859: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1855: error: within this context -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1855: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1855: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1386: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1855: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1592: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1855: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1855: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1855: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1859: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1859: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1855: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1855: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1855: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1855: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1859: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1859: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1855: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1859: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1859: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1859: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1722: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1738: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1738: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1732: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1738: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1386: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1738: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1618: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1754: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1618: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1754: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1588: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1722: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1722: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1728: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1728: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1728: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1728: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1728: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1732: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1728: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1386: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1732: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1386: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1592: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1536: error: within this context -../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1536: error: within this context -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1386: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1386: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 59622 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 59632 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 59870 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 41 -sections without failures: 761 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 107 -number of tests passed : 2667 - + ---- -total number of tests : 2774 -**************************************************** diff --git a/test_results/2009-12-10 g++-4_2_x86_64 b/test_results/2009-12-10 g++-4_2_x86_64 deleted file mode 100644 index 7f3ddad6..00000000 --- a/test_results/2009-12-10 g++-4_2_x86_64 +++ /dev/null @@ -1,4031 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp: In function ‘int main()’: -initializer_list.pass.cpp:47: error: scalar object ‘m’ requires one element in initializer -initializer_list.pass.cpp:49: error: ‘distance’ was not declared in this scope -initializer_list.pass.cpp:51: error: ‘next’ was not declared in this scope -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/map/map.cons -passed 13 tests in /cayuga/test/containers/associative/map/map.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 11 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 13 tests in /cayuga/test/containers/associative/multimap/multimap.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 11 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multiset -passed 21 tests in /cayuga/test/containers/associative/multiset -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 13 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/set -passed 21 tests in /cayuga/test/containers/associative/set -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/set/set.cons -passed 13 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 9 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 12 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 25 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -stream_inserter.pass.cpp:37:2: error: #error basic_ostream& operator<<(basic_ostream& os, const error_code& ec) not implemented -stream_inserter.pass.cpp failed to compile -failed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1861: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1870: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1861: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1870: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1861: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1870: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1588: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1536: error: within this context -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1859: error: within this context -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1859: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1855: error: within this context -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1855: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1855: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1386: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1855: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1592: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1855: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1855: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1855: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1859: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1859: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1855: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1855: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1855: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1855: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1859: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1859: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1855: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1859: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1859: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1859: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1722: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1738: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1738: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1732: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1738: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1386: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1738: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1618: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1754: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1618: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1754: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1588: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1722: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1722: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1728: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1728: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1728: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1728: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1728: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1732: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1728: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1386: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1592: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1732: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1969: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1592: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1588: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1588: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1970: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1970: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1732: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1732: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1588: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1386: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1970: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1592: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1536: error: within this context -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1386: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1835: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1835: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1536: error: within this context -../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1536: error: within this context -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1536: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1743: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1386: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1536: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1835: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1386: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 78057 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 78071 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 78582 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 41 -sections without failures: 761 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 107 -number of tests passed : 2667 - + ---- -total number of tests : 2774 -**************************************************** diff --git a/test_results/2009-12-10 g++-4_4_i386 b/test_results/2009-12-10 g++-4_4_i386 deleted file mode 100644 index 3fa0a1d5..00000000 --- a/test_results/2009-12-10 g++-4_4_i386 +++ /dev/null @@ -1,4164 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp: In function ‘int main()’: -initializer_list.pass.cpp:47: error: no matching function for call to ‘std::__yuga1::map, std::__yuga1::allocator > >::map()’ -../../../../../include/map:528: note: candidates are: std::__yuga1::map< , , , >::map(const std::__yuga1::map< , , , >&, const _Allocator&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -../../../../../include/map:504: note: std::__yuga1::map< , , , >::map(std::__yuga1::map< , , , >&&, const _Allocator&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -../../../../../include/map:499: note: std::__yuga1::map< , , , >::map(std::__yuga1::map< , , , >&&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -../../../../../include/map:491: note: std::__yuga1::map< , , , >::map(const std::__yuga1::map< , , , >&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/map/map.cons -passed 13 tests in /cayuga/test/containers/associative/map/map.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 11 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 13 tests in /cayuga/test/containers/associative/multimap/multimap.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 11 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multiset -passed 21 tests in /cayuga/test/containers/associative/multiset -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 13 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/set -passed 21 tests in /cayuga/test/containers/associative/set -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/set/set.cons -passed 13 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 9 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 12 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 25 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -stream_inserter.pass.cpp:37:2: error: #error basic_ostream& operator<<(basic_ostream& os, const error_code& ec) not implemented -stream_inserter.pass.cpp failed to compile -failed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:375, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:375, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:375, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1245: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1245: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 70926 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccAYz8vX.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccAYz8vX.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccAYz8vX.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccAYz8vX.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccAYz8vX.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccAYz8vX.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccAYz8vX.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccAYz8vX.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccAYz8vX.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAYz8vX.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccxEogWH.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccxEogWH.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccxEogWH.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccxEogWH.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccxEogWH.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccxEogWH.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccxEogWH.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccxEogWH.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccxEogWH.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccxEogWH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccLM2EmH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc6wCj9P.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQyljc7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccubPiHH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccwXYbZ6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccR7W0qv.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5RleV9.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZRgamk.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccCgheb5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccq1kfC3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccwgZjEa.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc0RANAV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccck15Rw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccUIq8Cf.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccuxa3Vn.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmnCP3z.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccWNuryA.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWNuryA.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccWNuryA.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWNuryA.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for std::__yuga1::codecvt_byname in cc5OCUF7.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5OCUF7.o - vtable for std::__yuga1::codecvt_byname in cc5OCUF7.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc5OCUF7.o - vtable for std::__yuga1::codecvt_byname in cc5OCUF7.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc5OCUF7.o - vtable for std::__yuga1::codecvt_byname in cc5OCUF7.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cc5OCUF7.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc5OCUF7.o - vtable for std::__yuga1::codecvt_byname in cc5OCUF7.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc5OCUF7.o - vtable for std::__yuga1::codecvt_byname in cc5OCUF7.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cc5OCUF7.o - vtable for std::__yuga1::codecvt_byname in cc5OCUF7.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5OCUF7.o - vtable for std::__yuga1::codecvt_byname in cc5OCUF7.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5OCUF7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccRINqLD.o - vtable for std::__yuga1::codecvt_byname in ccRINqLD.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccRINqLD.o - vtable for std::__yuga1::codecvt_byname in ccRINqLD.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccRINqLD.o - vtable for std::__yuga1::codecvt_byname in ccRINqLD.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccRINqLD.o - vtable for std::__yuga1::codecvt_byname in ccRINqLD.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for std::__yuga1::codecvt_byname in ccRINqLD.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccRINqLD.o - vtable for std::__yuga1::codecvt_byname in ccRINqLD.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccRINqLD.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccRINqLD.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccRINqLD.o - vtable for std::__yuga1::codecvt_byname in ccRINqLD.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccRINqLD.o - vtable for std::__yuga1::codecvt_byname in ccRINqLD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWSzfyw.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWSzfyw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAgHDL1.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAgHDL1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccO7Vwbb.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccO7Vwbb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQgInXH.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQgInXH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc6riXam.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc6riXam.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccue9Ul7.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccue9Ul7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc1PzS4a.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc1PzS4a.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3Ii4Zp.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3Ii4Zp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccKmkLOr.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccKmkLOr.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3qIUqG.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3qIUqG.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc17IfYi.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc17IfYi.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAU2RNO.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAU2RNO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1604: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1604: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1578: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.rel -passed 3 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_constructible.pass.cpp: In function ‘int main()’: -is_constructible.pass.cpp:64: error: ‘is_constructible’ is not a member of ‘std’ -is_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_constructible.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 36 -sections without failures: 766 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 105 -number of tests passed : 2669 - + ---- -total number of tests : 2774 -**************************************************** diff --git a/test_results/2009-12-17 g++-4_2_i386 b/test_results/2009-12-17 g++-4_2_i386 deleted file mode 100644 index 979f068e..00000000 --- a/test_results/2009-12-17 g++-4_2_i386 +++ /dev/null @@ -1,4031 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp: In function ‘int main()’: -initializer_list.pass.cpp:47: error: scalar object ‘m’ requires one element in initializer -initializer_list.pass.cpp:49: error: ‘distance’ was not declared in this scope -initializer_list.pass.cpp:51: error: ‘next’ was not declared in this scope -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/map/map.cons -passed 13 tests in /cayuga/test/containers/associative/map/map.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 11 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 13 tests in /cayuga/test/containers/associative/multimap/multimap.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 11 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multiset -passed 21 tests in /cayuga/test/containers/associative/multiset -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 13 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/set -passed 21 tests in /cayuga/test/containers/associative/set -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/set/set.cons -passed 13 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 9 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 12 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 25 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -stream_inserter.pass.cpp:37:2: error: #error basic_ostream& operator<<(basic_ostream& os, const error_code& ec) not implemented -stream_inserter.pass.cpp failed to compile -failed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1855: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1864: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1855: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1864: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1855: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1864: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1582: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1530: error: within this context -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1853: error: within this context -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1853: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1849: error: within this context -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1849: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1849: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1380: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1849: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1586: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1849: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1849: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1849: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1853: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1853: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1849: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1849: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1849: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1849: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1853: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1853: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1849: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1853: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1853: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1853: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1716: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1732: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1716: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1726: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1732: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1380: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1732: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1612: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1742: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1612: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1742: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1582: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1716: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1716: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1726: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1716: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1380: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1726: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1716: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1380: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1586: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1530: error: within this context -../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1530: error: within this context -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1380: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1380: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 43285 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 43295 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 43540 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 41 -sections without failures: 761 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 107 -number of tests passed : 2667 - + ---- -total number of tests : 2774 -**************************************************** diff --git a/test_results/2009-12-17 g++-4_2_x86_64 b/test_results/2009-12-17 g++-4_2_x86_64 deleted file mode 100644 index 439a68db..00000000 --- a/test_results/2009-12-17 g++-4_2_x86_64 +++ /dev/null @@ -1,4031 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp: In function ‘int main()’: -initializer_list.pass.cpp:47: error: scalar object ‘m’ requires one element in initializer -initializer_list.pass.cpp:49: error: ‘distance’ was not declared in this scope -initializer_list.pass.cpp:51: error: ‘next’ was not declared in this scope -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/map/map.cons -passed 13 tests in /cayuga/test/containers/associative/map/map.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 11 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 13 tests in /cayuga/test/containers/associative/multimap/multimap.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 11 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multiset -passed 21 tests in /cayuga/test/containers/associative/multiset -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 13 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/set -passed 21 tests in /cayuga/test/containers/associative/set -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/set/set.cons -passed 13 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 9 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 12 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 25 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -stream_inserter.pass.cpp:37:2: error: #error basic_ostream& operator<<(basic_ostream& os, const error_code& ec) not implemented -stream_inserter.pass.cpp failed to compile -failed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1243: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1244: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1855: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1864: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1855: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1864: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1855: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1864: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1582: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1530: error: within this context -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1853: error: within this context -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1853: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1849: error: within this context -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1849: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1849: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1380: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1849: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1586: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1849: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1849: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1849: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1853: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1853: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1849: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1849: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1849: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1849: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1853: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1853: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1849: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1853: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1853: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1853: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1716: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1732: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1732: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1716: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1726: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1732: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1380: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1732: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1612: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1742: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1612: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1742: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1748: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1582: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1716: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1716: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1722: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1722: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1722: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1726: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1726: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1716: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1722: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1380: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1586: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1726: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1963: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1586: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1582: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1582: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1964: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1964: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1726: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1726: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1716: error: within this context -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1716: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1582: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1380: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1716: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1964: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1586: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1530: error: within this context -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1380: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1829: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1829: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1530: error: within this context -../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1530: error: within this context -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1530: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1737: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1380: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1530: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1829: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1380: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 3242 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 3252 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 3490 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:682: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:672: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:691: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:695: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:690: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 41 -sections without failures: 761 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 107 -number of tests passed : 2667 - + ---- -total number of tests : 2774 -**************************************************** diff --git a/test_results/2009-12-17 g++-4_4_i386 b/test_results/2009-12-17 g++-4_4_i386 deleted file mode 100644 index f6f91cfe..00000000 --- a/test_results/2009-12-17 g++-4_4_i386 +++ /dev/null @@ -1,4164 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp: In function ‘int main()’: -initializer_list.pass.cpp:47: error: no matching function for call to ‘std::__yuga1::map, std::__yuga1::allocator > >::map()’ -../../../../../include/map:528: note: candidates are: std::__yuga1::map< , , , >::map(const std::__yuga1::map< , , , >&, const _Allocator&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -../../../../../include/map:504: note: std::__yuga1::map< , , , >::map(std::__yuga1::map< , , , >&&, const _Allocator&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -../../../../../include/map:499: note: std::__yuga1::map< , , , >::map(std::__yuga1::map< , , , >&&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -../../../../../include/map:491: note: std::__yuga1::map< , , , >::map(const std::__yuga1::map< , , , >&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less, _Allocator = std::__yuga1::allocator >] -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/map/map.cons -passed 13 tests in /cayuga/test/containers/associative/map/map.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 11 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 13 tests in /cayuga/test/containers/associative/multimap/multimap.cons -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 11 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/multiset -passed 21 tests in /cayuga/test/containers/associative/multiset -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 13 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -insert_initializer_list.pass.cpp:35:2: error: #error not implemented -insert_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/containers/associative/set -passed 21 tests in /cayuga/test/containers/associative/set -assign_initializer_list.pass.cpp:35:2: error: #error not implemented -assign_initializer_list.pass.cpp failed to compile -initializer_list.pass.cpp:35:2: error: #error not implemented -initializer_list.pass.cpp failed to compile -initializer_list_compare.pass.cpp:35:2: error: #error not implemented -initializer_list_compare.pass.cpp failed to compile -initializer_list_compare_alloc.pass.cpp:35:2: error: #error not implemented -initializer_list_compare_alloc.pass.cpp failed to compile -failed 4 tests in /cayuga/test/containers/associative/set/set.cons -passed 13 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 9 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 12 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 25 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -stream_inserter.pass.cpp:37:2: error: #error basic_ostream& operator<<(basic_ostream& os, const error_code& ec) not implemented -stream_inserter.pass.cpp failed to compile -failed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1557: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:375, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1546: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1538: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:331: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:375, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1245: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:290: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:375, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1245: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1243: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1244: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:279: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1245: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:271: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 55511 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccMZr0Wj.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccMZr0Wj.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccMZr0Wj.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccMZr0Wj.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccMZr0Wj.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccMZr0Wj.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccMZr0Wj.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccMZr0Wj.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccMZr0Wj.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccMZr0Wj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccZrXSbE.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccZrXSbE.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccZrXSbE.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccZrXSbE.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccZrXSbE.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccZrXSbE.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZrXSbE.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccZrXSbE.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccZrXSbE.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccZrXSbE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPrA0Z1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc59bOpl.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccCUkwdz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccjSO323.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccGjpkrD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccd4MGrB.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cczIEpna.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctcMpxH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5v1Owh.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7dBrZs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchxgz72.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3JEvj1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccxZEQ48.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccywiNIq.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchl5qXs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccskt22c.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccZOj7vU.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZOj7vU.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccZOj7vU.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZOj7vU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for std::__yuga1::codecvt_byname in cci2GfRy.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cci2GfRy.o - vtable for std::__yuga1::codecvt_byname in cci2GfRy.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cci2GfRy.o - vtable for std::__yuga1::codecvt_byname in cci2GfRy.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cci2GfRy.o - vtable for std::__yuga1::codecvt_byname in cci2GfRy.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cci2GfRy.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cci2GfRy.o - vtable for std::__yuga1::codecvt_byname in cci2GfRy.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cci2GfRy.o - vtable for std::__yuga1::codecvt_byname in cci2GfRy.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cci2GfRy.o - vtable for std::__yuga1::codecvt_byname in cci2GfRy.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cci2GfRy.o - vtable for std::__yuga1::codecvt_byname in cci2GfRy.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cci2GfRy.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc9PpZvX.o - vtable for std::__yuga1::codecvt_byname in cc9PpZvX.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc9PpZvX.o - vtable for std::__yuga1::codecvt_byname in cc9PpZvX.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc9PpZvX.o - vtable for std::__yuga1::codecvt_byname in cc9PpZvX.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc9PpZvX.o - vtable for std::__yuga1::codecvt_byname in cc9PpZvX.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for std::__yuga1::codecvt_byname in cc9PpZvX.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc9PpZvX.o - vtable for std::__yuga1::codecvt_byname in cc9PpZvX.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9PpZvX.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in cc9PpZvX.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc9PpZvX.o - vtable for std::__yuga1::codecvt_byname in cc9PpZvX.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cc9PpZvX.o - vtable for std::__yuga1::codecvt_byname in cc9PpZvX.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc1C0Fip.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc1C0Fip.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccqNUC5M.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqNUC5M.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccP9QH30.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccP9QH30.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQ9ubLd.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQ9ubLd.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckmizkx.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckmizkx.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZPpre7.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZPpre7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cct1aaR5.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cct1aaR5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccBCvGms.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBCvGms.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYqJOvj.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYqJOvj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAbryUP.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAbryUP.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccn70Ww9.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccn70Ww9.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdGJ2Uw.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdGJ2Uw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1604: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1604: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1578: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.rel -passed 3 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_constructible.pass.cpp: In function ‘int main()’: -is_constructible.pass.cpp:64: error: ‘is_constructible’ is not a member of ‘std’ -is_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_constructible.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 36 -sections without failures: 766 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 105 -number of tests passed : 2669 - + ---- -total number of tests : 2774 -**************************************************** diff --git a/test_results/2010-01-07 g++-4_2_i386 b/test_results/2010-01-07 g++-4_2_i386 deleted file mode 100644 index 82f5f527..00000000 --- a/test_results/2010-01-07 g++-4_2_i386 +++ /dev/null @@ -1,3977 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1605: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1876: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1872: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1609: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1755: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1605: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1745: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1745: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1745: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 36548 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 36663 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 37140 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 32 -sections without failures: 770 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 2703 - + ---- -total number of tests : 2789 -**************************************************** diff --git a/test_results/2010-01-07 g++-4_2_x86_64 b/test_results/2010-01-07 g++-4_2_x86_64 deleted file mode 100644 index 7f269ee0..00000000 --- a/test_results/2010-01-07 g++-4_2_x86_64 +++ /dev/null @@ -1,3977 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1605: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1876: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1872: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1609: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1755: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1605: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1745: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1745: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1745: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 63198 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 63228 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 63722 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 32 -sections without failures: 770 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 2703 - + ---- -total number of tests : 2789 -**************************************************** diff --git a/test_results/2010-01-07 g++-4_4_i386 b/test_results/2010-01-07 g++-4_4_i386 deleted file mode 100644 index 77d498cb..00000000 --- a/test_results/2010-01-07 g++-4_4_i386 +++ /dev/null @@ -1,4120 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -not implemented: /cayuga/test/containers/unord -not implemented: /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:375, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:375, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:375, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1249: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1249: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 51978 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in cccr6FqV.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cccr6FqV.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cccr6FqV.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cccr6FqV.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cccr6FqV.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cccr6FqV.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cccr6FqV.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cccr6FqV.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cccr6FqV.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cccr6FqV.o - my_facet::~my_facet() in cccr6FqV.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cccr6FqV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccwUL50T.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccwUL50T.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccwUL50T.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccwUL50T.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccwUL50T.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccwUL50T.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccwUL50T.o - my_facet::~my_facet() in ccwUL50T.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccwUL50T.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccwUL50T.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccwUL50T.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccwUL50T.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqlDnqS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVe059u.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8rUlcq.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccl4qL4R.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccx4Z8Yz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccKNDkmb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccB8saBK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccvQRWkY.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5mQOob.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGPTEii.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWBqfhH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTFu5F6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVyPPXt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccbJxTFS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccHwJN0q.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccroZJi9.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in cc1Eet7A.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc1Eet7A.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in cc1Eet7A.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc1Eet7A.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccPpskea.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccPpskea.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccPpskea.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccPpskea.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccPpskea.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccPpskea.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccPpskea.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccPpskea.o - my_facet::~my_facet() in ccPpskea.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccPpskea.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccPpskea.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccPpskea.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPpskea.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccl3QYJK.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccl3QYJK.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccl3QYJK.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccl3QYJK.o - my_facet::~my_facet() in ccl3QYJK.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccl3QYJK.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccl3QYJK.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccl3QYJK.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccl3QYJK.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccl3QYJK.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccl3QYJK.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccl3QYJK.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccl3QYJK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccwinaUY.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccwinaUY.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9mDtAS.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9mDtAS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccEdHdV6.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccEdHdV6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3OZCRw.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3OZCRw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccBxKIFQ.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBxKIFQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVjUIQC.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccVjUIQC.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccIhntHT.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIhntHT.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctBCa05.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctBCa05.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVVyjvb.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccVVyjvb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctkwRqf.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctkwRqf.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccgHJkp3.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccgHJkp3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWlCpZQ.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWlCpZQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1604: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1604: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1578: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -Assertion failed: (b_construct == 1), function main, file construct.pass.cpp, line 132. -./testit: line 94: 71964 Abort trap ./a.out -construct.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 6 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:145: error: static assertion failed: "" -is_convertible.pass.cpp:286: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:328: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_constructible.pass.cpp: In function ‘int main()’: -is_constructible.pass.cpp:64: error: ‘is_constructible’ is not a member of ‘std’ -is_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_constructible.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 229 -sections with failures : 28 -sections without failures: 774 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 2703 - + ---- -total number of tests : 2789 -**************************************************** diff --git a/test_results/2010-01-14 g++-4_2_i386 b/test_results/2010-01-14 g++-4_2_i386 deleted file mode 100644 index 8387c58e..00000000 --- a/test_results/2010-01-14 g++-4_2_i386 +++ /dev/null @@ -1,3977 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 1 tests in /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1605: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1876: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1872: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1609: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1755: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1605: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1745: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1745: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1745: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 63814 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 63886 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 64432 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 227 -sections with failures : 32 -sections without failures: 772 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 2705 - + ---- -total number of tests : 2791 -**************************************************** diff --git a/test_results/2010-01-14 g++-4_2_x86_64 b/test_results/2010-01-14 g++-4_2_x86_64 deleted file mode 100644 index f0b28411..00000000 --- a/test_results/2010-01-14 g++-4_2_x86_64 +++ /dev/null @@ -1,3977 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 1 tests in /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1247: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1248: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -move02.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:56: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = std::__yuga1::default_delete]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move01.pass.cpp:63: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:68: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = Deleter] -move01.pass.cpp:84: error: ambiguous overload for ‘operator=’ in ‘s2 = std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = CDeleter&]()’ -../../../../../include/memory:1878: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory:1887: note: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp [], _Dp>::__nat::*) [with _Tp = A, _Dp = CDeleter&] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1605: error: within this context -../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1876: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1872: error: within this context -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:63: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’ -move01.pass.cpp:68: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1609: error: within this context -move01.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 16 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -move01.pass.cpp:78: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:78: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move01.pass.cpp:78: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:78: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:76: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:77: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:77: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:98: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:98: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:98: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1872: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1872: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1876: error: within this context -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1876: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1872: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1876: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:77: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In function ‘int main()’: -pointer_deleter01.pass.cpp:52: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:52: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 38 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:55: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:57: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:66: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:66: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = A, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:66: instantiated from here -../../deleter.h:46: error: ‘Deleter& Deleter::operator=(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1755: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:66: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:62: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’: -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(std::__yuga1::default_delete&)’ -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(Deleter&)’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:59: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -../../../../../../include/memory: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’: -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/memory:1755: error: no matching function for call to ‘forward(CDeleter&)’ -move_convert03.pass.cpp failed to compile -failed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -move_convert13.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -auto_pointer.pass.cpp: In function ‘int main()’: -auto_pointer.pass.cpp:73: error: no match for ‘operator=’ in ‘up = ap’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp:85: error: no match for ‘operator=’ in ‘up = std::__yuga1::move [with T = std::__yuga1::auto_ptr](((std::__yuga1::auto_ptr&)(& ap)))’ -../../../../../../include/memory:1635: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1765: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(int std::__yuga1::unique_ptr<_Tp, _Dp>::__nat::*) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1771: note: std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -auto_pointer.pass.cpp failed to compile -move01.pass.cpp: In function ‘int main()’: -move01.pass.cpp:134: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp:134: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../../../../../include/memory:1605: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move01.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move01.pass.cpp:134: instantiated from here -move01.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move01.pass.cpp failed to compile -move02.pass.cpp: In function ‘std::__yuga1::unique_ptr > source2()’: -move02.pass.cpp:133: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:133: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp: In function ‘int main()’: -move02.pass.cpp:154: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp:154: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:154: error: initializing argument 1 of ‘void sink2(std::__yuga1::unique_ptr >)’ -move02.pass.cpp: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1739: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move02.pass.cpp: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -move02.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move02.pass.cpp:133: instantiated from here -move02.pass.cpp:55: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move02.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -move_convert02.pass.cpp:65: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1745: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: initializing argument 1 of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../../deleter.h:60: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../../deleter.h:45: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../../include/memory:1745: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’ from result of ‘Deleter::Deleter(Deleter, typename std::__yuga1::enable_if<(! std::__yuga1::is_same::value), void>::type*) [with U = B, T = A]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1745: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’: -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1749: error: within this context -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter]’: -../../../../../../include/memory:1745: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter, _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1749: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -move_convert02.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1986: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::unique_ptr >&)’ -../../../../../../include/memory:1609: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter] -../../../../../../include/memory:1605: note: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In copy constructor ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’: -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1605: error: within this context -../../../../../../include/memory: In function ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’: -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: note: synthesized method ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&)’ first required here -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1987: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../../../../../include/memory:1987: error: initializing argument 1 of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’ from result of ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2::type, _Dp>) [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1749: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1749: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../deleter.h: In member function ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’: -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1739: error: within this context -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: initializing argument 2 of ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../../../../../include/memory:1739: error: no matching function for call to ‘std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >)’ -../../../../../../include/memory:1605: note: candidates are: std::__yuga1::__rv2 >::__rv2(std::__yuga1::__rv2 >&) -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = B*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:63: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1403: error: within this context -../../deleter.h: In constructor ‘std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter]’: -../../../../../../include/memory:1739: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2::type, _Dp>() [with _Tp = B, _Dp = Deleter]’ -../../../../../../include/memory:1987: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter]’ -move_convert05.pass.cpp:65: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = B]’ is private -../../../../../../include/memory:1609: error: within this context -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -pointer_deleter01.pass.cpp: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -pointer_deleter01.pass.cpp:108: instantiated from here -pointer_deleter01.pass.cpp:54: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -pointer_deleter01.pass.cpp failed to compile -failed 11 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 37 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1553: error: within this context -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:54: instantiated from here -../../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp: In function ‘int main()’: -swap.pass.cpp:76: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -swap.pass.cpp:78: error: no matching function for call to ‘Deleter::Deleter(Deleter)’ -../deleter.h:120: note: candidates are: Deleter::Deleter(std::__yuga1::__rv >) [with T = A] -../deleter.h:105: note: Deleter::Deleter(Deleter&) [with T = A] -../../../../../include/memory: In constructor ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’: -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: passing ‘const Deleter’ as ‘this’ argument of ‘Deleter::operator std::__yuga1::__rv >() [with T = A]’ discards qualifiers -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1852: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1553: error: within this context -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../../../../../include/memory:1553: error: initializing argument 2 of ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’ -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1760: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:55: instantiated from here -../deleter.h:45: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -../deleter.h: In constructor ‘std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter]’: -../../../../../include/memory:1553: instantiated from ‘std::__yuga1::__yuga_compressed_pair<_T1, _T2>::__yuga_compressed_pair(typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter]’ -../../../../../include/memory:1852: instantiated from ‘std::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional::value, _Dp, typename std::__yuga1::add_lvalue_reference::type>::type) [with _Tp = A, _Dp = Deleter]’ -swap.pass.cpp:76: instantiated from here -../deleter.h:105: error: ‘Deleter::Deleter(Deleter&) [with T = A]’ is private -../../../../../include/memory:1403: error: within this context -swap.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 88900 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 88918 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 89244 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 227 -sections with failures : 32 -sections without failures: 772 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 2705 - + ---- -total number of tests : 2791 -**************************************************** diff --git a/test_results/2010-01-14 g++-4_4_i386 b/test_results/2010-01-14 g++-4_4_i386 deleted file mode 100644 index b2ae6baa..00000000 --- a/test_results/2010-01-14 g++-4_4_i386 +++ /dev/null @@ -1,4120 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 1 tests in /cayuga/test/containers/unord/unord.map -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.cnstr -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.elem -not implemented: /cayuga/test/containers/unord/unord.map/unord.map.swap -not implemented: /cayuga/test/containers/unord/unord.multimap -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -not implemented: /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1249: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1249: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1247: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1248: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1249: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 78720 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in cco0y8ap.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cco0y8ap.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cco0y8ap.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cco0y8ap.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cco0y8ap.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cco0y8ap.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cco0y8ap.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cco0y8ap.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cco0y8ap.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cco0y8ap.o - my_facet::~my_facet() in cco0y8ap.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cco0y8ap.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc5z0tms.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5z0tms.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc5z0tms.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5z0tms.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in cc5z0tms.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc5z0tms.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cc5z0tms.o - my_facet::~my_facet() in cc5z0tms.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc5z0tms.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in cc5z0tms.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc5z0tms.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cc5z0tms.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbHAtej.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctGl3YG.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJvCLRS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckj9DUM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc20sBKT.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5aAxf6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYIHyXg.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccuYJgVi.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cca5NDZg.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccPw4prt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccOQiEAL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccXbLJk0.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccHrChbd.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccikIgXL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccesjVSx.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccbmMCoD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccbbVJB7.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccbbVJB7.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccbbVJB7.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbbVJB7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccJ1qodQ.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccJ1qodQ.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccJ1qodQ.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccJ1qodQ.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccJ1qodQ.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccJ1qodQ.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccJ1qodQ.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccJ1qodQ.o - my_facet::~my_facet() in ccJ1qodQ.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccJ1qodQ.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccJ1qodQ.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccJ1qodQ.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJ1qodQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccWfhDHV.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccWfhDHV.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccWfhDHV.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccWfhDHV.o - my_facet::~my_facet() in ccWfhDHV.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccWfhDHV.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccWfhDHV.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccWfhDHV.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccWfhDHV.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWfhDHV.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccWfhDHV.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccWfhDHV.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccWfhDHV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3sFSGa.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3sFSGa.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9skbmL.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9skbmL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc04xaH2.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc04xaH2.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVeXTPD.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccVeXTPD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3A5USb.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3A5USb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckmNL83.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckmNL83.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc6Xfb8N.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc6Xfb8N.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccehzw5v.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccehzw5v.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc75cj5x.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc75cj5x.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVeHmE5.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccVeHmE5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccq2VXUl.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccq2VXUl.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckTR2Jo.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckTR2Jo.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -Assertion failed: (b_construct == 1), function main, file construct.pass.cpp, line 132. -./testit: line 94: 98779 Abort trap ./a.out -construct.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 6 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:145: error: static assertion failed: "" -is_convertible.pass.cpp:286: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:328: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_constructible.pass.cpp: In function ‘int main()’: -is_constructible.pass.cpp:64: error: ‘is_constructible’ is not a member of ‘std’ -is_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_constructible.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 227 -sections with failures : 28 -sections without failures: 776 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 2705 - + ---- -total number of tests : 2791 -**************************************************** diff --git a/test_results/2010-01-21 g++-4_2_i386 b/test_results/2010-01-21 g++-4_2_i386 deleted file mode 100644 index 0807444f..00000000 --- a/test_results/2010-01-21 g++-4_2_i386 +++ /dev/null @@ -1,3333 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 29 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 24874 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 24902 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 25247 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 221 -sections with failures : 29 -sections without failures: 781 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 75 -number of tests passed : 2825 - + ---- -total number of tests : 2900 -**************************************************** diff --git a/test_results/2010-01-21 g++-4_2_x86_64 b/test_results/2010-01-21 g++-4_2_x86_64 deleted file mode 100644 index fb5642b9..00000000 --- a/test_results/2010-01-21 g++-4_2_x86_64 +++ /dev/null @@ -1,3333 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 29 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 51699 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 51709 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 51947 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 221 -sections with failures : 29 -sections without failures: 781 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 75 -number of tests passed : 2825 - + ---- -total number of tests : 2900 -**************************************************** diff --git a/test_results/2010-01-21 g++-4_4_i386 b/test_results/2010-01-21 g++-4_4_i386 deleted file mode 100644 index 47de2a7a..00000000 --- a/test_results/2010-01-21 g++-4_4_i386 +++ /dev/null @@ -1,4120 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 29 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -not implemented: /cayuga/test/containers/unord/unord.multiset -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -not implemented: /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -not implemented: /cayuga/test/containers/unord/unord.set -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.cnstr -not implemented: /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1266: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 41721 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccUlivWs.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccUlivWs.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccUlivWs.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccUlivWs.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccUlivWs.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccUlivWs.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccUlivWs.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccUlivWs.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccUlivWs.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccUlivWs.o - my_facet::~my_facet() in ccUlivWs.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccUlivWs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccWMqFIM.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccWMqFIM.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccWMqFIM.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccWMqFIM.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccWMqFIM.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccWMqFIM.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccWMqFIM.o - my_facet::~my_facet() in ccWMqFIM.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWMqFIM.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccWMqFIM.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccWMqFIM.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccWMqFIM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccuZ5AS3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTTOeCz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc6n1HTZ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqZCs93.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccv8mtFW.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccC2zXDN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIAkLVR.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccvyNTEb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIbBPa1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccjEej2K.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrIc6Pr.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccwVC7U5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYqRQkf.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccxdedur.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccsAGWyv.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccnbC4Wx.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccdev6zr.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdev6zr.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccdev6zr.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdev6zr.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc8fX9oR.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc8fX9oR.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc8fX9oR.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc8fX9oR.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc8fX9oR.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cc8fX9oR.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in cc8fX9oR.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cc8fX9oR.o - my_facet::~my_facet() in cc8fX9oR.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cc8fX9oR.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in cc8fX9oR.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc8fX9oR.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8fX9oR.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccFV9wEU.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccFV9wEU.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccFV9wEU.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccFV9wEU.o - my_facet::~my_facet() in ccFV9wEU.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccFV9wEU.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccFV9wEU.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccFV9wEU.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccFV9wEU.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFV9wEU.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccFV9wEU.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccFV9wEU.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccFV9wEU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccg3ftTp.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccg3ftTp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccPGBbZz.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPGBbZz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc0nBkzI.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc0nBkzI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccqGRLeX.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqGRLeX.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2fvzjX.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2fvzjX.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccCvHQKK.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccCvHQKK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc8FursV.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8FursV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVmqILc.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccVmqILc.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccbyohax.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbyohax.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccUZM5PV.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccUZM5PV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc5MCr7d.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5MCr7d.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccX6gnrz.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccX6gnrz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -not implemented: /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -Assertion failed: (b_construct == 1), function main, file construct.pass.cpp, line 132. -./testit: line 94: 61828 Abort trap ./a.out -construct.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 6 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:145: error: static assertion failed: "" -is_convertible.pass.cpp:286: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:328: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_constructible.pass.cpp: In function ‘int main()’: -is_constructible.pass.cpp:64: error: ‘is_constructible’ is not a member of ‘std’ -is_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_constructible.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 221 -sections with failures : 28 -sections without failures: 782 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 2814 - + ---- -total number of tests : 2900 -**************************************************** diff --git a/test_results/2010-01-28 g++-4_2_i386 b/test_results/2010-01-28 g++-4_2_i386 deleted file mode 100644 index 8874e653..00000000 --- a/test_results/2010-01-28 g++-4_2_i386 +++ /dev/null @@ -1,3336 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 66515 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 66583 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 67004 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 214 -sections with failures : 30 -sections without failures: 787 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 76 -number of tests passed : 2946 - + ---- -total number of tests : 3022 -**************************************************** diff --git a/test_results/2010-01-28 g++-4_2_x86_64 b/test_results/2010-01-28 g++-4_2_x86_64 deleted file mode 100644 index 6e2ca924..00000000 --- a/test_results/2010-01-28 g++-4_2_x86_64 +++ /dev/null @@ -1,3336 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1752: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:1756: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1745: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1659: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1653: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1647: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1636: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1634: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 87202 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 87224 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 87519 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 214 -sections with failures : 30 -sections without failures: 787 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 76 -number of tests passed : 2946 - + ---- -total number of tests : 3022 -**************************************************** diff --git a/test_results/2010-01-28 g++-4_4_i386 b/test_results/2010-01-28 g++-4_4_i386 deleted file mode 100644 index 0cadb4e4..00000000 --- a/test_results/2010-01-28 g++-4_4_i386 +++ /dev/null @@ -1,4123 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -not implemented: /cayuga/test/containers/sequences/forwardlist -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.access -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1266: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 82745 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccB0tI49.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccB0tI49.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccB0tI49.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccB0tI49.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccB0tI49.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccB0tI49.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccB0tI49.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccB0tI49.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccB0tI49.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccB0tI49.o - my_facet::~my_facet() in ccB0tI49.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccB0tI49.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccC5CXOb.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccC5CXOb.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccC5CXOb.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccC5CXOb.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccC5CXOb.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccC5CXOb.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccC5CXOb.o - my_facet::~my_facet() in ccC5CXOb.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccC5CXOb.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccC5CXOb.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccC5CXOb.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccC5CXOb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccENX0rO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccB0NQlS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccVEFTF7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccTSqBhI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cczr77d2.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclfkttw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdF7q05.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccRRf4sn.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccwwPhk4.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccgG16AS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccpFa6J9.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWY6J8G.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccom21SY.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc1GgYbi.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccil5nUm.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc17WAix.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccMoXdmg.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMoXdmg.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccMoXdmg.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccMoXdmg.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cchfz7xI.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cchfz7xI.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cchfz7xI.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cchfz7xI.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cchfz7xI.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cchfz7xI.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in cchfz7xI.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cchfz7xI.o - my_facet::~my_facet() in cchfz7xI.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cchfz7xI.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in cchfz7xI.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cchfz7xI.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchfz7xI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccXsInHJ.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccXsInHJ.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccXsInHJ.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccXsInHJ.o - my_facet::~my_facet() in ccXsInHJ.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccXsInHJ.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccXsInHJ.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccXsInHJ.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccXsInHJ.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccXsInHJ.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccXsInHJ.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccXsInHJ.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccXsInHJ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdUoi0V.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdUoi0V.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccNyI8gO.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNyI8gO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccSzdy0M.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSzdy0M.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2RRnmV.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2RRnmV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccf73P1g.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccf73P1g.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccSYwsJ6.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSYwsJ6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccDjEpfw.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccDjEpfw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQUMZkM.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQUMZkM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchon3Sj.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchon3Sj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccDWfX6T.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccDWfX6T.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMPh0Ms.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccMPh0Ms.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrOczyU.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccrOczyU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -Assertion failed: (b_construct == 1), function main, file construct.pass.cpp, line 132. -./testit: line 94: 1738 Abort trap ./a.out -construct.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 6 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_constructible.pass.cpp: In function ‘int main()’: -is_constructible.pass.cpp:64: error: ‘is_constructible’ is not a member of ‘std’ -is_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_constructible.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 214 -sections with failures : 29 -sections without failures: 788 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 87 -number of tests passed : 2935 - + ---- -total number of tests : 3022 -**************************************************** diff --git a/test_results/2010-02-04 g++-4_2_i386 b/test_results/2010-02-04 g++-4_2_i386 deleted file mode 100644 index 4d235ed9..00000000 --- a/test_results/2010-02-04 g++-4_2_i386 +++ /dev/null @@ -1,3336 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 11 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1768: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1768: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1768: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1772: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1761: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1675: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1669: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1663: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1652: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1650: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1772: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1761: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1675: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1669: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1663: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1652: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1650: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:1772: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1761: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1675: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1669: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1663: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1652: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1650: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 68695 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 68708 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 68947 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 209 -sections with failures : 30 -sections without failures: 792 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 76 -number of tests passed : 2983 - + ---- -total number of tests : 3059 -**************************************************** diff --git a/test_results/2010-02-04 g++-4_2_x86_64 b/test_results/2010-02-04 g++-4_2_x86_64 deleted file mode 100644 index 94947d9c..00000000 --- a/test_results/2010-02-04 g++-4_2_x86_64 +++ /dev/null @@ -1,3336 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 11 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1264: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1265: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1768: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1768: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1768: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1772: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1761: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1675: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1669: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1663: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1652: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1650: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:1772: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1761: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1675: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1669: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1663: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1652: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1650: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:1772: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1761: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1675: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1669: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1663: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1652: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1650: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 58119 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 58156 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 58668 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 209 -sections with failures : 30 -sections without failures: 792 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 76 -number of tests passed : 2983 - + ---- -total number of tests : 3059 -**************************************************** diff --git a/test_results/2010-02-04 g++-4_4_i386 b/test_results/2010-02-04 g++-4_4_i386 deleted file mode 100644 index 94ab338c..00000000 --- a/test_results/2010-02-04 g++-4_4_i386 +++ /dev/null @@ -1,4123 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 11 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -not implemented: /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1266: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1264: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1265: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1266: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 93912 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in cc6tQ2rq.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc6tQ2rq.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc6tQ2rq.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc6tQ2rq.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cc6tQ2rq.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc6tQ2rq.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc6tQ2rq.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cc6tQ2rq.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc6tQ2rq.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cc6tQ2rq.o - my_facet::~my_facet() in cc6tQ2rq.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc6tQ2rq.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cciBOHsS.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cciBOHsS.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cciBOHsS.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cciBOHsS.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in cciBOHsS.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cciBOHsS.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cciBOHsS.o - my_facet::~my_facet() in cciBOHsS.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cciBOHsS.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in cciBOHsS.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cciBOHsS.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cciBOHsS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccTta3vF.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccwVdmBG.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPb7Mfm.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFrnDOC.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc7kFoum.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccGyNOs9.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBjM8QT.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclTDUwp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqBo6AT.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccUQU6D4.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccoiM84T.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczwx3tE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc29MhGj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cciEQd3b.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccEO4KMS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccHV3tAb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccIsfwPt.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccIsfwPt.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccIsfwPt.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIsfwPt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccnMeBw3.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccnMeBw3.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccnMeBw3.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccnMeBw3.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccnMeBw3.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccnMeBw3.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccnMeBw3.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccnMeBw3.o - my_facet::~my_facet() in ccnMeBw3.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccnMeBw3.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccnMeBw3.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccnMeBw3.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccnMeBw3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccoYi4kl.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccoYi4kl.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccoYi4kl.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccoYi4kl.o - my_facet::~my_facet() in ccoYi4kl.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccoYi4kl.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccoYi4kl.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccoYi4kl.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccoYi4kl.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccoYi4kl.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccoYi4kl.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccoYi4kl.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccoYi4kl.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccbJVTgE.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbJVTgE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccSJY4z6.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSJY4z6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmmgQor.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmmgQor.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQ7SKHo.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQ7SKHo.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccivUWso.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccivUWso.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccH7dvEp.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccH7dvEp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmuvBUv.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmuvBUv.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMBOAzr.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccMBOAzr.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccBuHxcy.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBuHxcy.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWbCEoC.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWbCEoC.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccT0Cz4r.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccT0Cz4r.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccD6DFIt.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccD6DFIt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -not implemented: /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -Assertion failed: (b_construct == 1), function main, file construct.pass.cpp, line 132. -./testit: line 94: 24682 Abort trap ./a.out -construct.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 6 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -not implemented: /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_constructible.pass.cpp: In function ‘int main()’: -is_constructible.pass.cpp:64: error: ‘is_constructible’ is not a member of ‘std’ -is_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_constructible.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 209 -sections with failures : 29 -sections without failures: 793 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 87 -number of tests passed : 2972 - + ---- -total number of tests : 3059 -**************************************************** diff --git a/test_results/2010-02-11 g++-4_2_i386 b/test_results/2010-02-11 g++-4_2_i386 deleted file mode 100644 index 59466910..00000000 --- a/test_results/2010-02-11 g++-4_2_i386 +++ /dev/null @@ -1,3336 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -passed 1 tests in /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1998: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1998: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1998: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2002: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1991: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1905: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1899: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1893: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1882: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1880: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2002: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1991: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1905: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1899: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1893: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1882: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1880: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:2002: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1991: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1905: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1899: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1893: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1882: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1880: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 32214 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 32224 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 32466 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 202 -sections with failures : 30 -sections without failures: 799 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 76 -number of tests passed : 3013 - + ---- -total number of tests : 3089 -**************************************************** diff --git a/test_results/2010-02-11 g++-4_2_x86_64 b/test_results/2010-02-11 g++-4_2_x86_64 deleted file mode 100644 index d1c15145..00000000 --- a/test_results/2010-02-11 g++-4_2_x86_64 +++ /dev/null @@ -1,3336 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1286: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1287: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -passed 1 tests in /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:1998: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:1998: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:1998: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2002: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1991: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1905: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1899: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1893: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1882: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:1880: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2002: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1991: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1905: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1899: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1893: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1882: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:1880: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:2002: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1991: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1905: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1899: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1893: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1882: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:1880: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 22920 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 22986 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 23385 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 202 -sections with failures : 30 -sections without failures: 799 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 76 -number of tests passed : 3013 - + ---- -total number of tests : 3089 -**************************************************** diff --git a/test_results/2010-02-11 g++-4_4_i386 b/test_results/2010-02-11 g++-4_4_i386 deleted file mode 100644 index 6f14c09b..00000000 --- a/test_results/2010-02-11 g++-4_4_i386 +++ /dev/null @@ -1,4142 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -In file included from ../../../../../include/list:176, - from input_iterator.pass.cpp:29: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__yuga1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:669: instantiated from ‘std::__yuga1::list< , >::list(_InpIter, _InpIter, typename std::__yuga1::enable_if::type*) [with _InpIter = input_iterator, _Tp = int, _Alloc = stack_allocator]’ -input_iterator.pass.cpp:60: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 4ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 4ul] -input_iterator.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_type.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:1020: instantiated from ‘void std::__yuga1::list< , >::emplace_back(_Args&& ...) [with _Args = , _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:642: instantiated from ‘std::__yuga1::list< , >::list(typename std::__yuga1::__list_imp<_Tp, _Alloc>::size_type) [with _Tp = int, _Alloc = stack_allocator]’ -size_type.pass.cpp:47: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 3ul] -size_type.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_value_alloc.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__yuga1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:652: instantiated from ‘std::__yuga1::list< , >::list(typename std::__yuga1::__list_imp<_Tp, _Alloc>::size_type, const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -size_value_alloc.pass.cpp:58: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 3ul] -size_value_alloc.pass.cpp failed to compile -failed 3 tests in /cayuga/test/containers/sequences/list/list.cons -passed 12 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1286: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1287: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1288: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1286: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1287: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1288: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1286: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1287: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1288: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1286: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1287: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1288: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:297: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1286: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1287: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1288: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1286: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1287: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:281: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1288: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:273: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 56750 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccM4djit.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccM4djit.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccM4djit.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccM4djit.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccM4djit.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccM4djit.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccM4djit.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccM4djit.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccM4djit.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccM4djit.o - my_facet::~my_facet() in ccM4djit.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccM4djit.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccBMR9DW.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccBMR9DW.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccBMR9DW.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccBMR9DW.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccBMR9DW.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccBMR9DW.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccBMR9DW.o - my_facet::~my_facet() in ccBMR9DW.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccBMR9DW.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccBMR9DW.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccBMR9DW.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccBMR9DW.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccddH6GE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMDVx8L.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccwfekMf.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccS3qLtl.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJivkOY.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccrqD2ez.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNpYPH7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZ9MQKo.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbzlL2O.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczUVtSt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccb0CRbj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc6l4FJ4.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccveSioQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9woWpB.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccT5ev3p.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2KrIX7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccNiYHAN.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccNiYHAN.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccNiYHAN.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNiYHAN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccqrQvkS.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccqrQvkS.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccqrQvkS.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccqrQvkS.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccqrQvkS.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccqrQvkS.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccqrQvkS.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccqrQvkS.o - my_facet::~my_facet() in ccqrQvkS.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccqrQvkS.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccqrQvkS.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccqrQvkS.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqrQvkS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccLEEtg4.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccLEEtg4.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccLEEtg4.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccLEEtg4.o - my_facet::~my_facet() in ccLEEtg4.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccLEEtg4.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccLEEtg4.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccLEEtg4.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccLEEtg4.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccLEEtg4.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccLEEtg4.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccLEEtg4.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccLEEtg4.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccB7ImzM.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccB7ImzM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccovSbcZ.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccovSbcZ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9KrGqI.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9KrGqI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccSjIeEL.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSjIeEL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdyA177.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdyA177.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccd6EmTs.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccd6EmTs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccPTIfdX.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPTIfdX.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccOOKEwL.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccOOKEwL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGhs5xo.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccGhs5xo.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrBNmAn.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccrBNmAn.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccRUSt6P.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccRUSt6P.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchHOcOA.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchHOcOA.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -passed 1 tests in /cayuga/test/utilities/memory/allocator.adaptor -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 14 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -not implemented: /cayuga/test/utilities/tuple -not implemented: /cayuga/test/utilities/tuple/tuple.general -not implemented: /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -not implemented: /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -stream_in.pass.cpp: In function ‘int main()’: -stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" -stream_in.pass.cpp failed to compile -stream_out.pass.cpp: In function ‘int main()’: -stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" -stream_out.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 3 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -not implemented: /cayuga/test/utilities/utility.requirements -not implemented: /cayuga/test/utilities/utility.requirements/allocator.requirements -not implemented: /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 202 -sections with failures : 29 -sections without failures: 800 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 88 -number of tests passed : 3001 - + ---- -total number of tests : 3089 -**************************************************** diff --git a/test_results/2010-02-18 g++-4_2_i386 b/test_results/2010-02-18 g++-4_2_i386 deleted file mode 100644 index a6e5ab07..00000000 --- a/test_results/2010-02-18 g++-4_2_i386 +++ /dev/null @@ -1,3869 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -passed 1 tests in /cayuga/test/utilities/memory/allocator.adaptor -passed 5 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:2168: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2168: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2168: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2172: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2161: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2075: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2069: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2063: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2052: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2050: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2172: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2161: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2075: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2069: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2052: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2050: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:2172: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2161: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2075: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2069: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2052: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2050: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 23811 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 23821 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 24059 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /cayuga/test/utilities/tuple -passed 1 tests in /cayuga/test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:41: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:58: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:67: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:79: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 12 tests in /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -passed 1 tests in /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -passed 5 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -passed 1 tests in /cayuga/test/utilities/utility.requirements -passed 1 tests in /cayuga/test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 192 -sections with failures : 31 -sections without failures: 808 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 87 -number of tests passed : 3039 - + ---- -total number of tests : 3126 -**************************************************** diff --git a/test_results/2010-02-18 g++-4_2_x86_64 b/test_results/2010-02-18 g++-4_2_x86_64 deleted file mode 100644 index c2fe4374..00000000 --- a/test_results/2010-02-18 g++-4_2_x86_64 +++ /dev/null @@ -1,3869 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -passed 15 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /cayuga/test/depr/depr.c.headers -passed 23 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1302: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1303: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -passed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -passed 2 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -passed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -passed 1 tests in /cayuga/test/utilities/memory/allocator.adaptor -passed 5 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:2168: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2168: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2168: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2172: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2161: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2075: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2069: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2063: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2052: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2050: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2172: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2161: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2075: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2069: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2052: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2050: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:2172: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2161: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2075: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2069: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2052: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2050: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 94: 10987 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 94: 10997 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 94: 11235 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /cayuga/test/utilities/tuple -passed 1 tests in /cayuga/test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:41: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:58: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:67: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:79: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 12 tests in /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -passed 1 tests in /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/utility/forward -passed 13 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -passed 5 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -passed 1 tests in /cayuga/test/utilities/utility.requirements -passed 1 tests in /cayuga/test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 192 -sections with failures : 31 -sections without failures: 808 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 87 -number of tests passed : 3039 - + ---- -total number of tests : 3126 -**************************************************** diff --git a/test_results/2010-02-18 g++-4_4_i386 b/test_results/2010-02-18 g++-4_4_i386 deleted file mode 100644 index de531a42..00000000 --- a/test_results/2010-02-18 g++-4_4_i386 +++ /dev/null @@ -1,4135 +0,0 @@ -passed 1 tests in /cayuga/test -passed 1 tests in /cayuga/test/algorithms -passed 1 tests in /cayuga/test/algorithms/alg.c.library -passed 1 tests in /cayuga/test/algorithms/alg.modifying.operations -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /cayuga/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /cayuga/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /cayuga/test/algorithms/alg.sorting -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /cayuga/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /cayuga/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /cayuga/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /cayuga/test/algorithms/algorithms.general -not implemented: /cayuga/test/atomics -not implemented: /cayuga/test/atomics/atomics.fences -not implemented: /cayuga/test/atomics/atomics.flag -not implemented: /cayuga/test/atomics/atomics.general -not implemented: /cayuga/test/atomics/atomics.lockfree -not implemented: /cayuga/test/atomics/atomics.order -not implemented: /cayuga/test/atomics/atomics.syn -not implemented: /cayuga/test/atomics/atomics.types -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.address -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.generic -not implemented: /cayuga/test/atomics/atomics.types/atomics.types.integral -not implemented: /cayuga/test/atomics/atomics.types.operations -passed 1 tests in /cayuga/test/containers -passed 4 tests in /cayuga/test/containers/associative -passed 1 tests in /cayuga/test/containers/associative/map -passed 7 tests in /cayuga/test/containers/associative/map/map.access -passed 17 tests in /cayuga/test/containers/associative/map/map.cons -passed 12 tests in /cayuga/test/containers/associative/map/map.modifiers -passed 5 tests in /cayuga/test/containers/associative/map/map.ops -passed 2 tests in /cayuga/test/containers/associative/map/map.special -passed 5 tests in /cayuga/test/containers/associative/multimap -passed 17 tests in /cayuga/test/containers/associative/multimap/multimap.cons -passed 12 tests in /cayuga/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /cayuga/test/containers/associative/multimap/multimap.ops -passed 2 tests in /cayuga/test/containers/associative/multimap/multimap.special -passed 22 tests in /cayuga/test/containers/associative/multiset -passed 17 tests in /cayuga/test/containers/associative/multiset/multiset.cons -passed 2 tests in /cayuga/test/containers/associative/multiset/multiset.special -passed 22 tests in /cayuga/test/containers/associative/set -passed 17 tests in /cayuga/test/containers/associative/set/set.cons -passed 2 tests in /cayuga/test/containers/associative/set/set.special -passed 1 tests in /cayuga/test/containers/container.requirements -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /cayuga/test/containers/container.requirements/container.requirements.general -passed 1 tests in /cayuga/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req -passed 1 tests in /cayuga/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /cayuga/test/containers/containers.general -passed 1 tests in /cayuga/test/containers/sequences -passed 3 tests in /cayuga/test/containers/sequences/array -passed 2 tests in /cayuga/test/containers/sequences/array/array.cons -passed 2 tests in /cayuga/test/containers/sequences/array/array.data -passed 1 tests in /cayuga/test/containers/sequences/array/array.fill -passed 1 tests in /cayuga/test/containers/sequences/array/array.size -passed 1 tests in /cayuga/test/containers/sequences/array/array.special -passed 4 tests in /cayuga/test/containers/sequences/array/array.tuple -passed 1 tests in /cayuga/test/containers/sequences/array/array.zero -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue -passed 23 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack -passed 21 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /cayuga/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /cayuga/test/containers/sequences/deque -passed 4 tests in /cayuga/test/containers/sequences/deque/deque.capacity -passed 19 tests in /cayuga/test/containers/sequences/deque/deque.cons -passed 16 tests in /cayuga/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /cayuga/test/containers/sequences/deque/deque.special -passed 2 tests in /cayuga/test/containers/sequences/forwardlist -passed 1 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /cayuga/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /cayuga/test/containers/sequences/list -passed 2 tests in /cayuga/test/containers/sequences/list/list.capacity -In file included from ../../../../../include/list:176, - from input_iterator.pass.cpp:29: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__yuga1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:669: instantiated from ‘std::__yuga1::list< , >::list(_InpIter, _InpIter, typename std::__yuga1::enable_if::type*) [with _InpIter = input_iterator, _Tp = int, _Alloc = stack_allocator]’ -input_iterator.pass.cpp:60: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 4ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 4ul] -input_iterator.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_type.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:1020: instantiated from ‘void std::__yuga1::list< , >::emplace_back(_Args&& ...) [with _Args = , _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:642: instantiated from ‘std::__yuga1::list< , >::list(typename std::__yuga1::__list_imp<_Tp, _Alloc>::size_type) [with _Tp = int, _Alloc = stack_allocator]’ -size_type.pass.cpp:47: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 3ul] -size_type.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_value_alloc.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__yuga1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:652: instantiated from ‘std::__yuga1::list< , >::list(typename std::__yuga1::__list_imp<_Tp, _Alloc>::size_type, const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -size_value_alloc.pass.cpp:58: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 3ul] -size_value_alloc.pass.cpp failed to compile -failed 3 tests in /cayuga/test/containers/sequences/list/list.cons -passed 12 tests in /cayuga/test/containers/sequences/list/list.cons -passed 17 tests in /cayuga/test/containers/sequences/list/list.modifiers -passed 12 tests in /cayuga/test/containers/sequences/list/list.ops -passed 1 tests in /cayuga/test/containers/sequences/list/list.special -passed 1 tests in /cayuga/test/containers/sequences/vector -passed 6 tests in /cayuga/test/containers/sequences/vector/vector.capacity -passed 16 tests in /cayuga/test/containers/sequences/vector/vector.cons -passed 2 tests in /cayuga/test/containers/sequences/vector/vector.data -passed 11 tests in /cayuga/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /cayuga/test/containers/sequences/vector/vector.special -passed 30 tests in /cayuga/test/containers/sequences/vector.bool -passed 1 tests in /cayuga/test/containers/unord -passed 29 tests in /cayuga/test/containers/unord/unord.map -passed 24 tests in /cayuga/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /cayuga/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /cayuga/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multimap -passed 24 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /cayuga/test/containers/unord/unord.multiset -passed 24 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /cayuga/test/containers/unord/unord.set -passed 24 tests in /cayuga/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /cayuga/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /cayuga/test/depr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr -passed 1 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /cayuga/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /cayuga/test/depr/depr.c.headers -passed 24 tests in /cayuga/test/depr/depr.c.headers -passed 5 tests in /cayuga/test/depr/depr.ios.members -passed 1 tests in /cayuga/test/depr/depr.lib.binders -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /cayuga/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /cayuga/test/depr/depr.str.strstreams -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /cayuga/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /cayuga/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /cayuga/test/diagnostics -passed 1 tests in /cayuga/test/diagnostics/assertions -passed 1 tests in /cayuga/test/diagnostics/diagnostics.general -passed 1 tests in /cayuga/test/diagnostics/errno -passed 1 tests in /cayuga/test/diagnostics/std.exceptions -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/length.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/range.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /cayuga/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /cayuga/test/diagnostics/syserr -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.compare -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /cayuga/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /cayuga/test/input.output -passed 1 tests in /cayuga/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/c.files -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /cayuga/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /cayuga/test/input.output/input.output.general -passed 1 tests in /cayuga/test/input.output/iostream.format -passed 4 tests in /cayuga/test/input.output/iostream.format/ext.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1302: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1303: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1304: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1302: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1303: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1304: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1302: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1303: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1304: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1302: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1303: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1304: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /cayuga/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1302: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1303: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1304: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1302: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1303: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1304: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 94: 47684 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /cayuga/test/input.output/iostream.format/std.manip -passed 1 tests in /cayuga/test/input.output/iostream.forward -passed 1 tests in /cayuga/test/input.output/iostream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /cayuga/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /cayuga/test/input.output/iostreams.base -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos -passed 1 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /cayuga/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /cayuga/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /cayuga/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base -passed 9 tests in /cayuga/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /cayuga/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /cayuga/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /cayuga/test/input.output/iostreams.base/stream.types -passed 1 tests in /cayuga/test/input.output/iostreams.requirements -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /cayuga/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /cayuga/test/input.output/stream.buffers -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /cayuga/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /cayuga/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /cayuga/test/input.output/string.streams -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /cayuga/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /cayuga/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons -passed 3 tests in /cayuga/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /cayuga/test/input.output/string.streams/stringstream.members -passed 1 tests in /cayuga/test/iterators -passed 1 tests in /cayuga/test/iterators/iterator.primitives -passed 1 tests in /cayuga/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /cayuga/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /cayuga/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /cayuga/test/iterators/iterator.requirements -passed 1 tests in /cayuga/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /cayuga/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /cayuga/test/iterators/iterator.synopsis -passed 1 tests in /cayuga/test/iterators/iterators.general -passed 1 tests in /cayuga/test/iterators/predef.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /cayuga/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /cayuga/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /cayuga/test/iterators/stream.iterators -passed 1 tests in /cayuga/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /cayuga/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /cayuga/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /cayuga/test/iterators/stream.iterators/iterator.range -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /cayuga/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /cayuga/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /cayuga/test/language.support -passed 1 tests in /cayuga/test/language.support/cstdint -passed 1 tests in /cayuga/test/language.support/cstdint/cstdint.syn -passed 1 tests in /cayuga/test/language.support/cstdint/stdinth -passed 1 tests in /cayuga/test/language.support/support.dynamic -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /cayuga/test/language.support/support.exception -not implemented: /cayuga/test/language.support/support.exception/except.nested -passed 1 tests in /cayuga/test/language.support/support.exception/exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /cayuga/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /cayuga/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /cayuga/test/language.support/support.exception/propagation -passed 1 tests in /cayuga/test/language.support/support.exception/uncaught -not implemented: /cayuga/test/language.support/support.general -passed 1 tests in /cayuga/test/language.support/support.initlist -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /cayuga/test/language.support/support.initlist/support.initlist.cons -not implemented: /cayuga/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /cayuga/test/language.support/support.limits -passed 2 tests in /cayuga/test/language.support/support.limits/c.limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits -passed 1 tests in /cayuga/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /cayuga/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /cayuga/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /cayuga/test/language.support/support.limits/limits/round.style -passed 1 tests in /cayuga/test/language.support/support.rtti -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.cast -passed 1 tests in /cayuga/test/language.support/support.rtti/bad.typeid -type_info_hash.pass.cpp: In function ‘int main()’: -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ -type_info_hash.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 1 tests in /cayuga/test/language.support/support.rtti/type.info -passed 6 tests in /cayuga/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /cayuga/test/language.support/support.start.term -passed 6 tests in /cayuga/test/language.support/support.types -passed 1 tests in /cayuga/test/localization -passed 1 tests in /cayuga/test/localization/c.locales -passed 1 tests in /cayuga/test/localization/locale.categories -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate -passed 2 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /cayuga/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccbZPQxU.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccbZPQxU.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccbZPQxU.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccbZPQxU.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccbZPQxU.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccbZPQxU.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccbZPQxU.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccbZPQxU.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccbZPQxU.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccbZPQxU.o - my_facet::~my_facet() in ccbZPQxU.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbZPQxU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccGzTYqr.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccGzTYqr.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccGzTYqr.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccGzTYqr.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccGzTYqr.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccGzTYqr.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccGzTYqr.o - my_facet::~my_facet() in ccGzTYqr.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGzTYqr.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccGzTYqr.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccGzTYqr.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccGzTYqr.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccufkDs3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccLWhoGs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccB8aoFL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchNmACG.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccpemBaY.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccswJak6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccE21s3l.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccsA9gik.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5LvJNN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGUlXFD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cch6DdjH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc5AM9Uq.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9W4haW.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYKji9i.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYhcZl5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9cDH8Y.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccr2TI8r.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccr2TI8r.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccr2TI8r.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccr2TI8r.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccDo2DpC.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccDo2DpC.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccDo2DpC.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccDo2DpC.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccDo2DpC.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccDo2DpC.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccDo2DpC.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccDo2DpC.o - my_facet::~my_facet() in ccDo2DpC.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccDo2DpC.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccDo2DpC.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccDo2DpC.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccDo2DpC.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccIaL0FI.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccIaL0FI.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccIaL0FI.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccIaL0FI.o - my_facet::~my_facet() in ccIaL0FI.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccIaL0FI.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccIaL0FI.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccIaL0FI.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccIaL0FI.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccIaL0FI.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccIaL0FI.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccIaL0FI.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccIaL0FI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /cayuga/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages -passed 3 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /cayuga/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time -passed 3 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /cayuga/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct -passed 2 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /cayuga/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /cayuga/test/localization/locale.categories/facets.examples -not implemented: /cayuga/test/localization/locale.stdcvt -passed 1 tests in /cayuga/test/localization/locale.syn -passed 1 tests in /cayuga/test/localization/locales -passed 1 tests in /cayuga/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccbhbpNu.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbhbpNu.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdpXSbg.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdpXSbg.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccR9NTfO.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccR9NTfO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc4AntnV.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc4AntnV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMxnbJF.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccMxnbJF.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccG9yl6D.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccG9yl6D.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccJSKBVI.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJSKBVI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccJTR0el.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJTR0el.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc8bhQTP.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8bhQTP.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /cayuga/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccCcLLn1.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccCcLLn1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 1 tests in /cayuga/test/localization/locales/locale/locale.members -passed 2 tests in /cayuga/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cclrIU8h.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclrIU8h.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccaeS3Iw.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccaeS3Iw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /cayuga/test/localization/locales/locale/locale.statics -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /cayuga/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /cayuga/test/localization/locales/locale.convenience -passed 11 tests in /cayuga/test/localization/locales/locale.convenience/classification -passed 1 tests in /cayuga/test/localization/locales/locale.convenience/conversions -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /cayuga/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /cayuga/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /cayuga/test/localization/locales/locale.global.templates -passed 1 tests in /cayuga/test/localization/localization.general -passed 1 tests in /cayuga/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /cayuga/test/numerics/c.math -passed 2 tests in /cayuga/test/numerics/c.math -passed 1 tests in /cayuga/test/numerics/cfenv -passed 1 tests in /cayuga/test/numerics/cfenv/cfenv.syn -passed 1 tests in /cayuga/test/numerics/cfenv/fenv -passed 1 tests in /cayuga/test/numerics/complex.number -passed 1 tests in /cayuga/test/numerics/complex.number/ccmplx -passed 7 tests in /cayuga/test/numerics/complex.number/cmplx.over -passed 1 tests in /cayuga/test/numerics/complex.number/cmplxh -passed 1 tests in /cayuga/test/numerics/complex.number/complex -passed 10 tests in /cayuga/test/numerics/complex.number/complex.member.ops -passed 2 tests in /cayuga/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 20 tests in /cayuga/test/numerics/complex.number/complex.ops -passed 12 tests in /cayuga/test/numerics/complex.number/complex.special -passed 1 tests in /cayuga/test/numerics/complex.number/complex.synopsis -passed 19 tests in /cayuga/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /cayuga/test/numerics/complex.number/complex.value.ops -passed 1 tests in /cayuga/test/numerics/numarray -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice -passed 1 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /cayuga/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /cayuga/test/numerics/numarray/class.slice -passed 2 tests in /cayuga/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /cayuga/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array -passed 2 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array -passed 2 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array -passed 2 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /cayuga/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /cayuga/test/numerics/numarray/template.valarray -passed 2 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /cayuga/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /cayuga/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /cayuga/test/numerics/numarray/valarray.range -passed 1 tests in /cayuga/test/numerics/numarray/valarray.syn -passed 1 tests in /cayuga/test/numerics/numeric.ops -passed 2 tests in /cayuga/test/numerics/numeric.ops/accumulate -passed 2 tests in /cayuga/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /cayuga/test/numerics/numeric.ops/inner.product -not implemented: /cayuga/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /cayuga/test/numerics/numeric.ops/partial.sum -passed 1 tests in /cayuga/test/numerics/numeric.requirements -not implemented: /cayuga/test/numerics/numerics.general -not implemented: /cayuga/test/numerics/rand -not implemented: /cayuga/test/numerics/rand/rand.adapt -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /cayuga/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /cayuga/test/numerics/rand/rand.concept -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /cayuga/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /cayuga/test/numerics/rand/rand.device -not implemented: /cayuga/test/numerics/rand/rand.dis -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /cayuga/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /cayuga/test/numerics/rand/rand.eng -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /cayuga/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /cayuga/test/numerics/rand/rand.predef -not implemented: /cayuga/test/numerics/rand/rand.synopsis -not implemented: /cayuga/test/numerics/rand/rand.util -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /cayuga/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /cayuga/test/re -not implemented: /cayuga/test/re/re.alg -not implemented: /cayuga/test/re/re.alg/re.alg.match -not implemented: /cayuga/test/re/re.alg/re.alg.replace -not implemented: /cayuga/test/re/re.alg/re.alg.search -not implemented: /cayuga/test/re/re.alg/re.except -not implemented: /cayuga/test/re/re.badexp -not implemented: /cayuga/test/re/re.const -not implemented: /cayuga/test/re/re.const/re.err -not implemented: /cayuga/test/re/re.const/re.matchflag -not implemented: /cayuga/test/re/re.const/re.synopt -not implemented: /cayuga/test/re/re.def -not implemented: /cayuga/test/re/re.def/defns.regex.collating.element -not implemented: /cayuga/test/re/re.def/defns.regex.finite.state.machine -not implemented: /cayuga/test/re/re.def/defns.regex.format.specifier -not implemented: /cayuga/test/re/re.def/defns.regex.matched -not implemented: /cayuga/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /cayuga/test/re/re.def/defns.regex.regular.expression -not implemented: /cayuga/test/re/re.def/defns.regex.subexpression -not implemented: /cayuga/test/re/re.general -not implemented: /cayuga/test/re/re.grammar -not implemented: /cayuga/test/re/re.iter -not implemented: /cayuga/test/re/re.iter/re.regiter -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /cayuga/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /cayuga/test/re/re.iter/re.tokiter -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /cayuga/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /cayuga/test/re/re.regex -not implemented: /cayuga/test/re/re.regex/re.regex.assign -not implemented: /cayuga/test/re/re.regex/re.regex.const -not implemented: /cayuga/test/re/re.regex/re.regex.construct -not implemented: /cayuga/test/re/re.regex/re.regex.locale -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb -not implemented: /cayuga/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /cayuga/test/re/re.regex/re.regex.operations -not implemented: /cayuga/test/re/re.regex/re.regex.swap -not implemented: /cayuga/test/re/re.req -not implemented: /cayuga/test/re/re.results -not implemented: /cayuga/test/re/re.results/re.results.acc -not implemented: /cayuga/test/re/re.results/re.results.all -not implemented: /cayuga/test/re/re.results/re.results.const -not implemented: /cayuga/test/re/re.results/re.results.form -not implemented: /cayuga/test/re/re.results/re.results.nonmember -not implemented: /cayuga/test/re/re.results/re.results.size -not implemented: /cayuga/test/re/re.results/re.results.swap -not implemented: /cayuga/test/re/re.submatch -not implemented: /cayuga/test/re/re.submatch/re.submatch.members -not implemented: /cayuga/test/re/re.submatch/re.submatch.op -not implemented: /cayuga/test/re/re.syn -not implemented: /cayuga/test/re/re.traits -passed 1 tests in /cayuga/test/strings -passed 1 tests in /cayuga/test/strings/basic.string -passed 4 tests in /cayuga/test/strings/basic.string/string.access -passed 10 tests in /cayuga/test/strings/basic.string/string.capacity -passed 16 tests in /cayuga/test/strings/basic.string/string.cons -passed 8 tests in /cayuga/test/strings/basic.string/string.iterators -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /cayuga/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /cayuga/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /cayuga/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /cayuga/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers -passed 6 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /cayuga/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /cayuga/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /cayuga/test/strings/basic.string/string.ops -passed 3 tests in /cayuga/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /cayuga/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /cayuga/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /cayuga/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /cayuga/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /cayuga/test/strings/c.strings -passed 4 tests in /cayuga/test/strings/c.strings -passed 1 tests in /cayuga/test/strings/char.traits -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.require -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.specializations -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /cayuga/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /cayuga/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /cayuga/test/strings/string.classes -not implemented: /cayuga/test/strings/string.conversions -not implemented: /cayuga/test/strings/strings.general -not implemented: /cayuga/test/thread -not implemented: /cayuga/test/thread/futures -not implemented: /cayuga/test/thread/futures/future.shared_future -not implemented: /cayuga/test/thread/futures/futures.async -not implemented: /cayuga/test/thread/futures/futures.atomic_future -not implemented: /cayuga/test/thread/futures/futures.errors -not implemented: /cayuga/test/thread/futures/futures.future_error -not implemented: /cayuga/test/thread/futures/futures.overview -not implemented: /cayuga/test/thread/futures/futures.promise -not implemented: /cayuga/test/thread/futures/futures.state -not implemented: /cayuga/test/thread/futures/futures.tas -not implemented: /cayuga/test/thread/futures/futures.unique_future -not implemented: /cayuga/test/thread/thread.condition -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvar -not implemented: /cayuga/test/thread/thread.condition/thread.condition.condvarany -not implemented: /cayuga/test/thread/thread.general -not implemented: /cayuga/test/thread/thread.mutex -not implemented: /cayuga/test/thread/thread.mutex/thread.lock -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /cayuga/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /cayuga/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /cayuga/test/thread/thread.mutex/thread.once -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /cayuga/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /cayuga/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /cayuga/test/thread/thread.req -not implemented: /cayuga/test/thread/thread.req/thread.req.exception -not implemented: /cayuga/test/thread/thread.req/thread.req.native -not implemented: /cayuga/test/thread/thread.req/thread.req.paramname -not implemented: /cayuga/test/thread/thread.req/thread.req.timing -not implemented: /cayuga/test/thread/thread.threads -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /cayuga/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /cayuga/test/thread/thread.threads/thread.thread.this -passed 1 tests in /cayuga/test/utilities -passed 1 tests in /cayuga/test/utilities/date.time -passed 1 tests in /cayuga/test/utilities/function.objects -passed 6 tests in /cayuga/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /cayuga/test/utilities/function.objects/base -passed 1 tests in /cayuga/test/utilities/function.objects/bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /cayuga/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /cayuga/test/utilities/function.objects/bitwise.operations -passed 6 tests in /cayuga/test/utilities/function.objects/comparisons -passed 1 tests in /cayuga/test/utilities/function.objects/func.def -passed 6 tests in /cayuga/test/utilities/function.objects/func.memfn -passed 2 tests in /cayuga/test/utilities/function.objects/func.require -passed 1 tests in /cayuga/test/utilities/function.objects/func.ret -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /cayuga/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /cayuga/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /cayuga/test/utilities/function.objects/logical.operations -passed 16 tests in /cayuga/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /cayuga/test/utilities/function.objects/negators -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /cayuga/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 7 tests in /cayuga/test/utilities/function.objects/unord.hash -passed 1 tests in /cayuga/test/utilities/memory -passed 1 tests in /cayuga/test/utilities/memory/allocator.adaptor -passed 5 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.tag -passed 3 tests in /cayuga/test/utilities/memory/allocator.traits -passed 7 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /cayuga/test/utilities/memory/c.malloc -passed 2 tests in /cayuga/test/utilities/memory/default.allocator -passed 1 tests in /cayuga/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /cayuga/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /cayuga/test/utilities/memory/pointer.traits -passed 1 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /cayuga/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /cayuga/test/utilities/memory/ptr.align -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /cayuga/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /cayuga/test/utilities/memory/storage.iterator -passed 1 tests in /cayuga/test/utilities/memory/temporary.buffer -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /cayuga/test/utilities/memory/unique.ptr/unique.ptr.special -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.dynamic.safety -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /cayuga/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /cayuga/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /cayuga/test/utilities/meta -passed 1 tests in /cayuga/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 2 tests in /cayuga/test/utilities/meta/meta.rel -passed 1 tests in /cayuga/test/utilities/meta/meta.rqmts -passed 1 tests in /cayuga/test/utilities/meta/meta.trans -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.cv -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /cayuga/test/utilities/meta/meta.trans/meta.trans.sign -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 6 tests in /cayuga/test/utilities/meta/meta.trans.other -passed 1 tests in /cayuga/test/utilities/meta/meta.type.synop -passed 1 tests in /cayuga/test/utilities/meta/meta.unary -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 14 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /cayuga/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /cayuga/test/utilities/ratio -passed 8 tests in /cayuga/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /cayuga/test/utilities/ratio/ratio.comparison -passed 4 tests in /cayuga/test/utilities/ratio/ratio.ratio -passed 1 tests in /cayuga/test/utilities/ratio/ratio.si -passed 6 tests in /cayuga/test/utilities/time -passed 1 tests in /cayuga/test/utilities/time/time.clock -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /cayuga/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /cayuga/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /cayuga/test/utilities/time/time.clock.req -passed 5 tests in /cayuga/test/utilities/time/time.duration -passed 12 tests in /cayuga/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /cayuga/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /cayuga/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /cayuga/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /cayuga/test/utilities/time/time.point -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.cast -passed 4 tests in /cayuga/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /cayuga/test/utilities/time/time.point/time.point.cons -passed 3 tests in /cayuga/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /cayuga/test/utilities/time/time.point/time.point.observer -passed 2 tests in /cayuga/test/utilities/time/time.point/time.point.special -passed 1 tests in /cayuga/test/utilities/time/time.traits -passed 3 tests in /cayuga/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /cayuga/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /cayuga/test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /cayuga/test/utilities/tuple -passed 1 tests in /cayuga/test/utilities/tuple/tuple.general -passed 1 tests in /cayuga/test/utilities/tuple/tuple.tuple -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.assign -passed 16 tests in /cayuga/test/utilities/tuple/tuple.tuple/tuple.cnstr -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.special -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /cayuga/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /cayuga/test/utilities/type.index -not implemented: /cayuga/test/utilities/type.index/type.index.members -not implemented: /cayuga/test/utilities/type.index/type.index.overview -not implemented: /cayuga/test/utilities/type.index/type.index.synopsis -not implemented: /cayuga/test/utilities/type.index/type.index.templ -passed 1 tests in /cayuga/test/utilities/utilities.general -passed 1 tests in /cayuga/test/utilities/utility -passed 14 tests in /cayuga/test/utilities/utility/forward -passed 1 tests in /cayuga/test/utilities/utility/operators -not implemented: /cayuga/test/utilities/utility/pair.astuple -not implemented: /cayuga/test/utilities/utility/pair.range -not implemented: /cayuga/test/utilities/utility/pairs -passed 1 tests in /cayuga/test/utilities/utility/template.bitset -passed 4 tests in /cayuga/test/utilities/utility/template.bitset/bitset.cons -passed 26 tests in /cayuga/test/utilities/utility/template.bitset/bitset.members -passed 5 tests in /cayuga/test/utilities/utility/template.bitset/bitset.operators -passed 2 tests in /cayuga/test/utilities/utility/utility.swap -passed 1 tests in /cayuga/test/utilities/utility.requirements -passed 1 tests in /cayuga/test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /cayuga/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /cayuga/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib ----------------------------------------------------- -sections without tests : 192 -sections with failures : 28 -sections without failures: 811 - + ---- -total number of sections : 1031 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 3040 - + ---- -total number of tests : 3126 -**************************************************** diff --git a/test_results/2010-02-25 g++-4_2_i386 b/test_results/2010-02-25 g++-4_2_i386 deleted file mode 100644 index 2a64f567..00000000 --- a/test_results/2010-02-25 g++-4_2_i386 +++ /dev/null @@ -1,4653 +0,0 @@ -passed 1 tests in /libcpp/trunk/test -passed 1 tests in /libcpp/trunk/test/algorithms -passed 1 tests in /libcpp/trunk/test/algorithms/alg.c.library -passed 1 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /libcpp/trunk/test/algorithms/algorithms.general -not implemented: /libcpp/trunk/test/atomics -not implemented: /libcpp/trunk/test/atomics/atomics.fences -not implemented: /libcpp/trunk/test/atomics/atomics.flag -not implemented: /libcpp/trunk/test/atomics/atomics.general -not implemented: /libcpp/trunk/test/atomics/atomics.lockfree -not implemented: /libcpp/trunk/test/atomics/atomics.order -not implemented: /libcpp/trunk/test/atomics/atomics.syn -not implemented: /libcpp/trunk/test/atomics/atomics.types -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.address -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.generic -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.integral -not implemented: /libcpp/trunk/test/atomics/atomics.types.operations -passed 1 tests in /libcpp/trunk/test/containers -passed 4 tests in /libcpp/trunk/test/containers/associative -passed 1 tests in /libcpp/trunk/test/containers/associative/map -passed 7 tests in /libcpp/trunk/test/containers/associative/map/map.access -passed 17 tests in /libcpp/trunk/test/containers/associative/map/map.cons -passed 12 tests in /libcpp/trunk/test/containers/associative/map/map.modifiers -passed 5 tests in /libcpp/trunk/test/containers/associative/map/map.ops -passed 2 tests in /libcpp/trunk/test/containers/associative/map/map.special -passed 5 tests in /libcpp/trunk/test/containers/associative/multimap -passed 17 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.cons -passed 12 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.ops -passed 2 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.special -passed 22 tests in /libcpp/trunk/test/containers/associative/multiset -passed 17 tests in /libcpp/trunk/test/containers/associative/multiset/multiset.cons -passed 2 tests in /libcpp/trunk/test/containers/associative/multiset/multiset.special -passed 22 tests in /libcpp/trunk/test/containers/associative/set -passed 17 tests in /libcpp/trunk/test/containers/associative/set/set.cons -passed 2 tests in /libcpp/trunk/test/containers/associative/set/set.special -passed 1 tests in /libcpp/trunk/test/containers/container.requirements -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/associative.reqmts -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/container.requirements.general -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/unord.req -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /libcpp/trunk/test/containers/containers.general -passed 1 tests in /libcpp/trunk/test/containers/sequences -passed 3 tests in /libcpp/trunk/test/containers/sequences/array -passed 2 tests in /libcpp/trunk/test/containers/sequences/array/array.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/array/array.data -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.fill -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.size -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.special -passed 4 tests in /libcpp/trunk/test/containers/sequences/array/array.tuple -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.zero -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue -passed 23 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack -passed 21 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/deque -passed 4 tests in /libcpp/trunk/test/containers/sequences/deque/deque.capacity -passed 19 tests in /libcpp/trunk/test/containers/sequences/deque/deque.cons -passed 16 tests in /libcpp/trunk/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /libcpp/trunk/test/containers/sequences/deque/deque.special -passed 2 tests in /libcpp/trunk/test/containers/sequences/forwardlist -passed 1 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /libcpp/trunk/test/containers/sequences/list -passed 2 tests in /libcpp/trunk/test/containers/sequences/list/list.capacity -passed 15 tests in /libcpp/trunk/test/containers/sequences/list/list.cons -passed 17 tests in /libcpp/trunk/test/containers/sequences/list/list.modifiers -passed 12 tests in /libcpp/trunk/test/containers/sequences/list/list.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/list/list.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/vector -passed 6 tests in /libcpp/trunk/test/containers/sequences/vector/vector.capacity -passed 16 tests in /libcpp/trunk/test/containers/sequences/vector/vector.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/vector/vector.data -passed 11 tests in /libcpp/trunk/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /libcpp/trunk/test/containers/sequences/vector/vector.special -passed 30 tests in /libcpp/trunk/test/containers/sequences/vector.bool -passed 1 tests in /libcpp/trunk/test/containers/unord -passed 29 tests in /libcpp/trunk/test/containers/unord/unord.map -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.multimap -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.multiset -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.set -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /libcpp/trunk/test/depr -passed 1 tests in /libcpp/trunk/test/depr/depr.auto.ptr -passed 1 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/depr/depr.c.headers -passed 23 tests in /libcpp/trunk/test/depr/depr.c.headers -passed 5 tests in /libcpp/trunk/test/depr/depr.ios.members -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /libcpp/trunk/test/diagnostics -passed 1 tests in /libcpp/trunk/test/diagnostics/assertions -passed 1 tests in /libcpp/trunk/test/diagnostics/diagnostics.general -passed 1 tests in /libcpp/trunk/test/diagnostics/errno -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/length.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/range.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.compare -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /libcpp/trunk/test/input.output -passed 1 tests in /libcpp/trunk/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/input.output/file.streams/c.files -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/c.files -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /libcpp/trunk/test/input.output/input.output.general -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format -passed 4 tests in /libcpp/trunk/test/input.output/iostream.format/ext.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /libcpp/trunk/test/input.output/iostream.format/std.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.forward -passed 1 tests in /libcpp/trunk/test/input.output/iostream.objects -passed 4 tests in /libcpp/trunk/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /libcpp/trunk/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base -passed 9 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/stream.types -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /libcpp/trunk/test/input.output/string.streams -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/istringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.cons -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.members -passed 1 tests in /libcpp/trunk/test/iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.primitives -passed 1 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /libcpp/trunk/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.synopsis -passed 1 tests in /libcpp/trunk/test/iterators/iterators.general -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /libcpp/trunk/test/iterators/stream.iterators/iterator.range -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /libcpp/trunk/test/language.support -passed 1 tests in /libcpp/trunk/test/language.support/cstdint -passed 1 tests in /libcpp/trunk/test/language.support/cstdint/cstdint.syn -passed 1 tests in /libcpp/trunk/test/language.support/cstdint/stdinth -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete -passed 4 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /libcpp/trunk/test/language.support/support.exception -not implemented: /libcpp/trunk/test/language.support/support.exception/except.nested -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /libcpp/trunk/test/language.support/support.exception/propagation -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/uncaught -not implemented: /libcpp/trunk/test/language.support/support.general -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist/support.initlist.cons -not implemented: /libcpp/trunk/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /libcpp/trunk/test/language.support/support.limits -passed 2 tests in /libcpp/trunk/test/language.support/support.limits/c.limits -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/round.style -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti/bad.cast -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti/bad.typeid -passed 2 tests in /libcpp/trunk/test/language.support/support.rtti/type.info -passed 6 tests in /libcpp/trunk/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/language.support/support.start.term -passed 6 tests in /libcpp/trunk/test/language.support/support.types -passed 1 tests in /libcpp/trunk/test/localization -passed 1 tests in /libcpp/trunk/test/localization/c.locales -passed 1 tests in /libcpp/trunk/test/localization/locale.categories -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.collate -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facets.examples -not implemented: /libcpp/trunk/test/localization/locale.stdcvt -passed 1 tests in /libcpp/trunk/test/localization/locale.syn -passed 1 tests in /libcpp/trunk/test/localization/locales -passed 1 tests in /libcpp/trunk/test/localization/locales/locale -passed 9 tests in /libcpp/trunk/test/localization/locales/locale/locale.cons -passed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.members -passed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.operators -passed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.statics -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /libcpp/trunk/test/localization/locales/locale.convenience -passed 11 tests in /libcpp/trunk/test/localization/locales/locale.convenience/classification -passed 1 tests in /libcpp/trunk/test/localization/locales/locale.convenience/conversions -not implemented: /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /libcpp/trunk/test/localization/locales/locale.global.templates -passed 1 tests in /libcpp/trunk/test/localization/localization.general -passed 1 tests in /libcpp/trunk/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/numerics/c.math -passed 2 tests in /libcpp/trunk/test/numerics/c.math -passed 1 tests in /libcpp/trunk/test/numerics/cfenv -passed 1 tests in /libcpp/trunk/test/numerics/cfenv/cfenv.syn -passed 1 tests in /libcpp/trunk/test/numerics/cfenv/fenv -passed 1 tests in /libcpp/trunk/test/numerics/complex.number -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/ccmplx -passed 7 tests in /libcpp/trunk/test/numerics/complex.number/cmplx.over -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/cmplxh -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/complex -passed 10 tests in /libcpp/trunk/test/numerics/complex.number/complex.member.ops -passed 2 tests in /libcpp/trunk/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/numerics/complex.number/complex.ops -passed 20 tests in /libcpp/trunk/test/numerics/complex.number/complex.ops -passed 12 tests in /libcpp/trunk/test/numerics/complex.number/complex.special -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/complex.synopsis -passed 19 tests in /libcpp/trunk/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /libcpp/trunk/test/numerics/complex.number/complex.value.ops -passed 1 tests in /libcpp/trunk/test/numerics/numarray -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.gslice -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /libcpp/trunk/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.slice -passed 2 tests in /libcpp/trunk/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.valarray -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /libcpp/trunk/test/numerics/numarray/valarray.range -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.syn -passed 1 tests in /libcpp/trunk/test/numerics/numeric.ops -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/accumulate -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/inner.product -not implemented: /libcpp/trunk/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/partial.sum -passed 1 tests in /libcpp/trunk/test/numerics/numeric.requirements -not implemented: /libcpp/trunk/test/numerics/numerics.general -not implemented: /libcpp/trunk/test/numerics/rand -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /libcpp/trunk/test/numerics/rand/rand.device -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /libcpp/trunk/test/numerics/rand/rand.predef -not implemented: /libcpp/trunk/test/numerics/rand/rand.synopsis -not implemented: /libcpp/trunk/test/numerics/rand/rand.util -not implemented: /libcpp/trunk/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /libcpp/trunk/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /libcpp/trunk/test/re -not implemented: /libcpp/trunk/test/re/re.alg -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.match -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.replace -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.search -not implemented: /libcpp/trunk/test/re/re.alg/re.except -not implemented: /libcpp/trunk/test/re/re.badexp -not implemented: /libcpp/trunk/test/re/re.const -not implemented: /libcpp/trunk/test/re/re.const/re.err -not implemented: /libcpp/trunk/test/re/re.const/re.matchflag -not implemented: /libcpp/trunk/test/re/re.const/re.synopt -not implemented: /libcpp/trunk/test/re/re.def -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.collating.element -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.finite.state.machine -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.format.specifier -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.matched -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.regular.expression -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.subexpression -not implemented: /libcpp/trunk/test/re/re.general -not implemented: /libcpp/trunk/test/re/re.grammar -not implemented: /libcpp/trunk/test/re/re.iter -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /libcpp/trunk/test/re/re.regex -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.assign -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.const -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.construct -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.locale -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.nonmemb -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.operations -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.swap -not implemented: /libcpp/trunk/test/re/re.req -not implemented: /libcpp/trunk/test/re/re.results -not implemented: /libcpp/trunk/test/re/re.results/re.results.acc -not implemented: /libcpp/trunk/test/re/re.results/re.results.all -not implemented: /libcpp/trunk/test/re/re.results/re.results.const -not implemented: /libcpp/trunk/test/re/re.results/re.results.form -not implemented: /libcpp/trunk/test/re/re.results/re.results.nonmember -not implemented: /libcpp/trunk/test/re/re.results/re.results.size -not implemented: /libcpp/trunk/test/re/re.results/re.results.swap -not implemented: /libcpp/trunk/test/re/re.submatch -not implemented: /libcpp/trunk/test/re/re.submatch/re.submatch.members -not implemented: /libcpp/trunk/test/re/re.submatch/re.submatch.op -not implemented: /libcpp/trunk/test/re/re.syn -not implemented: /libcpp/trunk/test/re/re.traits -passed 1 tests in /libcpp/trunk/test/strings -passed 1 tests in /libcpp/trunk/test/strings/basic.string -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.access -passed 10 tests in /libcpp/trunk/test/strings/basic.string/string.capacity -passed 16 tests in /libcpp/trunk/test/strings/basic.string/string.cons -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.iterators -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers -passed 6 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.ops -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/strings/c.strings -passed 4 tests in /libcpp/trunk/test/strings/c.strings -passed 1 tests in /libcpp/trunk/test/strings/char.traits -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.require -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /libcpp/trunk/test/strings/string.classes -not implemented: /libcpp/trunk/test/strings/string.conversions -not implemented: /libcpp/trunk/test/strings/strings.general -not implemented: /libcpp/trunk/test/thread -not implemented: /libcpp/trunk/test/thread/futures -not implemented: /libcpp/trunk/test/thread/futures/futures.async -not implemented: /libcpp/trunk/test/thread/futures/futures.atomic_future -not implemented: /libcpp/trunk/test/thread/futures/futures.errors -not implemented: /libcpp/trunk/test/thread/futures/futures.future_error -not implemented: /libcpp/trunk/test/thread/futures/futures.overview -not implemented: /libcpp/trunk/test/thread/futures/futures.promise -not implemented: /libcpp/trunk/test/thread/futures/futures.shared_future -not implemented: /libcpp/trunk/test/thread/futures/futures.state -not implemented: /libcpp/trunk/test/thread/futures/futures.tas -not implemented: /libcpp/trunk/test/thread/futures/futures.unique_future -not implemented: /libcpp/trunk/test/thread/thread.condition -not implemented: /libcpp/trunk/test/thread/thread.condition/thread.condition.condvar -not implemented: /libcpp/trunk/test/thread/thread.condition/thread.condition.condvarany -not implemented: /libcpp/trunk/test/thread/thread.general -not implemented: /libcpp/trunk/test/thread/thread.mutex -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /libcpp/trunk/test/thread/thread.req -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.exception -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.native -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.paramname -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.timing -not implemented: /libcpp/trunk/test/thread/thread.threads -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.this -passed 1 tests in /libcpp/trunk/test/utilities -passed 1 tests in /libcpp/trunk/test/utilities/date.time -passed 1 tests in /libcpp/trunk/test/utilities/function.objects -passed 6 tests in /libcpp/trunk/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/base -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/bitwise.operations -passed 6 tests in /libcpp/trunk/test/utilities/function.objects/comparisons -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /libcpp/trunk/test/utilities/function.objects/func.memfn -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.memfn -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.require -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.ret -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/logical.operations -passed 16 tests in /libcpp/trunk/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/negators -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/refwrap -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/unord.hash -passed 7 tests in /libcpp/trunk/test/utilities/function.objects/unord.hash -passed 1 tests in /libcpp/trunk/test/utilities/memory -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor -passed 5 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.tag -passed 3 tests in /libcpp/trunk/test/utilities/memory/allocator.traits -passed 7 tests in /libcpp/trunk/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /libcpp/trunk/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /libcpp/trunk/test/utilities/memory/c.malloc -passed 2 tests in /libcpp/trunk/test/utilities/memory/default.allocator -passed 1 tests in /libcpp/trunk/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /libcpp/trunk/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /libcpp/trunk/test/utilities/memory/pointer.traits -passed 1 tests in /libcpp/trunk/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /libcpp/trunk/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/ptr.align -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /libcpp/trunk/test/utilities/memory/storage.iterator -passed 1 tests in /libcpp/trunk/test/utilities/memory/temporary.buffer -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:2197: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2197: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2197: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2201: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2190: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2104: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2098: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2092: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2081: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2079: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2201: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2190: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2104: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2098: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2092: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2079: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:2201: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2190: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2104: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2098: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2092: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2079: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.dynamic.safety -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 94220 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 94230 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 94468 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /libcpp/trunk/test/utilities/meta -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/utilities/meta/meta.rel -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.rel -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.rqmts -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.trans -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.type.synop -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /libcpp/trunk/test/utilities/ratio -passed 8 tests in /libcpp/trunk/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /libcpp/trunk/test/utilities/ratio/ratio.comparison -passed 4 tests in /libcpp/trunk/test/utilities/ratio/ratio.ratio -passed 1 tests in /libcpp/trunk/test/utilities/ratio/ratio.si -passed 1 tests in /libcpp/trunk/test/utilities/template.bitset -passed 4 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.cons -passed 26 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.members -passed 5 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.operators -passed 6 tests in /libcpp/trunk/test/utilities/time -passed 1 tests in /libcpp/trunk/test/utilities/time/time.clock -passed 2 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /libcpp/trunk/test/utilities/time/time.clock.req -passed 5 tests in /libcpp/trunk/test/utilities/time/time.duration -passed 12 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.cast -passed 4 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.cons -passed 3 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.observer -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.special -passed 1 tests in /libcpp/trunk/test/utilities/time/time.traits -passed 3 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /libcpp/trunk/test/utilities/tuple -passed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /libcpp/trunk/test/utilities/type.index -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.members -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.overview -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.synopsis -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.templ -passed 1 tests in /libcpp/trunk/test/utilities/utilities.general -passed 1 tests in /libcpp/trunk/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/utility/forward -passed 13 tests in /libcpp/trunk/test/utilities/utility/forward -passed 1 tests in /libcpp/trunk/test/utilities/utility/operators -not implemented: /libcpp/trunk/test/utilities/utility/pairs -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pair.astuple -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pair.range -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pairs.general -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pairs.pair -passed 2 tests in /libcpp/trunk/test/utilities/utility/utility.swap -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /libcpp/trunk/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 191 -sections with failures : 33 -sections without failures: 809 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 102 -number of tests passed : 3041 - + ---- -total number of tests : 3143 -**************************************************** diff --git a/test_results/2010-02-25 g++-4_2_x86_64 b/test_results/2010-02-25 g++-4_2_x86_64 deleted file mode 100644 index f68521ed..00000000 --- a/test_results/2010-02-25 g++-4_2_x86_64 +++ /dev/null @@ -1,4653 +0,0 @@ -passed 1 tests in /libcpp/trunk/test -passed 1 tests in /libcpp/trunk/test/algorithms -passed 1 tests in /libcpp/trunk/test/algorithms/alg.c.library -passed 1 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__yuga1::pair’: -minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__yuga1::greater]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /libcpp/trunk/test/algorithms/algorithms.general -not implemented: /libcpp/trunk/test/atomics -not implemented: /libcpp/trunk/test/atomics/atomics.fences -not implemented: /libcpp/trunk/test/atomics/atomics.flag -not implemented: /libcpp/trunk/test/atomics/atomics.general -not implemented: /libcpp/trunk/test/atomics/atomics.lockfree -not implemented: /libcpp/trunk/test/atomics/atomics.order -not implemented: /libcpp/trunk/test/atomics/atomics.syn -not implemented: /libcpp/trunk/test/atomics/atomics.types -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.address -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.generic -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.integral -not implemented: /libcpp/trunk/test/atomics/atomics.types.operations -passed 1 tests in /libcpp/trunk/test/containers -passed 4 tests in /libcpp/trunk/test/containers/associative -passed 1 tests in /libcpp/trunk/test/containers/associative/map -passed 7 tests in /libcpp/trunk/test/containers/associative/map/map.access -passed 17 tests in /libcpp/trunk/test/containers/associative/map/map.cons -passed 12 tests in /libcpp/trunk/test/containers/associative/map/map.modifiers -passed 5 tests in /libcpp/trunk/test/containers/associative/map/map.ops -passed 2 tests in /libcpp/trunk/test/containers/associative/map/map.special -passed 5 tests in /libcpp/trunk/test/containers/associative/multimap -passed 17 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.cons -passed 12 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.ops -passed 2 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.special -passed 22 tests in /libcpp/trunk/test/containers/associative/multiset -passed 17 tests in /libcpp/trunk/test/containers/associative/multiset/multiset.cons -passed 2 tests in /libcpp/trunk/test/containers/associative/multiset/multiset.special -passed 22 tests in /libcpp/trunk/test/containers/associative/set -passed 17 tests in /libcpp/trunk/test/containers/associative/set/set.cons -passed 2 tests in /libcpp/trunk/test/containers/associative/set/set.special -passed 1 tests in /libcpp/trunk/test/containers/container.requirements -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/associative.reqmts -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/container.requirements.general -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/unord.req -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /libcpp/trunk/test/containers/containers.general -passed 1 tests in /libcpp/trunk/test/containers/sequences -passed 3 tests in /libcpp/trunk/test/containers/sequences/array -passed 2 tests in /libcpp/trunk/test/containers/sequences/array/array.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/array/array.data -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.fill -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.size -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.special -passed 4 tests in /libcpp/trunk/test/containers/sequences/array/array.tuple -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.zero -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue -passed 23 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack -passed 21 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/deque -passed 4 tests in /libcpp/trunk/test/containers/sequences/deque/deque.capacity -passed 19 tests in /libcpp/trunk/test/containers/sequences/deque/deque.cons -passed 16 tests in /libcpp/trunk/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /libcpp/trunk/test/containers/sequences/deque/deque.special -passed 2 tests in /libcpp/trunk/test/containers/sequences/forwardlist -passed 1 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /libcpp/trunk/test/containers/sequences/list -passed 2 tests in /libcpp/trunk/test/containers/sequences/list/list.capacity -passed 15 tests in /libcpp/trunk/test/containers/sequences/list/list.cons -passed 17 tests in /libcpp/trunk/test/containers/sequences/list/list.modifiers -passed 12 tests in /libcpp/trunk/test/containers/sequences/list/list.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/list/list.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/vector -passed 6 tests in /libcpp/trunk/test/containers/sequences/vector/vector.capacity -passed 16 tests in /libcpp/trunk/test/containers/sequences/vector/vector.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/vector/vector.data -passed 11 tests in /libcpp/trunk/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /libcpp/trunk/test/containers/sequences/vector/vector.special -passed 30 tests in /libcpp/trunk/test/containers/sequences/vector.bool -passed 1 tests in /libcpp/trunk/test/containers/unord -passed 29 tests in /libcpp/trunk/test/containers/unord/unord.map -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.multimap -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.multiset -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.set -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /libcpp/trunk/test/depr -passed 1 tests in /libcpp/trunk/test/depr/depr.auto.ptr -passed 1 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/depr/depr.c.headers -passed 23 tests in /libcpp/trunk/test/depr/depr.c.headers -passed 5 tests in /libcpp/trunk/test/depr/depr.ios.members -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /libcpp/trunk/test/diagnostics -passed 1 tests in /libcpp/trunk/test/diagnostics/assertions -passed 1 tests in /libcpp/trunk/test/diagnostics/diagnostics.general -passed 1 tests in /libcpp/trunk/test/diagnostics/errno -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/length.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/range.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.compare -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /libcpp/trunk/test/input.output -passed 1 tests in /libcpp/trunk/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/input.output/file.streams/c.files -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/c.files -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /libcpp/trunk/test/input.output/input.output.general -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format -passed 4 tests in /libcpp/trunk/test/input.output/iostream.format/ext.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_iostream >::basic_iostream(const std::__yuga1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_iostream >& std::__yuga1::basic_iostream >::operator=(const std::__yuga1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_istream >::basic_istream(const std::__yuga1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_istream >& std::__yuga1::basic_istream >::operator=(const std::__yuga1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__yuga1::ios_base::ios_base(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >::basic_ios(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__yuga1::basic_ostream >::basic_ostream(const std::__yuga1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__yuga1::ios_base& std::__yuga1::ios_base::operator=(const std::__yuga1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__yuga1::basic_ios >& std::__yuga1::basic_ios >::operator=(const std::__yuga1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__yuga1::basic_ostream >& std::__yuga1::basic_ostream >::operator=(const std::__yuga1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /libcpp/trunk/test/input.output/iostream.format/std.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.forward -passed 1 tests in /libcpp/trunk/test/input.output/iostream.objects -passed 4 tests in /libcpp/trunk/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /libcpp/trunk/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base -passed 9 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/stream.types -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /libcpp/trunk/test/input.output/string.streams -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/istringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.cons -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.members -passed 1 tests in /libcpp/trunk/test/iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.primitives -passed 1 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /libcpp/trunk/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.synopsis -passed 1 tests in /libcpp/trunk/test/iterators/iterators.general -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /libcpp/trunk/test/iterators/stream.iterators/iterator.range -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /libcpp/trunk/test/language.support -passed 1 tests in /libcpp/trunk/test/language.support/cstdint -passed 1 tests in /libcpp/trunk/test/language.support/cstdint/cstdint.syn -passed 1 tests in /libcpp/trunk/test/language.support/cstdint/stdinth -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete -passed 4 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /libcpp/trunk/test/language.support/support.exception -not implemented: /libcpp/trunk/test/language.support/support.exception/except.nested -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /libcpp/trunk/test/language.support/support.exception/propagation -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/uncaught -not implemented: /libcpp/trunk/test/language.support/support.general -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist/support.initlist.cons -not implemented: /libcpp/trunk/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /libcpp/trunk/test/language.support/support.limits -passed 2 tests in /libcpp/trunk/test/language.support/support.limits/c.limits -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/round.style -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti/bad.cast -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti/bad.typeid -passed 2 tests in /libcpp/trunk/test/language.support/support.rtti/type.info -passed 6 tests in /libcpp/trunk/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/language.support/support.start.term -passed 6 tests in /libcpp/trunk/test/language.support/support.types -passed 1 tests in /libcpp/trunk/test/localization -passed 1 tests in /libcpp/trunk/test/localization/c.locales -passed 1 tests in /libcpp/trunk/test/localization/locale.categories -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.collate -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facets.examples -not implemented: /libcpp/trunk/test/localization/locale.stdcvt -passed 1 tests in /libcpp/trunk/test/localization/locale.syn -passed 1 tests in /libcpp/trunk/test/localization/locales -passed 1 tests in /libcpp/trunk/test/localization/locales/locale -passed 9 tests in /libcpp/trunk/test/localization/locales/locale/locale.cons -passed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.members -passed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.operators -passed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.statics -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /libcpp/trunk/test/localization/locales/locale.convenience -passed 11 tests in /libcpp/trunk/test/localization/locales/locale.convenience/classification -passed 1 tests in /libcpp/trunk/test/localization/locales/locale.convenience/conversions -not implemented: /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /libcpp/trunk/test/localization/locales/locale.global.templates -passed 1 tests in /libcpp/trunk/test/localization/localization.general -passed 1 tests in /libcpp/trunk/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/numerics/c.math -passed 2 tests in /libcpp/trunk/test/numerics/c.math -passed 1 tests in /libcpp/trunk/test/numerics/cfenv -passed 1 tests in /libcpp/trunk/test/numerics/cfenv/cfenv.syn -passed 1 tests in /libcpp/trunk/test/numerics/cfenv/fenv -passed 1 tests in /libcpp/trunk/test/numerics/complex.number -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/ccmplx -passed 7 tests in /libcpp/trunk/test/numerics/complex.number/cmplx.over -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/cmplxh -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/complex -passed 10 tests in /libcpp/trunk/test/numerics/complex.number/complex.member.ops -passed 2 tests in /libcpp/trunk/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/numerics/complex.number/complex.ops -passed 20 tests in /libcpp/trunk/test/numerics/complex.number/complex.ops -passed 12 tests in /libcpp/trunk/test/numerics/complex.number/complex.special -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/complex.synopsis -passed 19 tests in /libcpp/trunk/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /libcpp/trunk/test/numerics/complex.number/complex.value.ops -passed 1 tests in /libcpp/trunk/test/numerics/numarray -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.gslice -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /libcpp/trunk/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.slice -passed 2 tests in /libcpp/trunk/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.valarray -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /libcpp/trunk/test/numerics/numarray/valarray.range -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.syn -passed 1 tests in /libcpp/trunk/test/numerics/numeric.ops -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/accumulate -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/inner.product -not implemented: /libcpp/trunk/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/partial.sum -passed 1 tests in /libcpp/trunk/test/numerics/numeric.requirements -not implemented: /libcpp/trunk/test/numerics/numerics.general -not implemented: /libcpp/trunk/test/numerics/rand -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /libcpp/trunk/test/numerics/rand/rand.device -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /libcpp/trunk/test/numerics/rand/rand.predef -not implemented: /libcpp/trunk/test/numerics/rand/rand.synopsis -not implemented: /libcpp/trunk/test/numerics/rand/rand.util -not implemented: /libcpp/trunk/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /libcpp/trunk/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /libcpp/trunk/test/re -not implemented: /libcpp/trunk/test/re/re.alg -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.match -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.replace -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.search -not implemented: /libcpp/trunk/test/re/re.alg/re.except -not implemented: /libcpp/trunk/test/re/re.badexp -not implemented: /libcpp/trunk/test/re/re.const -not implemented: /libcpp/trunk/test/re/re.const/re.err -not implemented: /libcpp/trunk/test/re/re.const/re.matchflag -not implemented: /libcpp/trunk/test/re/re.const/re.synopt -not implemented: /libcpp/trunk/test/re/re.def -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.collating.element -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.finite.state.machine -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.format.specifier -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.matched -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.regular.expression -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.subexpression -not implemented: /libcpp/trunk/test/re/re.general -not implemented: /libcpp/trunk/test/re/re.grammar -not implemented: /libcpp/trunk/test/re/re.iter -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /libcpp/trunk/test/re/re.regex -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.assign -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.const -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.construct -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.locale -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.nonmemb -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.operations -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.swap -not implemented: /libcpp/trunk/test/re/re.req -not implemented: /libcpp/trunk/test/re/re.results -not implemented: /libcpp/trunk/test/re/re.results/re.results.acc -not implemented: /libcpp/trunk/test/re/re.results/re.results.all -not implemented: /libcpp/trunk/test/re/re.results/re.results.const -not implemented: /libcpp/trunk/test/re/re.results/re.results.form -not implemented: /libcpp/trunk/test/re/re.results/re.results.nonmember -not implemented: /libcpp/trunk/test/re/re.results/re.results.size -not implemented: /libcpp/trunk/test/re/re.results/re.results.swap -not implemented: /libcpp/trunk/test/re/re.submatch -not implemented: /libcpp/trunk/test/re/re.submatch/re.submatch.members -not implemented: /libcpp/trunk/test/re/re.submatch/re.submatch.op -not implemented: /libcpp/trunk/test/re/re.syn -not implemented: /libcpp/trunk/test/re/re.traits -passed 1 tests in /libcpp/trunk/test/strings -passed 1 tests in /libcpp/trunk/test/strings/basic.string -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.access -passed 10 tests in /libcpp/trunk/test/strings/basic.string/string.capacity -passed 16 tests in /libcpp/trunk/test/strings/basic.string/string.cons -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.iterators -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers -passed 6 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.ops -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/strings/c.strings -passed 4 tests in /libcpp/trunk/test/strings/c.strings -passed 1 tests in /libcpp/trunk/test/strings/char.traits -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.require -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /libcpp/trunk/test/strings/string.classes -not implemented: /libcpp/trunk/test/strings/string.conversions -not implemented: /libcpp/trunk/test/strings/strings.general -not implemented: /libcpp/trunk/test/thread -not implemented: /libcpp/trunk/test/thread/futures -not implemented: /libcpp/trunk/test/thread/futures/futures.async -not implemented: /libcpp/trunk/test/thread/futures/futures.atomic_future -not implemented: /libcpp/trunk/test/thread/futures/futures.errors -not implemented: /libcpp/trunk/test/thread/futures/futures.future_error -not implemented: /libcpp/trunk/test/thread/futures/futures.overview -not implemented: /libcpp/trunk/test/thread/futures/futures.promise -not implemented: /libcpp/trunk/test/thread/futures/futures.shared_future -not implemented: /libcpp/trunk/test/thread/futures/futures.state -not implemented: /libcpp/trunk/test/thread/futures/futures.tas -not implemented: /libcpp/trunk/test/thread/futures/futures.unique_future -not implemented: /libcpp/trunk/test/thread/thread.condition -not implemented: /libcpp/trunk/test/thread/thread.condition/thread.condition.condvar -not implemented: /libcpp/trunk/test/thread/thread.condition/thread.condition.condvarany -not implemented: /libcpp/trunk/test/thread/thread.general -not implemented: /libcpp/trunk/test/thread/thread.mutex -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /libcpp/trunk/test/thread/thread.req -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.exception -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.native -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.paramname -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.timing -not implemented: /libcpp/trunk/test/thread/thread.threads -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.this -passed 1 tests in /libcpp/trunk/test/utilities -passed 1 tests in /libcpp/trunk/test/utilities/date.time -passed 1 tests in /libcpp/trunk/test/utilities/function.objects -passed 6 tests in /libcpp/trunk/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/base -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/bitwise.operations -passed 6 tests in /libcpp/trunk/test/utilities/function.objects/comparisons -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)()> std::__yuga1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0)> std::__yuga1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2::type, _A0, _A1>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../include/__functional_03: In function ‘std::__yuga1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__yuga1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__yuga1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__yuga1::__mem_fn<_Tp>::__mem_fn(typename std::__yuga1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__yuga1::__mem_fn::__mem_fn(const std::__yuga1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__yuga1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__yuga1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__yuga1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__yuga1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3::type, _A0, _A1, _A2>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)] -../../../../include/__functional_base_03: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_base_of<_T,typename std::__yuga1::remove_reference<_A0>::type>::value), _R>::type std::__yuga1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__yuga1::__ref_return1::type, _A0>::type std::__yuga1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__yuga1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /libcpp/trunk/test/utilities/function.objects/func.memfn -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.memfn -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.require -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.ret -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/logical.operations -passed 16 tests in /libcpp/trunk/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/negators -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/refwrap -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__yuga1::__ref_return0<_Tp>::type std::__yuga1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__yuga1::__ref_return0::type>::type std::__yuga1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/unord.hash -passed 7 tests in /libcpp/trunk/test/utilities/function.objects/unord.hash -passed 1 tests in /libcpp/trunk/test/utilities/memory -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor -passed 5 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.tag -passed 3 tests in /libcpp/trunk/test/utilities/memory/allocator.traits -passed 7 tests in /libcpp/trunk/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /libcpp/trunk/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /libcpp/trunk/test/utilities/memory/c.malloc -passed 2 tests in /libcpp/trunk/test/utilities/memory/default.allocator -passed 1 tests in /libcpp/trunk/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /libcpp/trunk/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /libcpp/trunk/test/utilities/memory/pointer.traits -passed 1 tests in /libcpp/trunk/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /libcpp/trunk/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/ptr.align -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /libcpp/trunk/test/utilities/memory/storage.iterator -passed 1 tests in /libcpp/trunk/test/utilities/memory/temporary.buffer -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = std::__yuga1::default_delete, U = std::__yuga1::default_delete]’: -../../../../../../include/memory:2197: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__yuga1::default_delete&’ from expression of type ‘std::__yuga1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if >::value, T>::type std::__yuga1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2197: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__yuga1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__yuga1::__rv::__rv(typename std::__yuga1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__yuga1::__rv >::__rv(const std::__yuga1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2197: instantiated from ‘std::__yuga1::unique_ptr<_Tp, _Dp>& std::__yuga1::unique_ptr<_Tp, _Dp>::operator=(std::__yuga1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2201: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2190: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2104: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2098: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2092: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2081: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__yuga1::default_delete, _Tp = A, _Dp = std::__yuga1::default_delete] -../../../../../../include/memory:2079: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__yuga1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__yuga1::unique_ptr >::unique_ptr(std::__yuga1::unique_ptr >)’ -../../../../../../include/memory:2201: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2190: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2104: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2098: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2092: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2079: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__yuga1::unique_ptr&>::unique_ptr(std::__yuga1::unique_ptr&>)’ -../../../../../../include/memory:2201: note: candidates are: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2190: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2104: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2098: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2092: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2079: note: std::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__yuga1::unique_ptr >’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__yuga1::unique_ptr&>’ to non-scalar type ‘std::__yuga1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.dynamic.safety -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 82388 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 82444 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 82957 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /libcpp/trunk/test/utilities/meta -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/utilities/meta/meta.rel -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.rel -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.rqmts -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.trans -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.type.synop -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__yuga1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__yuga1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__yuga1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__yuga1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__yuga1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /libcpp/trunk/test/utilities/ratio -passed 8 tests in /libcpp/trunk/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /libcpp/trunk/test/utilities/ratio/ratio.comparison -passed 4 tests in /libcpp/trunk/test/utilities/ratio/ratio.ratio -passed 1 tests in /libcpp/trunk/test/utilities/ratio/ratio.si -passed 1 tests in /libcpp/trunk/test/utilities/template.bitset -passed 4 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.cons -passed 26 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.members -passed 5 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.operators -passed 6 tests in /libcpp/trunk/test/utilities/time -passed 1 tests in /libcpp/trunk/test/utilities/time/time.clock -passed 2 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /libcpp/trunk/test/utilities/time/time.clock.req -passed 5 tests in /libcpp/trunk/test/utilities/time/time.duration -passed 12 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.cast -passed 4 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.cons -passed 3 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.observer -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.special -passed 1 tests in /libcpp/trunk/test/utilities/time/time.traits -passed 3 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /libcpp/trunk/test/utilities/tuple -passed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__yuga1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /libcpp/trunk/test/utilities/type.index -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.members -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.overview -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.synopsis -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.templ -passed 1 tests in /libcpp/trunk/test/utilities/utilities.general -passed 1 tests in /libcpp/trunk/test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__yuga1::enable_if<(! std::__yuga1::is_convertible >::value), typename std::__yuga1::add_lvalue_reference<_Tp>::type>::type std::__yuga1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/utility/forward -passed 13 tests in /libcpp/trunk/test/utilities/utility/forward -passed 1 tests in /libcpp/trunk/test/utilities/utility/operators -not implemented: /libcpp/trunk/test/utilities/utility/pairs -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pair.astuple -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pair.range -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pairs.general -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pairs.pair -passed 2 tests in /libcpp/trunk/test/utilities/utility/utility.swap -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /libcpp/trunk/test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 191 -sections with failures : 33 -sections without failures: 809 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 102 -number of tests passed : 3041 - + ---- -total number of tests : 3143 -**************************************************** diff --git a/test_results/2010-02-25 g++-4_4_i386 b/test_results/2010-02-25 g++-4_4_i386 deleted file mode 100644 index 685f200d..00000000 --- a/test_results/2010-02-25 g++-4_4_i386 +++ /dev/null @@ -1,4130 +0,0 @@ -passed 1 tests in /libcpp/trunk/test -passed 1 tests in /libcpp/trunk/test/algorithms -passed 1 tests in /libcpp/trunk/test/algorithms/alg.c.library -passed 1 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /libcpp/trunk/test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort -passed 4 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /libcpp/trunk/test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /libcpp/trunk/test/algorithms/algorithms.general -not implemented: /libcpp/trunk/test/atomics -not implemented: /libcpp/trunk/test/atomics/atomics.fences -not implemented: /libcpp/trunk/test/atomics/atomics.flag -not implemented: /libcpp/trunk/test/atomics/atomics.general -not implemented: /libcpp/trunk/test/atomics/atomics.lockfree -not implemented: /libcpp/trunk/test/atomics/atomics.order -not implemented: /libcpp/trunk/test/atomics/atomics.syn -not implemented: /libcpp/trunk/test/atomics/atomics.types -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.address -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.generic -not implemented: /libcpp/trunk/test/atomics/atomics.types/atomics.types.integral -not implemented: /libcpp/trunk/test/atomics/atomics.types.operations -passed 1 tests in /libcpp/trunk/test/containers -passed 4 tests in /libcpp/trunk/test/containers/associative -passed 1 tests in /libcpp/trunk/test/containers/associative/map -passed 7 tests in /libcpp/trunk/test/containers/associative/map/map.access -passed 17 tests in /libcpp/trunk/test/containers/associative/map/map.cons -passed 12 tests in /libcpp/trunk/test/containers/associative/map/map.modifiers -passed 5 tests in /libcpp/trunk/test/containers/associative/map/map.ops -passed 2 tests in /libcpp/trunk/test/containers/associative/map/map.special -passed 5 tests in /libcpp/trunk/test/containers/associative/multimap -passed 17 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.cons -passed 12 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.ops -passed 2 tests in /libcpp/trunk/test/containers/associative/multimap/multimap.special -passed 22 tests in /libcpp/trunk/test/containers/associative/multiset -passed 17 tests in /libcpp/trunk/test/containers/associative/multiset/multiset.cons -passed 2 tests in /libcpp/trunk/test/containers/associative/multiset/multiset.special -passed 22 tests in /libcpp/trunk/test/containers/associative/set -passed 17 tests in /libcpp/trunk/test/containers/associative/set/set.cons -passed 2 tests in /libcpp/trunk/test/containers/associative/set/set.special -passed 1 tests in /libcpp/trunk/test/containers/container.requirements -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/associative.reqmts -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/container.requirements.general -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/sequence.reqmts -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/unord.req -passed 1 tests in /libcpp/trunk/test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /libcpp/trunk/test/containers/containers.general -passed 1 tests in /libcpp/trunk/test/containers/sequences -passed 3 tests in /libcpp/trunk/test/containers/sequences/array -passed 2 tests in /libcpp/trunk/test/containers/sequences/array/array.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/array/array.data -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.fill -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.size -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.special -passed 4 tests in /libcpp/trunk/test/containers/sequences/array/array.tuple -passed 1 tests in /libcpp/trunk/test/containers/sequences/array/array.zero -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue -passed 23 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack -passed 21 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/deque -passed 4 tests in /libcpp/trunk/test/containers/sequences/deque/deque.capacity -passed 19 tests in /libcpp/trunk/test/containers/sequences/deque/deque.cons -passed 16 tests in /libcpp/trunk/test/containers/sequences/deque/deque.modifiers -passed 5 tests in /libcpp/trunk/test/containers/sequences/deque/deque.special -passed 2 tests in /libcpp/trunk/test/containers/sequences/forwardlist -passed 1 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /libcpp/trunk/test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /libcpp/trunk/test/containers/sequences/list -passed 2 tests in /libcpp/trunk/test/containers/sequences/list/list.capacity -In file included from ../../../../../include/list:176, - from input_iterator.pass.cpp:29: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__yuga1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:669: instantiated from ‘std::__yuga1::list< , >::list(_InpIter, _InpIter, typename std::__yuga1::enable_if::type*) [with _InpIter = input_iterator, _Tp = int, _Alloc = stack_allocator]’ -input_iterator.pass.cpp:60: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 4ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 4ul] -input_iterator.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_type.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:1020: instantiated from ‘void std::__yuga1::list< , >::emplace_back(_Args&& ...) [with _Args = , _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:642: instantiated from ‘std::__yuga1::list< , >::list(typename std::__yuga1::__list_imp<_Tp, _Alloc>::size_type) [with _Tp = int, _Alloc = stack_allocator]’ -size_type.pass.cpp:47: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 3ul] -size_type.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_value_alloc.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__yuga1::allocator_traits<_Alloc>::__construct(std::__yuga1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__yuga1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__yuga1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:652: instantiated from ‘std::__yuga1::list< , >::list(typename std::__yuga1::__list_imp<_Tp, _Alloc>::size_type, const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -size_value_alloc.pass.cpp:58: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__yuga1::__list_node, long unsigned int N = 3ul] -size_value_alloc.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/containers/sequences/list/list.cons -passed 12 tests in /libcpp/trunk/test/containers/sequences/list/list.cons -passed 17 tests in /libcpp/trunk/test/containers/sequences/list/list.modifiers -passed 12 tests in /libcpp/trunk/test/containers/sequences/list/list.ops -passed 1 tests in /libcpp/trunk/test/containers/sequences/list/list.special -passed 1 tests in /libcpp/trunk/test/containers/sequences/vector -passed 6 tests in /libcpp/trunk/test/containers/sequences/vector/vector.capacity -passed 16 tests in /libcpp/trunk/test/containers/sequences/vector/vector.cons -passed 2 tests in /libcpp/trunk/test/containers/sequences/vector/vector.data -passed 11 tests in /libcpp/trunk/test/containers/sequences/vector/vector.modifiers -passed 1 tests in /libcpp/trunk/test/containers/sequences/vector/vector.special -passed 30 tests in /libcpp/trunk/test/containers/sequences/vector.bool -passed 1 tests in /libcpp/trunk/test/containers/unord -passed 29 tests in /libcpp/trunk/test/containers/unord/unord.map -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.multimap -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.multiset -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /libcpp/trunk/test/containers/unord/unord.set -passed 24 tests in /libcpp/trunk/test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /libcpp/trunk/test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /libcpp/trunk/test/depr -passed 1 tests in /libcpp/trunk/test/depr/depr.auto.ptr -passed 1 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /libcpp/trunk/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/depr/depr.c.headers -passed 24 tests in /libcpp/trunk/test/depr/depr.c.headers -passed 5 tests in /libcpp/trunk/test/depr/depr.ios.members -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /libcpp/trunk/test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /libcpp/trunk/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /libcpp/trunk/test/diagnostics -passed 1 tests in /libcpp/trunk/test/diagnostics/assertions -passed 1 tests in /libcpp/trunk/test/diagnostics/diagnostics.general -passed 1 tests in /libcpp/trunk/test/diagnostics/errno -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/domain.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/length.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/logic.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/range.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /libcpp/trunk/test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.compare -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr -passed 6 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /libcpp/trunk/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /libcpp/trunk/test/input.output -passed 1 tests in /libcpp/trunk/test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/input.output/file.streams/c.files -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/c.files -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /libcpp/trunk/test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /libcpp/trunk/test/input.output/input.output.general -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format -passed 4 tests in /libcpp/trunk/test/input.output/iostream.format/ext.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__yuga1::basic_iostream<_CharT, _Traits>::swap(std::__yuga1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>& std::__yuga1::basic_iostream<_CharT, _Traits>::operator=(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__yuga1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__yuga1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__yuga1::basic_istream<_CharT, _Traits>::swap(std::__yuga1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -../../../../../../include/istream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>& std::__yuga1::basic_istream<_CharT, _Traits>::operator=(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__yuga1::basic_istream<_CharT, _Traits>::basic_istream(std::__yuga1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /libcpp/trunk/test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__yuga1::basic_ostream<_CharT, _Traits>::swap(std::__yuga1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -../../../../../include/ostream: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:282: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::basic_ostream<_CharT, _Traits>::operator=(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:274: error: ‘std::__yuga1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__yuga1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__yuga1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 96: 18044 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /libcpp/trunk/test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /libcpp/trunk/test/input.output/iostream.format/std.manip -passed 1 tests in /libcpp/trunk/test/input.output/iostream.forward -passed 1 tests in /libcpp/trunk/test/input.output/iostream.objects -passed 4 tests in /libcpp/trunk/test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /libcpp/trunk/test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /libcpp/trunk/test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /libcpp/trunk/test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base -passed 9 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /libcpp/trunk/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /libcpp/trunk/test/input.output/iostreams.base/stream.types -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /libcpp/trunk/test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /libcpp/trunk/test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /libcpp/trunk/test/input.output/string.streams -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/istringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /libcpp/trunk/test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringstream -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.cons -passed 3 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /libcpp/trunk/test/input.output/string.streams/stringstream.members -passed 1 tests in /libcpp/trunk/test/iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.primitives -passed 1 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /libcpp/trunk/test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /libcpp/trunk/test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/input.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/output.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /libcpp/trunk/test/iterators/iterator.synopsis -passed 1 tests in /libcpp/trunk/test/iterators/iterators.general -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /libcpp/trunk/test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /libcpp/trunk/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /libcpp/trunk/test/iterators/stream.iterators/iterator.range -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /libcpp/trunk/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /libcpp/trunk/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /libcpp/trunk/test/language.support -passed 1 tests in /libcpp/trunk/test/language.support/cstdint -passed 1 tests in /libcpp/trunk/test/language.support/cstdint/cstdint.syn -passed 1 tests in /libcpp/trunk/test/language.support/cstdint/stdinth -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete -passed 4 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /libcpp/trunk/test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /libcpp/trunk/test/language.support/support.exception -not implemented: /libcpp/trunk/test/language.support/support.exception/except.nested -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /libcpp/trunk/test/language.support/support.exception/propagation -passed 1 tests in /libcpp/trunk/test/language.support/support.exception/uncaught -not implemented: /libcpp/trunk/test/language.support/support.general -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist/support.initlist.access -passed 1 tests in /libcpp/trunk/test/language.support/support.initlist/support.initlist.cons -not implemented: /libcpp/trunk/test/language.support/support.initlist/support.initlist.range -passed 1 tests in /libcpp/trunk/test/language.support/support.limits -passed 2 tests in /libcpp/trunk/test/language.support/support.limits/c.limits -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/denorm.style -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/numeric.special -passed 1 tests in /libcpp/trunk/test/language.support/support.limits/limits/round.style -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti/bad.cast -passed 1 tests in /libcpp/trunk/test/language.support/support.rtti/bad.typeid -passed 2 tests in /libcpp/trunk/test/language.support/support.rtti/type.info -passed 6 tests in /libcpp/trunk/test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/language.support/support.start.term -passed 6 tests in /libcpp/trunk/test/language.support/support.types -passed 1 tests in /libcpp/trunk/test/localization -passed 1 tests in /libcpp/trunk/test/localization/c.locales -passed 1 tests in /libcpp/trunk/test/localization/locale.categories -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.collate -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /libcpp/trunk/test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in cck2ZaLh.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cck2ZaLh.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cck2ZaLh.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cck2ZaLh.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cck2ZaLh.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cck2ZaLh.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cck2ZaLh.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cck2ZaLh.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cck2ZaLh.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cck2ZaLh.o - my_facet::~my_facet() in cck2ZaLh.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cck2ZaLh.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccA1DJQw.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccA1DJQw.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccA1DJQw.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccA1DJQw.o - "typeinfo for std::__yuga1::codecvt", referenced from: - typeinfo for my_facet in ccA1DJQw.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccA1DJQw.o - "std::__yuga1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccA1DJQw.o - my_facet::~my_facet() in ccA1DJQw.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccA1DJQw.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccA1DJQw.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccA1DJQw.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccA1DJQw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cceHGccS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccJondUp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccO6S6SR.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9wNVA5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccO8GsJ0.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cci5KbNt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccoWdxtk.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccoiXVs5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFm0DR0.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctlITpE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQCvqr3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMIZRAj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccD26aAG.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccRTfOWQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTInL9f.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccF6ZyeR.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccrD6S0G.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrD6S0G.o - "vtable for std::__yuga1::codecvt", referenced from: - __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccrD6S0G.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccrD6S0G.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__yuga1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5PCZdM.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc5PCZdM.o - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc5PCZdM.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc5PCZdM.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc5PCZdM.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cc5PCZdM.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in cc5PCZdM.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cc5PCZdM.o - my_facet::~my_facet() in cc5PCZdM.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cc5PCZdM.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in cc5PCZdM.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5PCZdM.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5PCZdM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccf9DEqk.o - "std::__yuga1::codecvt_byname::codecvt_byname(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__yuga1::basic_string, std::__yuga1::allocator > const&, unsigned long) in ccf9DEqk.o - "typeinfo for std::__yuga1::codecvt_byname", referenced from: - typeinfo for my_facet in ccf9DEqk.o - "std::__yuga1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccf9DEqk.o - my_facet::~my_facet() in ccf9DEqk.o - "std::__yuga1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccf9DEqk.o - "std::__yuga1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccf9DEqk.o - "std::__yuga1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccf9DEqk.o - "std::__yuga1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccf9DEqk.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccf9DEqk.o - "std::__yuga1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccf9DEqk.o - "std::__yuga1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccf9DEqk.o - "std::__yuga1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccf9DEqk.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /libcpp/trunk/test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /libcpp/trunk/test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct -passed 2 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /libcpp/trunk/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /libcpp/trunk/test/localization/locale.categories/facets.examples -not implemented: /libcpp/trunk/test/localization/locale.stdcvt -passed 1 tests in /libcpp/trunk/test/localization/locale.syn -passed 1 tests in /libcpp/trunk/test/localization/locales -passed 1 tests in /libcpp/trunk/test/localization/locales/locale -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccXllAmN.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccXllAmN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccehrHjn.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccehrHjn.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZYyaBJ.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZYyaBJ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccjmMdiR.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccjmMdiR.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc5e5Al9.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5e5Al9.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccK7p9bZ.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccK7p9bZ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2c7jlb.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2c7jlb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczHfCPM.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cczHfCPM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccc68FrV.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccc68FrV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /libcpp/trunk/test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccii6PUs.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccii6PUs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.members -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.members -passed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccShLD6K.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccShLD6K.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc4o03Qp.o - "std::__yuga1::codecvt::id", referenced from: - __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc4o03Qp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/localization/locales/locale/locale.statics -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /libcpp/trunk/test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /libcpp/trunk/test/localization/locales/locale.convenience -passed 11 tests in /libcpp/trunk/test/localization/locales/locale.convenience/classification -passed 1 tests in /libcpp/trunk/test/localization/locales/locale.convenience/conversions -not implemented: /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /libcpp/trunk/test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /libcpp/trunk/test/localization/locales/locale.global.templates -passed 1 tests in /libcpp/trunk/test/localization/localization.general -passed 1 tests in /libcpp/trunk/test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/numerics/c.math -passed 2 tests in /libcpp/trunk/test/numerics/c.math -passed 1 tests in /libcpp/trunk/test/numerics/cfenv -passed 1 tests in /libcpp/trunk/test/numerics/cfenv/cfenv.syn -passed 1 tests in /libcpp/trunk/test/numerics/cfenv/fenv -passed 1 tests in /libcpp/trunk/test/numerics/complex.number -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/ccmplx -passed 7 tests in /libcpp/trunk/test/numerics/complex.number/cmplx.over -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/cmplxh -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/complex -passed 10 tests in /libcpp/trunk/test/numerics/complex.number/complex.member.ops -passed 2 tests in /libcpp/trunk/test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/numerics/complex.number/complex.ops -passed 20 tests in /libcpp/trunk/test/numerics/complex.number/complex.ops -passed 12 tests in /libcpp/trunk/test/numerics/complex.number/complex.special -passed 1 tests in /libcpp/trunk/test/numerics/complex.number/complex.synopsis -passed 19 tests in /libcpp/trunk/test/numerics/complex.number/complex.transcendentals -passed 8 tests in /libcpp/trunk/test/numerics/complex.number/complex.value.ops -passed 1 tests in /libcpp/trunk/test/numerics/numarray -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.gslice -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /libcpp/trunk/test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.slice -passed 2 tests in /libcpp/trunk/test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /libcpp/trunk/test/numerics/numarray/class.slice/slice.access -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /libcpp/trunk/test/numerics/numarray/template.valarray -passed 2 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /libcpp/trunk/test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers -passed 30 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /libcpp/trunk/test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /libcpp/trunk/test/numerics/numarray/valarray.range -passed 1 tests in /libcpp/trunk/test/numerics/numarray/valarray.syn -passed 1 tests in /libcpp/trunk/test/numerics/numeric.ops -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/accumulate -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/inner.product -not implemented: /libcpp/trunk/test/numerics/numeric.ops/numeric.iota -passed 2 tests in /libcpp/trunk/test/numerics/numeric.ops/partial.sum -passed 1 tests in /libcpp/trunk/test/numerics/numeric.requirements -not implemented: /libcpp/trunk/test/numerics/numerics.general -not implemented: /libcpp/trunk/test/numerics/rand -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /libcpp/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /libcpp/trunk/test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /libcpp/trunk/test/numerics/rand/rand.device -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /libcpp/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /libcpp/trunk/test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /libcpp/trunk/test/numerics/rand/rand.predef -not implemented: /libcpp/trunk/test/numerics/rand/rand.synopsis -not implemented: /libcpp/trunk/test/numerics/rand/rand.util -not implemented: /libcpp/trunk/test/numerics/rand/rand.util/rand.util.canonical -not implemented: /libcpp/trunk/test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /libcpp/trunk/test/re -not implemented: /libcpp/trunk/test/re/re.alg -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.match -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.replace -not implemented: /libcpp/trunk/test/re/re.alg/re.alg.search -not implemented: /libcpp/trunk/test/re/re.alg/re.except -not implemented: /libcpp/trunk/test/re/re.badexp -not implemented: /libcpp/trunk/test/re/re.const -not implemented: /libcpp/trunk/test/re/re.const/re.err -not implemented: /libcpp/trunk/test/re/re.const/re.matchflag -not implemented: /libcpp/trunk/test/re/re.const/re.synopt -not implemented: /libcpp/trunk/test/re/re.def -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.collating.element -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.finite.state.machine -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.format.specifier -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.matched -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.regular.expression -not implemented: /libcpp/trunk/test/re/re.def/defns.regex.subexpression -not implemented: /libcpp/trunk/test/re/re.general -not implemented: /libcpp/trunk/test/re/re.grammar -not implemented: /libcpp/trunk/test/re/re.iter -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /libcpp/trunk/test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /libcpp/trunk/test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /libcpp/trunk/test/re/re.regex -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.assign -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.const -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.construct -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.locale -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.nonmemb -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.operations -not implemented: /libcpp/trunk/test/re/re.regex/re.regex.swap -not implemented: /libcpp/trunk/test/re/re.req -not implemented: /libcpp/trunk/test/re/re.results -not implemented: /libcpp/trunk/test/re/re.results/re.results.acc -not implemented: /libcpp/trunk/test/re/re.results/re.results.all -not implemented: /libcpp/trunk/test/re/re.results/re.results.const -not implemented: /libcpp/trunk/test/re/re.results/re.results.form -not implemented: /libcpp/trunk/test/re/re.results/re.results.nonmember -not implemented: /libcpp/trunk/test/re/re.results/re.results.size -not implemented: /libcpp/trunk/test/re/re.results/re.results.swap -not implemented: /libcpp/trunk/test/re/re.submatch -not implemented: /libcpp/trunk/test/re/re.submatch/re.submatch.members -not implemented: /libcpp/trunk/test/re/re.submatch/re.submatch.op -not implemented: /libcpp/trunk/test/re/re.syn -not implemented: /libcpp/trunk/test/re/re.traits -passed 1 tests in /libcpp/trunk/test/strings -passed 1 tests in /libcpp/trunk/test/strings/basic.string -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.access -passed 10 tests in /libcpp/trunk/test/strings/basic.string/string.capacity -passed 16 tests in /libcpp/trunk/test/strings/basic.string/string.cons -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.iterators -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers -passed 6 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.ops -passed 3 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::compare -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.ops/string::substr -passed 1 tests in /libcpp/trunk/test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/strings/c.strings -passed 4 tests in /libcpp/trunk/test/strings/c.strings -passed 1 tests in /libcpp/trunk/test/strings/char.traits -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.require -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /libcpp/trunk/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /libcpp/trunk/test/strings/char.traits/char.traits.typedefs -passed 1 tests in /libcpp/trunk/test/strings/string.classes -not implemented: /libcpp/trunk/test/strings/string.conversions -not implemented: /libcpp/trunk/test/strings/strings.general -not implemented: /libcpp/trunk/test/thread -not implemented: /libcpp/trunk/test/thread/futures -not implemented: /libcpp/trunk/test/thread/futures/futures.async -not implemented: /libcpp/trunk/test/thread/futures/futures.atomic_future -not implemented: /libcpp/trunk/test/thread/futures/futures.errors -not implemented: /libcpp/trunk/test/thread/futures/futures.future_error -not implemented: /libcpp/trunk/test/thread/futures/futures.overview -not implemented: /libcpp/trunk/test/thread/futures/futures.promise -not implemented: /libcpp/trunk/test/thread/futures/futures.shared_future -not implemented: /libcpp/trunk/test/thread/futures/futures.state -not implemented: /libcpp/trunk/test/thread/futures/futures.tas -not implemented: /libcpp/trunk/test/thread/futures/futures.unique_future -not implemented: /libcpp/trunk/test/thread/thread.condition -not implemented: /libcpp/trunk/test/thread/thread.condition/thread.condition.condvar -not implemented: /libcpp/trunk/test/thread/thread.condition/thread.condition.condvarany -not implemented: /libcpp/trunk/test/thread/thread.general -not implemented: /libcpp/trunk/test/thread/thread.mutex -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.lock.algorithm -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.once/thread.once.onceflag -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /libcpp/trunk/test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -not implemented: /libcpp/trunk/test/thread/thread.req -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.exception -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.native -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.paramname -not implemented: /libcpp/trunk/test/thread/thread.req/thread.req.timing -not implemented: /libcpp/trunk/test/thread/thread.threads -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.assign -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.destr -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.id -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.member -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.static -not implemented: /libcpp/trunk/test/thread/thread.threads/thread.thread.this -passed 1 tests in /libcpp/trunk/test/utilities -passed 1 tests in /libcpp/trunk/test/utilities/date.time -passed 1 tests in /libcpp/trunk/test/utilities/function.objects -passed 6 tests in /libcpp/trunk/test/utilities/function.objects/arithmetic.operations -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/base -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/bitwise.operations -passed 6 tests in /libcpp/trunk/test/utilities/function.objects/comparisons -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.def -passed 6 tests in /libcpp/trunk/test/utilities/function.objects/func.memfn -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.require -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.ret -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /libcpp/trunk/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/logical.operations -passed 16 tests in /libcpp/trunk/test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/negators -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/refwrap -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /libcpp/trunk/test/utilities/function.objects/refwrap/refwrap.invoke -thread_id.pass.cpp:37:2: error: #error hash(thread::id) not implemented -thread_id.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/function.objects/unord.hash -passed 7 tests in /libcpp/trunk/test/utilities/function.objects/unord.hash -passed 1 tests in /libcpp/trunk/test/utilities/memory -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor -passed 5 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /libcpp/trunk/test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.tag -passed 3 tests in /libcpp/trunk/test/utilities/memory/allocator.traits -passed 7 tests in /libcpp/trunk/test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /libcpp/trunk/test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /libcpp/trunk/test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /libcpp/trunk/test/utilities/memory/c.malloc -passed 2 tests in /libcpp/trunk/test/utilities/memory/default.allocator -passed 1 tests in /libcpp/trunk/test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /libcpp/trunk/test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /libcpp/trunk/test/utilities/memory/pointer.traits -passed 1 tests in /libcpp/trunk/test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /libcpp/trunk/test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /libcpp/trunk/test/utilities/memory/ptr.align -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /libcpp/trunk/test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /libcpp/trunk/test/utilities/memory/storage.iterator -passed 1 tests in /libcpp/trunk/test/utilities/memory/temporary.buffer -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /libcpp/trunk/test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.dynamic.safety -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /libcpp/trunk/test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /libcpp/trunk/test/utilities/meta -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /libcpp/trunk/test/utilities/meta/meta.rel -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.rel -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.rqmts -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.trans -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__yuga1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /libcpp/trunk/test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.type.synop -passed 1 tests in /libcpp/trunk/test/utilities/meta/meta.unary -passed 13 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 14 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /libcpp/trunk/test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /libcpp/trunk/test/utilities/ratio -passed 8 tests in /libcpp/trunk/test/utilities/ratio/ratio.arithmetic -passed 6 tests in /libcpp/trunk/test/utilities/ratio/ratio.comparison -passed 4 tests in /libcpp/trunk/test/utilities/ratio/ratio.ratio -passed 1 tests in /libcpp/trunk/test/utilities/ratio/ratio.si -passed 1 tests in /libcpp/trunk/test/utilities/template.bitset -passed 4 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.cons -passed 26 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.members -passed 5 tests in /libcpp/trunk/test/utilities/template.bitset/bitset.operators -passed 6 tests in /libcpp/trunk/test/utilities/time -passed 1 tests in /libcpp/trunk/test/utilities/time/time.clock -passed 2 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /libcpp/trunk/test/utilities/time/time.clock/time.clock.system -passed 1 tests in /libcpp/trunk/test/utilities/time/time.clock.req -passed 5 tests in /libcpp/trunk/test/utilities/time/time.duration -passed 12 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /libcpp/trunk/test/utilities/time/time.duration/time.duration.special -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.cast -passed 4 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.cons -passed 3 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.observer -passed 2 tests in /libcpp/trunk/test/utilities/time/time.point/time.point.special -passed 1 tests in /libcpp/trunk/test/utilities/time/time.traits -passed 3 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /libcpp/trunk/test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /libcpp/trunk/test/utilities/tuple -passed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.general -passed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple -passed 7 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.creation -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.elem -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.helper -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.range -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.rel -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.swap -not implemented: /libcpp/trunk/test/utilities/tuple/tuple.tuple/tuple.traits -not implemented: /libcpp/trunk/test/utilities/type.index -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.members -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.overview -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.synopsis -not implemented: /libcpp/trunk/test/utilities/type.index/type.index.templ -passed 1 tests in /libcpp/trunk/test/utilities/utilities.general -passed 1 tests in /libcpp/trunk/test/utilities/utility -passed 14 tests in /libcpp/trunk/test/utilities/utility/forward -passed 1 tests in /libcpp/trunk/test/utilities/utility/operators -not implemented: /libcpp/trunk/test/utilities/utility/pairs -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pair.astuple -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pair.range -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pairs.general -not implemented: /libcpp/trunk/test/utilities/utility/pairs/pairs.pair -passed 2 tests in /libcpp/trunk/test/utilities/utility/utility.swap -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /libcpp/trunk/test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /libcpp/trunk/test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 191 -sections with failures : 27 -sections without failures: 815 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 85 -number of tests passed : 3058 - + ---- -total number of tests : 3143 -**************************************************** diff --git a/test_results/2010-03-04 g++-4_2_i386 b/test_results/2010-03-04 g++-4_2_i386 deleted file mode 100644 index 62048638..00000000 --- a/test_results/2010-03-04 g++-4_2_i386 +++ /dev/null @@ -1,5028 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -not implemented: /test/thread/thread.condition -not implemented: /test/thread/thread.condition/thread.condition.condvar -not implemented: /test/thread/thread.condition/thread.condition.condvarany -not implemented: /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -not implemented: /test/thread/thread.mutex/thread.lock -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /test/thread/thread.mutex/thread.once -not implemented: /test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -sleep_until.pass.cpp: In function ‘int main()’: -sleep_until.pass.cpp:40: error: ‘sleep_until’ is not a member of ‘std::__1::this_thread’ -sleep_until.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.threads/thread.thread.this -passed 3 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../include/memory:2197: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2197: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2197: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2201: 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] -../../../../../../include/memory:2190: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2104: 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] -../../../../../../include/memory:2098: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2092: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2079: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2201: 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] -../../../../../../include/memory:2190: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2104: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2098: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2092: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2079: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2201: 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&] -../../../../../../include/memory:2190: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2104: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2098: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2092: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2079: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 43603 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 43614 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 43853 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 160 -sections with failures : 39 -sections without failures: 834 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 111 -number of tests passed : 3094 - + ---- -total number of tests : 3205 -**************************************************** diff --git a/test_results/2010-03-04 g++-4_2_x86_64 b/test_results/2010-03-04 g++-4_2_x86_64 deleted file mode 100644 index fc6b684d..00000000 --- a/test_results/2010-03-04 g++-4_2_x86_64 +++ /dev/null @@ -1,5028 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:135: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:114: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:117: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:114: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:320: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1390: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:321: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:114: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:118: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1391: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -not implemented: /test/thread/thread.condition -not implemented: /test/thread/thread.condition/thread.condition.condvar -not implemented: /test/thread/thread.condition/thread.condition.condvarany -not implemented: /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -not implemented: /test/thread/thread.mutex/thread.lock -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /test/thread/thread.mutex/thread.once -not implemented: /test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -sleep_until.pass.cpp: In function ‘int main()’: -sleep_until.pass.cpp:40: error: ‘sleep_until’ is not a member of ‘std::__1::this_thread’ -sleep_until.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.threads/thread.thread.this -passed 3 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:130: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:194: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:202: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:162: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:64: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:45: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:37: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:50: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:71: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:59: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:951: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1279: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1193: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../include/memory:2197: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2197: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1218: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1170: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1165: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2197: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1206: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2201: 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] -../../../../../../include/memory:2190: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2104: 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] -../../../../../../include/memory:2098: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2092: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2079: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2201: 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] -../../../../../../include/memory:2190: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2104: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2098: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2092: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2079: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2201: 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&] -../../../../../../include/memory:2190: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2104: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2098: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2092: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2079: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 31348 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 31406 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 31980 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:686: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:690: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:676: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:695: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:699: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:703: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:694: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1204: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 160 -sections with failures : 39 -sections without failures: 834 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 111 -number of tests passed : 3094 - + ---- -total number of tests : 3205 -**************************************************** diff --git a/test_results/2010-03-04 g++-4_4_i386 b/test_results/2010-03-04 g++-4_4_i386 deleted file mode 100644 index d88adc8c..00000000 --- a/test_results/2010-03-04 g++-4_4_i386 +++ /dev/null @@ -1,4131 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -In file included from ../../../../../include/list:176, - from input_iterator.pass.cpp:29: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:669: instantiated from ‘std::__1::list< , >::list(_InpIter, _InpIter, typename std::__1::enable_if::type*) [with _InpIter = input_iterator, _Tp = int, _Alloc = stack_allocator]’ -input_iterator.pass.cpp:60: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 4ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 4ul] -input_iterator.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_type.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:1020: instantiated from ‘void std::__1::list< , >::emplace_back(_Args&& ...) [with _Args = , _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:642: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type) [with _Tp = int, _Alloc = stack_allocator]’ -size_type.pass.cpp:47: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_type.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_value_alloc.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1034: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:964: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:652: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type, const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -size_value_alloc.pass.cpp:58: instantiated from here -../../../../../include/memory:1086: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_value_alloc.pass.cpp failed to compile -failed 3 tests in /test/containers/sequences/list/list.cons -passed 12 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1567: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1567: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1551: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1551: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1543: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1551: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1543: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1543: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:336: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:336: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:320: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:320: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:310: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:320: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:310: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:320: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:310: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:310: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:298: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:298: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:282: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:282: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:274: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:282: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:282: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -../../../../../include/ostream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:274: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1390: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:282: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1391: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:282: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:274: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:274: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 96: 65921 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccmZwvXp.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccmZwvXp.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccmZwvXp.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccmZwvXp.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccmZwvXp.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccmZwvXp.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccmZwvXp.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccmZwvXp.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccmZwvXp.o - my_facet::~my_facet() in ccmZwvXp.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmZwvXp.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccmZwvXp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc7M4gvH.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc7M4gvH.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cc7M4gvH.o - my_facet::~my_facet() in cc7M4gvH.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc7M4gvH.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7M4gvH.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cc7M4gvH.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc7M4gvH.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in cc7M4gvH.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc7M4gvH.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc7M4gvH.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in cc7M4gvH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccHj0dYd.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczjgMKO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccTStaPN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNAFcwL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8CwgkD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc4i2YXB.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccrwEU63.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdxqF24.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccXmpoFZ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccivIHrU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFg3HK1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccIiUs1I.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc1x18dw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccg9NWaM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccUgZzXi.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc15GMNE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccbMiFYS.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccbMiFYS.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbMiFYS.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccbMiFYS.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccPkzgDp.o - my_facet::~my_facet() in ccPkzgDp.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccPkzgDp.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccPkzgDp.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccPkzgDp.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccPkzgDp.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccPkzgDp.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccPkzgDp.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccPkzgDp.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccPkzgDp.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccPkzgDp.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPkzgDp.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccPkzgDp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccsG85Jq.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccsG85Jq.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccsG85Jq.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccsG85Jq.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccsG85Jq.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccsG85Jq.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccsG85Jq.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccsG85Jq.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccsG85Jq.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccsG85Jq.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccsG85Jq.o - my_facet::~my_facet() in ccsG85Jq.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccsG85Jq.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc0cWDlz.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc0cWDlz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cccz5G8V.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cccz5G8V.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc07XQS1.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc07XQS1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9dc1SK.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9dc1SK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccIIDNeu.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIIDNeu.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYCUJSZ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYCUJSZ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczKy0bK.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cczKy0bK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccjaqKzF.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccjaqKzF.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9gGwqa.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9gGwqa.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccxe2kqy.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccxe2kqy.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctuw1RO.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctuw1RO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYzbk7h.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYzbk7h.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -not implemented: /test/thread/thread.condition -not implemented: /test/thread/thread.condition/thread.condition.condvar -not implemented: /test/thread/thread.condition/thread.condition.condvarany -not implemented: /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -not implemented: /test/thread/thread.mutex/thread.lock -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.guard -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -not implemented: /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -not implemented: /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -not implemented: /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /test/thread/thread.mutex/thread.once -not implemented: /test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -not implemented: /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -not implemented: /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -sleep_until.pass.cpp: In function ‘int main()’: -sleep_until.pass.cpp:40: error: ‘sleep_until’ is not a member of ‘std::__1::this_thread’ -sleep_until.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.threads/thread.thread.this -passed 3 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -In file included from invoke_rvalue.pass.cpp:33: -../../../../../../include/functional: In member function ‘typename std::__1::__bind_return<_F, std::__1::tuple<_Tp ...>, std::__1::tuple<_Args&& ...> >::type std::__1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__1::placeholders::__ph<1>]’: -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1628: warning: returning reference to temporary -../../../../../../include/functional: In function ‘typename std::__1::__bind_return<_F, _BoundArgs, _Args>::type std::__1::__apply_functor(_F&, _BoundArgs&, std::__1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__1::tuple >, long unsigned int ..._Indx = 0ul, _Args = std::__1::tuple]’: -../../../../../../include/functional:1628: instantiated from ‘typename std::__1::__bind_return<_F, std::__1::tuple<_Tp ...>, std::__1::tuple<_Args&& ...> >::type std::__1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__1::placeholders::__ph<1>]’ -invoke_rvalue.pass.cpp:200: instantiated from here -../../../../../../include/functional:1602: warning: returning reference to temporary -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:503: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 14 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 160 -sections with failures : 27 -sections without failures: 846 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 85 -number of tests passed : 3120 - + ---- -total number of tests : 3205 -**************************************************** diff --git a/test_results/2010-03-18 g++-4_2_i386 b/test_results/2010-03-18 g++-4_2_i386 deleted file mode 100644 index 5727860c..00000000 --- a/test_results/2010-03-18 g++-4_2_i386 +++ /dev/null @@ -1,5024 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -not implemented: /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /test/thread/thread.mutex/thread.once -not implemented: /test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1281: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1195: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1220: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1172: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1167: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 36678 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 36688 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 36926 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 146 -sections with failures : 38 -sections without failures: 849 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 110 -number of tests passed : 3161 - + ---- -total number of tests : 3271 -**************************************************** diff --git a/test_results/2010-03-18 g++-4_2_x86_64 b/test_results/2010-03-18 g++-4_2_x86_64 deleted file mode 100644 index fd260ee0..00000000 --- a/test_results/2010-03-18 g++-4_2_x86_64 +++ /dev/null @@ -1,5024 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -not implemented: /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /test/thread/thread.mutex/thread.once -not implemented: /test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1281: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1195: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1220: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1172: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1167: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 23543 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 23573 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 23928 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 146 -sections with failures : 38 -sections without failures: 849 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 110 -number of tests passed : 3161 - + ---- -total number of tests : 3271 -**************************************************** diff --git a/test_results/2010-03-18 g++-4_4_i386 b/test_results/2010-03-18 g++-4_4_i386 deleted file mode 100644 index f5134c81..00000000 --- a/test_results/2010-03-18 g++-4_4_i386 +++ /dev/null @@ -1,4119 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -In file included from ../../../../../include/list:176, - from input_iterator.pass.cpp:29: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’ -../../../../../include/list:966: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:671: instantiated from ‘std::__1::list< , >::list(_InpIter, _InpIter, typename std::__1::enable_if::type*) [with _InpIter = input_iterator, _Tp = int, _Alloc = stack_allocator]’ -input_iterator.pass.cpp:60: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 4ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 4ul] -input_iterator.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_type.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:1022: instantiated from ‘void std::__1::list< , >::emplace_back(_Args&& ...) [with _Args = , _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:644: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type) [with _Tp = int, _Alloc = stack_allocator]’ -size_type.pass.cpp:47: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_type.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_value_alloc.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:966: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:654: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type, const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -size_value_alloc.pass.cpp:58: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_value_alloc.pass.cpp failed to compile -failed 3 tests in /test/containers/sequences/list/list.cons -passed 12 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1394: error: within this context -../../../../../include/ostream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1394: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 96: 57386 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -not implemented: /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5HCfsU.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in cc5HCfsU.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cc5HCfsU.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc5HCfsU.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc5HCfsU.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc5HCfsU.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc5HCfsU.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cc5HCfsU.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cc5HCfsU.o - my_facet::~my_facet() in cc5HCfsU.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5HCfsU.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc5HCfsU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccIK0PWA.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccIK0PWA.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccIK0PWA.o - my_facet::~my_facet() in ccIK0PWA.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccIK0PWA.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccIK0PWA.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccIK0PWA.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccIK0PWA.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccIK0PWA.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccIK0PWA.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccIK0PWA.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccIK0PWA.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc0ZqjP1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccqPrlqW.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSXBZiQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccHQ7nd2.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAlWnEt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccvBVl2B.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckFErrU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8Wx8Rv.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccfk6CrL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccPaaxLl.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccLXgHLh.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc43BFoI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccBl3W5y.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccDBw6FT.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccebPsPA.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckTlZYB.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFeztKg.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccFeztKg.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFeztKg.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccFeztKg.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cchSj35x.o - my_facet::~my_facet() in cchSj35x.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cchSj35x.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cchSj35x.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cchSj35x.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cchSj35x.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cchSj35x.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cchSj35x.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cchSj35x.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in cchSj35x.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in cchSj35x.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchSj35x.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cchSj35x.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccDmNRnQ.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccDmNRnQ.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccDmNRnQ.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccDmNRnQ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccDmNRnQ.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccDmNRnQ.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccDmNRnQ.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccDmNRnQ.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccDmNRnQ.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccDmNRnQ.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccDmNRnQ.o - my_facet::~my_facet() in ccDmNRnQ.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccDmNRnQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGlpzlU.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccGlpzlU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccIzuhs6.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIzuhs6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cciJJGLC.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cciJJGLC.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccfFqNxj.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccfFqNxj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdPSY8r.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdPSY8r.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc8P4zy6.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8P4zy6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczNCKbz.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cczNCKbz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccjwZ8au.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccjwZ8au.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccn7Ylsd.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccn7Ylsd.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccpGDOuU.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccpGDOuU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc8lj0cd.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8lj0cd.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccNfq3ct.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNfq3ct.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -not implemented: /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -not implemented: /test/thread/thread.mutex/thread.once -not implemented: /test/thread/thread.mutex/thread.once/thread.once.callonce -not implemented: /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 14 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 146 -sections with failures : 26 -sections without failures: 861 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 84 -number of tests passed : 3187 - + ---- -total number of tests : 3271 -**************************************************** diff --git a/test_results/2010-03-25 g++-4_2_i386 b/test_results/2010-03-25 g++-4_2_i386 deleted file mode 100644 index 5346a65d..00000000 --- a/test_results/2010-03-25 g++-4_2_i386 +++ /dev/null @@ -1,5024 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1281: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1195: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1220: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1172: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1167: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 30183 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 30193 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 30431 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 141 -sections with failures : 38 -sections without failures: 854 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 110 -number of tests passed : 3183 - + ---- -total number of tests : 3293 -**************************************************** diff --git a/test_results/2010-03-25 g++-4_2_x86_64 b/test_results/2010-03-25 g++-4_2_x86_64 deleted file mode 100644 index 2b0dd12b..00000000 --- a/test_results/2010-03-25 g++-4_2_x86_64 +++ /dev/null @@ -1,5024 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1281: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1195: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1220: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1172: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1167: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 18413 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 18472 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 18865 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 141 -sections with failures : 38 -sections without failures: 854 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 110 -number of tests passed : 3183 - + ---- -total number of tests : 3293 -**************************************************** diff --git a/test_results/2010-03-25 g++-4_4_i386 b/test_results/2010-03-25 g++-4_4_i386 deleted file mode 100644 index 586b639c..00000000 --- a/test_results/2010-03-25 g++-4_4_i386 +++ /dev/null @@ -1,4123 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -In file included from ../../../../../include/list:176, - from input_iterator.pass.cpp:29: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’ -../../../../../include/list:966: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:671: instantiated from ‘std::__1::list< , >::list(_InpIter, _InpIter, typename std::__1::enable_if::type*) [with _InpIter = input_iterator, _Tp = int, _Alloc = stack_allocator]’ -input_iterator.pass.cpp:60: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 4ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 4ul] -input_iterator.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_type.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:1022: instantiated from ‘void std::__1::list< , >::emplace_back(_Args&& ...) [with _Args = , _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:644: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type) [with _Tp = int, _Alloc = stack_allocator]’ -size_type.pass.cpp:47: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_type.pass.cpp failed to compile -In file included from ../../../../../include/list:176, - from size_value_alloc.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:966: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:654: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type, const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -size_value_alloc.pass.cpp:58: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_value_alloc.pass.cpp failed to compile -failed 3 tests in /test/containers/sequences/list/list.cons -passed 12 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:1553: error: ‘std::__1::basic_iostream<_CharT, _Traits>& std::__1::basic_iostream<_CharT, _Traits>::operator=(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:1545: error: ‘std::__1::basic_iostream<_CharT, _Traits>::basic_iostream(std::__1::basic_iostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../../include/algorithm:559, - from ../../../../../../include/string:380, - from ../../../../../../include/__locale:33, - from ../../../../../../include/ios:234, - from ../../../../../../include/ostream:148, - from ../../../../../../include/istream:174, - from nonmember_swap.pass.cpp:32: -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -../../../../../../include/istream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/istream:322: error: ‘std::__1::basic_istream<_CharT, _Traits>& std::__1::basic_istream<_CharT, _Traits>::operator=(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../../include/type_traits:1394: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../../include/istream:312: error: ‘std::__1::basic_istream<_CharT, _Traits>::basic_istream(std::__1::basic_istream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:67: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:53: error: within this context -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move_assign.pass.cpp:76: error: within this context -move_assign.pass.cpp failed to compile -In file included from ../../../../../include/algorithm:559, - from ../../../../../include/string:380, - from ../../../../../include/__locale:33, - from ../../../../../include/ios:234, - from ../../../../../include/ostream:148, - from nonmember_swap.pass.cpp:32: -../../../../../include/ostream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1394: error: within this context -../../../../../include/ostream: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1392: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1393: error: within this context -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ostream:284: error: ‘std::__1::basic_ostream<_CharT, _Traits>& std::__1::basic_ostream<_CharT, _Traits>::operator=(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -../../../../../include/type_traits:1394: error: within this context -nonmember_swap.pass.cpp failed to compile -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.assign -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:51: error: within this context -../../../../../include/ostream:276: error: ‘std::__1::basic_ostream<_CharT, _Traits>::basic_ostream(std::__1::basic_ostream<_CharT, _Traits>&&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -move.pass.cpp:65: error: within this context -move.pass.cpp failed to compile -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -Assertion failed: (sb.str() == "testing..."), function main, file CharT_pointer.pass.cpp, line 78. -./testit: line 96: 50370 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccIFzfTL.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccIFzfTL.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccIFzfTL.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccIFzfTL.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccIFzfTL.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccIFzfTL.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccIFzfTL.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccIFzfTL.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccIFzfTL.o - my_facet::~my_facet() in ccIFzfTL.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIFzfTL.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccIFzfTL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cciVhEUo.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cciVhEUo.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cciVhEUo.o - my_facet::~my_facet() in cciVhEUo.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cciVhEUo.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cciVhEUo.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cciVhEUo.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cciVhEUo.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in cciVhEUo.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cciVhEUo.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cciVhEUo.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in cciVhEUo.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccKCyDvH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczbpIqt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8t7Rt3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccyUQ4lK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3BmfCa.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccOCRGZt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccXoYm3h.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc10yHmW.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc7oyGnH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9DrwAY.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccoND1FI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccVnr1Bo.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccUSM6B1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccM9Hj6F.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc5T4hbE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cco7mNqM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccgew9j7.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccgew9j7.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccgew9j7.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccgew9j7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccV7hupE.o - my_facet::~my_facet() in ccV7hupE.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccV7hupE.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccV7hupE.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccV7hupE.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccV7hupE.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccV7hupE.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccV7hupE.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccV7hupE.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccV7hupE.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccV7hupE.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccV7hupE.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccV7hupE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccosiOBc.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccosiOBc.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccosiOBc.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccosiOBc.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccosiOBc.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccosiOBc.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccosiOBc.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccosiOBc.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccosiOBc.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccosiOBc.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccosiOBc.o - my_facet::~my_facet() in ccosiOBc.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccosiOBc.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccX0TAyz.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccX0TAyz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccBkeOar.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBkeOar.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccKLeZW3.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccKLeZW3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccs7OcYQ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccs7OcYQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccLdMcg6.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccLdMcg6.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccT1Ef9N.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccT1Ef9N.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc0zFsmf.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc0zFsmf.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cclYZxRw.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclYZxRw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccyVkwJD.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccyVkwJD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrJtq3r.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccrJtq3r.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccvvk5h7.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccvvk5h7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc8eigwQ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc8eigwQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -not implemented: /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -not implemented: /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -Assertion failed: (std::abs(ns.count()) < err.count()), function main, file sleep_until.pass.cpp, line 45. -./testit: line 96: 80399 Abort trap ./a.out -sleep_until.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.this -passed 3 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:32: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:32: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:32: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: expected primary-expression before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘char’ -underlying_type.pass.cpp:33: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:33: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:33: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:35: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:35: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:35: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: expected primary-expression before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘int’ -underlying_type.pass.cpp:36: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:36: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:36: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: expected primary-expression before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘double’ -underlying_type.pass.cpp:38: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:38: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:38: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: expected primary-expression before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘long’ -underlying_type.pass.cpp:39: error: expected ‘,’ before ‘;’ token -underlying_type.pass.cpp:39: error: expected string-literal before ‘;’ token -underlying_type.pass.cpp:39: error: expected ‘)’ before ‘;’ token -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 14 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 141 -sections with failures : 27 -sections without failures: 865 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 85 -number of tests passed : 3208 - + ---- -total number of tests : 3293 -**************************************************** diff --git a/test_results/2010-04-01 clang_i386 b/test_results/2010-04-01 clang_i386 deleted file mode 100644 index 7610293e..00000000 --- a/test_results/2010-04-01 clang_i386 +++ /dev/null @@ -1,19167 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 diagnostic generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 diagnostic generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 diagnostic generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 diagnostic generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 diagnostic generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -5 diagnostics generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -5 diagnostics generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 diagnostic generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 diagnostic generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 diagnostics generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 diagnostics generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 diagnostics generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 diagnostic generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 15898 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 15906 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 15913 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 15920 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 15931 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 15938 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 15960 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 15967 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 15978 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 15986 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 15993 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 16000 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 16022 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 16029 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 16040 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 16051 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 16058 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 16065 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 16571 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 diagnostics generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 diagnostics generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 16881 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 16895 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 16907 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 16926 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 16937 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 16944 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 16951 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 16958 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 16980 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 16994 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 17006 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 17020 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17027 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 17039 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 17046 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 17053 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 17060 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 17082 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17096 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 17108 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 17122 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17129 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 17141 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 17148 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 17155 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 17162 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 17184 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17198 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 17210 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 17224 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17231 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 17243 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 17250 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 17257 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 17265 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 17298 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 17305 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 17312 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 17319 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 17352 Abort trap ./a.out -member_swap.pass.cpp failed at run time -Assertion failed: (Ty && "Invalid GetElementPtrInst indices for type!"), function checkType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/Instructions.h, line 276. -0 clang 0x0000000100c4b0d2 -1 clang 0x0000000100c4b549 -2 libSystem.B.dylib 0x00007fff80a2eeaa _sigtramp + 26 -3 libSystem.B.dylib 0x0000001200000000 _sigtramp + 2136805744 -4 libSystem.B.dylib 0x00007fff80aaae74 __pthread_markcancel + 0 -5 clang 0x00000001005239d6 -6 clang 0x0000000100145769 -7 clang 0x000000010013994f -8 clang 0x0000000100139e18 -9 clang 0x0000000100115989 -10 clang 0x0000000100116918 -11 clang 0x00000001001aa259 -12 clang 0x000000010010cda2 -13 clang 0x00000001001af263 -14 clang 0x00000001001ad910 -15 clang 0x00000001001ad734 -16 clang 0x000000010002a2ba -17 clang 0x00000001001cc773 -18 clang 0x000000010002df83 -19 clang 0x00000001000192b7 -20 clang 0x000000010001a12f -21 clang 0x0000000100017dec -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/clang-r100008-b1071/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name nonmember_swap.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/clang-r100008-b1071/lib/clang/1.5 -I../../../../../../include -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-HhPV2E.s -x c++ nonmember_swap.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../../../include/istream:1762:23: Generating code for declaration 'std::basic_istream >::basic_istream' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 17380 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 17414 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17428 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 17447 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 17459 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 17481 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 17488 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 17495 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 17502 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 17509 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 17516 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 17523 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 17530 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17537 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 17544 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 17551 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 17558 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 17565 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 17587 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 17594 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 17602 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 17609 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 17616 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 17623 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 17630 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 17637 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 17644 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 17651 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 17662 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 17685 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 17692 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 17699 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 17706 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 17713 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 17720 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 17727 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 17734 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 17741 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 17748 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 17755 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 17762 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 17769 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 17776 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 17783 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 17790 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 17797 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 17804 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 17837 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17851 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 17870 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 17904 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 17911 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 17918 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 17925 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 17936 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 17943 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 17950 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 17957 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 17964 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 17971 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 17978 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 17985 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17992 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 17999 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 18007 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 18014 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 18021 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 18032 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 18039 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 18046 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 18053 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 18060 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 18067 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 18074 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 18081 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 18088 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 18095 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 18106 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 18113 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 18120 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 18142 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 18149 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 18156 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 18167 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 18174 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 18181 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 18192 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 18199 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 18210 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 18217 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 18225 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 18232 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 18239 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 18246 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 18440 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 18451 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 18458 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 18465 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 18472 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 18479 Bus error ./a.out -move.pass.cpp failed at run time -./testit: line 96: 18486 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 18493 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 18500 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 18507 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 18514 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 18521 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 18528 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 18535 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 18546 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 18553 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 18560 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 18567 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 18574 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 18581 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 18588 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 18595 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 18602 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 18609 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 18616 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 18638 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 18645 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 18652 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 18659 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 18666 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 18673 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 18680 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 18687 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 18694 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 18705 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 18716 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 18727 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 18735 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 18746 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 18753 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 18878 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 18885 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 18892 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 18903 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 18910 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 18917 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 18953 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 18960 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 18967 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 18974 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 18985 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 18992 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 19000 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 19007 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 19014 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 19021 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 19028 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 19035 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 19042 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 19049 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 19056 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 19063 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 19070 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 19077 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -default.fail.cpp should not compile -failed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 3 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 19524 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 19538 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 19550 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 19565 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 19577 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 19600 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 19614 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 19626 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 19641 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 19653 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 19793 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 19807 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 19819 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 19833 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 19845 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 20988 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 21002 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 21014 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 21021 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 21028 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 21035 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 21042 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 21071 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 21078 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 21085 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 21097 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 21108 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 21119 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 21130 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 21141 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 21148 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 21155 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 21166 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 21234 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 21241 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 21248 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 21259 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 21266 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 21274 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 21296 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 21303 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 21314 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 21321 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 21335 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -Assertion failed: (A::constructed == 0), function main, file current_exception.pass.cpp, line 59. -./testit: line 96: 21685 Abort trap ./a.out -current_exception.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file make_exception_ptr.pass.cpp, line 61. -./testit: line 96: 21699 Abort trap ./a.out -make_exception_ptr.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file rethrow_exception.pass.cpp, line 69. -./testit: line 96: 21706 Abort trap ./a.out -rethrow_exception.pass.cpp failed at run time -failed 3 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 diagnostics generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -./testit: line 96: 22244 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 22274 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 22286 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 22293 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 22300 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 22365 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 22394 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 22401 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 22408 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 22415 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 22422 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 22429 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 22443 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 22450 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 22457 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 22464 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 22471 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 22478 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 22547 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 22554 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 22561 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 22568 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 22580 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 22587 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 22594 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 22601 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 22608 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 22615 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 22622 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 22629 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 22636 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 22643 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 22650 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 22658 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 22665 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 22672 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 22679 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 22686 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 22693 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 22700 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 22707 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 22714 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 22721 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 22728 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 22735 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 22742 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 22749 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 22756 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 22763 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 22770 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 22777 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 22838 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 22850 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 22857 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 22864 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 22871 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 22878 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 22885 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 22892 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 22899 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 22906 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 22913 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 22920 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 22927 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 23142 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 23149 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 23156 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 23163 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 23170 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 23210 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 23217 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 23224 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 23231 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 23238 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 23460 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 23468 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 23475 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 23483 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 23490 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 23497 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 23504 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 23511 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 23551 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 diagnostic generated. -./testit: line 96: 23558 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 diagnostic generated. -./testit: line 96: 23565 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 23572 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 diagnostic generated. -./testit: line 96: 23579 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 23586 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 23593 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 23600 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 23607 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 23614 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 23621 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 23686 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 23693 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 23700 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 23707 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 23714 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 23721 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 23728 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 23735 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 23742 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 23749 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 23756 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 23793 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 23800 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 23807 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 23814 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 23821 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range [-pedantic] - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 diagnostics generated. -./testit: line 96: 23828 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 23835 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 23842 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 23849 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 23856 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 23863 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 23870 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 23900 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 23907 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 23929 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 23958 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 23970 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 23977 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 23984 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 23991 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 23998 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 24092 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 24099 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 24106 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 24114 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 24121 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 24128 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 24135 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 24142 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 24149 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 24160 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 24179 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 24186 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 24197 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 24204 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 24271 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 24278 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 24285 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 24292 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 24299 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 24306 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 24313 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 24320 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 24328 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 24335 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 24342 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 24367 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 24374 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 24388 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 diagnostics generated. -tgmath_h.pass.cpp:26:2: error: #error is not implemented -#error is not implemented - ^ -1 diagnostic generated. -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -#error operator>>(basic_istream& is, complex& x) not implemented. - ^ -1 diagnostic generated. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -#error operator<<(basic_ostream& o, const complex& x) not implemented. - ^ -1 diagnostic generated. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 26559 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 26567 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 26574 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 26581 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 26588 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 26595 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 26602 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 26609 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 26616 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 26623 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 26630 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 26637 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 26644 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 26651 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 26658 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 26665 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 26672 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 26679 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 26686 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 27829 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 27837 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 27858 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 27865 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 diagnostic generated. -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 29866 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 5 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 diagnostics generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(A_int_1(), i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:198:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:198:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:199:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:199:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, a)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:202:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:202:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:207:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:207:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:210:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:210:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:211:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:211:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:216:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:216:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:217:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, a)() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:217:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, a)() == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:219:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:219:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:220:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_lvalue.pass.cpp:221:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:221:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:222:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:222:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:223:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(ap) = 7; - ~~~~~^ -invoke_lvalue.pass.cpp:224:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:224:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ~~~~~^ -invoke_lvalue.pass.cpp:255:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(i, j); - ~~~~~^ -invoke_lvalue.pass.cpp:258:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, _1)(j); - ~~~~~^ -invoke_lvalue.pass.cpp:261:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, j)(); - ~~~~~^ -invoke_lvalue.pass.cpp:268:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j); - ~~~~~^ -invoke_lvalue.pass.cpp:271:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(j, A_void_2()); - ~~~~~^ -41 diagnostics generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), 4)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(A_int_1(), 4)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:184:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:184:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:185:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:185:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:188:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:188:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:195:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:195:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:196:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:196:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:200:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:200:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:203:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:203:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:204:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_rvalue.pass.cpp:205:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:205:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:206:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:206:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:207:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(&a) = 7; - ~~~~~^ -invoke_rvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ~~~~~^ -invoke_rvalue.pass.cpp:237:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(2, 3); - ~~~~~^ -invoke_rvalue.pass.cpp:240:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:243:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:249:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), 3); - ~~~~~^ -invoke_rvalue.pass.cpp:252:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(3, A_void_2()); - ~~~~~^ -41 diagnostics generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 diagnostics generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 diagnostics generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -8 diagnostics generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -14 diagnostics generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -14 diagnostics generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -14 diagnostics generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp:68:5: error: invalid operands to binary expression ('__ref_return0::type' (aka 'void') and 'int') - assert(r1() == 4); - ^~~~~~~~~~~~~~~~~ -invoke_int_0.pass.cpp:68:17: note: instantiated from: - assert(r1() == 4); - ~~~~ ^ ~ -1 diagnostic generated. -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-puAc15.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-2eNPg2.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-wJsiOI.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -pointer_deleter01.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 37 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-VpumHC.o - _main in cc-VpumHC.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 31876 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1207:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -3 diagnostics generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1219:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -3 diagnostics generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1207:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -3 diagnostics generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 diagnostics generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 diagnostics generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 diagnostics generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert07.pass.cpp failed to compile -failed 10 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 38 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-qAbsRZ.o - _main in cc-qAbsRZ.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 32318 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 32325 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 32513 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 32562 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -3 diagnostics generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:45:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:47:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:48:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:49:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:50:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:52:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:52:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:53:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:53:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:54:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:54:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:55:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:55:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:57:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:57:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:58:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:58:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:59:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:59:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:60:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:60:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:62:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:62:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:63:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:63:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:64:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:64:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:65:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:65:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:67:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:67:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:68:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:68:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:69:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:69:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:70:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:70:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:72:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:72:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:73:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:73:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:74:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:74:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:75:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:75:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:78:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:79:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:79:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:81:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:81:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:83:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:83:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:84:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:84:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:86:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:86:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:87:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:87:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:89:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:89:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:90:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:90:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:92:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:92:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:93:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:93:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:95:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:95:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:96:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:96:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:98:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:98:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:99:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:99:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:101:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:101:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:102:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:102:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:105:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:105:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:106:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:106:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:108:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:108:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:110:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:110:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:111:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:111:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:113:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:113:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:114:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:114:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:116:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:116:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:117:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:117:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:119:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:119:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:120:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:120:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:122:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:122:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:123:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:123:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:125:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:125:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:126:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:126:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:128:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:128:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:129:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:129:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:132:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:132:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:133:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:133:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:134:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:134:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:135:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:135:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:137:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:137:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:138:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:138:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:140:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:140:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:141:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:141:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:143:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:143:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:144:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:144:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:145:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:145:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:146:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:146:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:148:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:148:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:149:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:149:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:150:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:150:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:151:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:151:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:153:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:153:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:154:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:154:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:155:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:155:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:156:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:156:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:158:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:158:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:159:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:159:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:160:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:160:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:161:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:161:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:163:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:163:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:164:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:164:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:165:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:165:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:166:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:166:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:168:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:168:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:169:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:169:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:170:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:170:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:171:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:171:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:174:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:174:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:175:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:175:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:176:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:176:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:177:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:177:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:179:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:179:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:180:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:180:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:182:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:182:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:183:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:183:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:185:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:185:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:186:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:186:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:187:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:187:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:188:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:188:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:190:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:190:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:191:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:191:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:192:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:192:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:193:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:193:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:195:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:195:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:196:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:196:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:197:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:197:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:198:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:198:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:200:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:200:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:201:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:201:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:202:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:202:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:203:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:203:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:205:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:205:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:206:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:206:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:207:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:207:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:208:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:208:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:210:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:210:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:211:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:211:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:212:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:212:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:213:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:213:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:216:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:216:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:217:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:217:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:218:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:218:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:219:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:219:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:221:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:221:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:222:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:222:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:224:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:224:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:225:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:225:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:227:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:227:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:228:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:228:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:229:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:229:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:230:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:230:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:232:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:232:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:233:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:233:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:234:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:234:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:235:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:235:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:237:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:237:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:238:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:238:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:239:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:239:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:240:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:240:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:242:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:242:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:243:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:243:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:244:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:244:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:245:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:245:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:247:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:247:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:248:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:248:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:249:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:249:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:250:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:250:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:252:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:252:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:253:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:253:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:254:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:254:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:255:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:255:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:258:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:258:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:259:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:259:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:260:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:260:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:261:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:261:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:263:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:263:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:264:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:264:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:266:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:266:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:267:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:267:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:269:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:269:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:270:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:270:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:271:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:271:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:272:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:272:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:274:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:274:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:275:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:275:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:276:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:276:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:277:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:277:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:279:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:279:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:280:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:280:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:281:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:281:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:282:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:282:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:284:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:284:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:285:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:285:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:286:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:286:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:287:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:287:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:289:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:289:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:290:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:290:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:291:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:291:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:292:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:292:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:294:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:294:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:295:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:295:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:296:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:296:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:297:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:297:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:300:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:300:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:301:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:301:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:302:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:302:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:303:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:303:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:305:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:305:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:306:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:306:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:308:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:308:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:309:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:309:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:311:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:311:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:312:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:312:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:313:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:313:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:314:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:314:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:316:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:316:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:317:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:317:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:318:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:318:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:319:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:319:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:321:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:321:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:322:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:322:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:323:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:323:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:324:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:324:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:326:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:326:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:327:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:327:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:328:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:328:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:329:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:329:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:331:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:331:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:332:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:332:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:333:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:333:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:334:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:334:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:336:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:336:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:337:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:337:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:338:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:338:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:339:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:339:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:342:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:342:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:343:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:343:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:344:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:344:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:345:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:345:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:347:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:347:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:348:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:348:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:350:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:350:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:351:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:351:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:353:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:353:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:354:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:354:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:355:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:355:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:356:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:356:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:358:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:358:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:359:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:359:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:360:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:360:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:361:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:361:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:363:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:363:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:364:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:364:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:365:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:365:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:366:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:366:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:368:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:368:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:369:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:369:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:370:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:370:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:371:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:371:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:373:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:373:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:374:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:374:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:375:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:375:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:376:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:376:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:378:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:378:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:379:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:379:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:380:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:380:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:381:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:381:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -774 diagnostics generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:99:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:100:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:104:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:105:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:109:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:114:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:115:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:119:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:120:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:124:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:129:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:130:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:134:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:135:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -66 diagnostics generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, int>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:32:38: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:60: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:60: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:5: error: expected ')' -underlying_type.pass.cpp:32:5: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:19: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:33:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, char>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:33:38: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:61: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:61: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:5: error: expected ')' -underlying_type.pass.cpp:33:5: note: to match this '(' - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:19: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, char>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, char>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:35:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, double>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:35:38: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:69: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:69: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:5: error: expected ')' -underlying_type.pass.cpp:35:5: note: to match this '(' - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:19: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:36:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, int>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:36:38: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:68: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:68: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:5: error: expected ')' -underlying_type.pass.cpp:36:5: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:19: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:38:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, double>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:38:38: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:80: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:80: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:5: error: expected ')' -underlying_type.pass.cpp:38:5: note: to match this '(' - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:19: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:39:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, long long>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:39:38: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:82: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:82: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:5: error: expected ')' -underlying_type.pass.cpp:39:5: note: to match this '(' - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:19: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, long long>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, long long>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -42 diagnostics generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 5 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -24 diagnostics generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -25 diagnostics generated. -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -54 diagnostics generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -45 diagnostics generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -25 diagnostics generated. -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -54 diagnostics generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -45 diagnostics generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -27 diagnostics generated. -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -18 diagnostics generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -20 diagnostics generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 diagnostics generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -25 diagnostics generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -20 diagnostics generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 diagnostics generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 diagnostics generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -21 diagnostics generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 33764 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 33772 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:52:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -25 diagnostics generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 diagnostics generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:72:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:82:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_copy.pass.cpp:83:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_copy.pass.cpp:84:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -37 diagnostics generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:73:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:75:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:77:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:78:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:83:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:83:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:85:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_move.pass.cpp:87:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:88:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:90:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:90:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:93:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:93:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:94:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:94:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:95:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:96:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:97:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:98:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:98:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:99:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:99:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:100:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:100:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -47 diagnostics generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:59:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:61:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:63:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -26 diagnostics generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:62:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:63:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:64:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:65:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -26 diagnostics generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -16 diagnostics generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 diagnostics generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc.pass.cpp:49:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:74:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:80:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:91:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:91:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -62 diagnostics generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_UTypes.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), MoveOnly(0)); - ~~~~~^ -alloc_UTypes.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:57:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -alloc_UTypes.pass.cpp:62:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_UTypes.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_UTypes.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_UTypes.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:76:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:81:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:82:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:83:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -63 diagnostics generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), 3); - ~~~~~^ -alloc_const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -alloc_const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), - ~~~~~^ -alloc_const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 10); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t) == 10); - ~~~~~^ -alloc_const_Types.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(15)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(15)); - ~~~~~^ -alloc_const_Types.pass.cpp:67:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:82:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:86:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -59 diagnostics generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_pair.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:45:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:68:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -57 diagnostics generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:43:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -alloc_convert_copy.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(), t0); - ^ -alloc_convert_copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2, 3); - ^ -alloc_convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:70:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:70:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T0' - T0 t0(1.5, 2, 3); - ^ -alloc_convert_copy.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:77:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_copy.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:79:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:79:21: note: instantiated from: - assert(std::get<2>(t1) == 3); - ~~~~~^ -73 diagnostics generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_move.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_move.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_move.pass.cpp:60:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:67:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:69:9: error: use of undeclared identifier 'T0' - T0 t0(std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:74:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:74:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:76:9: error: use of undeclared identifier 'T0' - T0 t0(2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:85:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:85:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T0' - T0 t0(1, 2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:89:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -73 diagnostics generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:69:9: error: use of undeclared identifier 'T' - T t0(2, 3); - ^ -alloc_copy.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:76:21: note: instantiated from: - assert(std::get<1>(t) == 3); - ~~~~~^ -alloc_copy.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:80:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_copy.pass.cpp:83:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:88:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -74 diagnostics generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -alloc_move.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:62:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:70:9: error: use of undeclared identifier 'T' - T t0(0 ,1); - ^ -alloc_move.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:79:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_move.pass.cpp:82:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_move.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -74 diagnostics generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move_pair.pass.cpp:59:49: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -alloc_move_pair.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_move_pair.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_move_pair.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move_pair.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_move_pair.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -alloc_move_pair.pass.cpp:61:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2, std::unique_ptr(new D(3))); - ^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -57 diagnostics generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:73:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == 0.0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<3>(t) == 0.0); - ~~~~~^ -25 diagnostics generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 diagnostics generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:67:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:68:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:76:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:76:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:77:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_copy.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:82:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -33 diagnostics generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:72:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:73:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:80:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_move.pass.cpp:81:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:83:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:89:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:89:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:90:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:91:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -42 diagnostics generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -22 diagnostics generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 diagnostics generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -22 diagnostics generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -15 diagnostics generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 diagnostics generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 diagnostics generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:84:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:86:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:88:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:89:21: note: instantiated from: - assert(std::get<2>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:92:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:93:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:94:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:95:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:95:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:96:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:96:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:97:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:97:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:100:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:101:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:102:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:104:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:104:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:105:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:105:21: note: instantiated from: - assert(std::get<1>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:106:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:106:21: note: instantiated from: - assert(std::get<2>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:107:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:107:21: note: instantiated from: - assert(std::get<3>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:110:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:111:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:112:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:114:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:114:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:115:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:115:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:116:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:116:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:117:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:117:21: note: instantiated from: - assert(std::get<3>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:120:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(1, 2); - ~~~~~^ -tuple_cat.pass.cpp:121:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(nullptr, 4); - ~~~~~^ -tuple_cat.pass.cpp:122:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:124:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:124:21: note: instantiated from: - assert(std::get<0>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:125:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:125:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:126:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:126:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:127:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:127:21: note: instantiated from: - assert(std::get<3>(t3) == 4); - ~~~~~^ -54 diagnostics generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_const.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -21 diagnostics generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_non_const.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:62:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_non_const.pass.cpp:63:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:64:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_non_const.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == 4); - ~~~~~^ -27 diagnostics generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: expected ')' -tuple_element.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: expected ')' -tuple_element.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: expected ')' -tuple_element.pass.cpp:56:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: expected ')' -tuple_element.pass.cpp:58:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -60 diagnostics generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: expected ')' -tuple_size.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: expected ')' -tuple_size.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -44 diagnostics generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 diagnostics generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:64:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:64:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:65:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:65:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:66:15: error: unknown type name 'T2' - const T2 t2(1, char(2)); - ^ -eq.pass.cpp:66:18: error: excess elements in scalar initializer - const T2 t2(1, char(2)); - ^ ~~~~~~~~~~ -eq.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:73:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(1, char(3)); - ^ -eq.pass.cpp:74:18: error: excess elements in scalar initializer - const T2 t2(1, char(3)); - ^ ~~~~~~~~~~ -eq.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:81:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:81:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:82:15: error: unknown type name 'T2' - const T2 t2(1.1, char(2)); - ^ -eq.pass.cpp:82:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(2)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:87:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:87:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:89:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:89:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:90:15: error: unknown type name 'T2' - const T2 t2(1.1, char(3)); - ^ -eq.pass.cpp:90:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(3)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:95:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:95:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:96:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:96:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:97:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:97:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:98:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -eq.pass.cpp:98:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:103:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:103:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:104:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:104:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:105:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:105:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:106:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -eq.pass.cpp:106:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -eq.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -eq.pass.cpp:119:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:119:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:120:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:120:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:121:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:121:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:122:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -eq.pass.cpp:122:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -eq.pass.cpp:127:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:127:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:128:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:128:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:129:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:129:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:130:15: error: unknown type name 'T2' - const T2 t2(1, 3, 2); - ^ -eq.pass.cpp:130:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 2); - ^ ~~~~~~~ -eq.pass.cpp:135:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:135:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:136:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:136:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:137:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:137:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:138:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 2); - ^ -eq.pass.cpp:138:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 2); - ^ ~~~~~~~~~ -eq.pass.cpp:143:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:143:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:144:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:144:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:145:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:145:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:146:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 3); - ^ -eq.pass.cpp:146:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 2); - ^ -eq.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 2); - ^ ~~~~~~~~~ -114 diagnostics generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:82:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:82:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:83:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:84:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -lt.pass.cpp:91:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:91:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:92:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:92:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:93:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:93:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:94:15: error: unknown type name 'T2' - const T2 t2(1, 2); - ^ -lt.pass.cpp:94:18: error: excess elements in scalar initializer - const T2 t2(1, 2); - ^ ~~~~ -lt.pass.cpp:101:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:101:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:102:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:102:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:103:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:103:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:104:15: error: unknown type name 'T2' - const T2 t2(0.9, 2); - ^ -lt.pass.cpp:104:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2); - ^ ~~~~~~ -lt.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1.1, 2); - ^ -lt.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2); - ^ ~~~~~~ -lt.pass.cpp:121:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:121:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:122:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:122:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:123:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:123:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:124:15: error: unknown type name 'T2' - const T2 t2(1, 1); - ^ -lt.pass.cpp:124:18: error: excess elements in scalar initializer - const T2 t2(1, 1); - ^ ~~~~ -lt.pass.cpp:131:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:131:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:132:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:132:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:133:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:133:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:134:15: error: unknown type name 'T2' - const T2 t2(1, 3); - ^ -lt.pass.cpp:134:18: error: excess elements in scalar initializer - const T2 t2(1, 3); - ^ ~~~~ -lt.pass.cpp:141:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:141:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:142:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:142:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:143:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:143:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:144:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -lt.pass.cpp:144:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(0.9, 2, 3); - ^ -lt.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:161:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:161:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:162:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:162:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:163:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:163:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:164:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -lt.pass.cpp:164:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:171:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:171:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:172:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:172:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:173:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:173:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:174:15: error: unknown type name 'T2' - const T2 t2(1, 1, 3); - ^ -lt.pass.cpp:174:18: error: excess elements in scalar initializer - const T2 t2(1, 1, 3); - ^ ~~~~~~~ -lt.pass.cpp:181:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:181:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:182:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:182:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:183:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:183:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:184:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -lt.pass.cpp:184:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -lt.pass.cpp:191:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:191:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:192:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:192:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:193:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:193:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:194:15: error: unknown type name 'T2' - const T2 t2(1, 2, 2); - ^ -lt.pass.cpp:194:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 2); - ^ ~~~~~~~ -lt.pass.cpp:201:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:201:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:202:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:202:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:203:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:203:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:204:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -lt.pass.cpp:204:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -120 diagnostics generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -non_member_swap.pass.cpp:65:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -non_member_swap.pass.cpp:66:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -non_member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -non_member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:72:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -32 diagnostics generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:55:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -member_swap.pass.cpp:65:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:65:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -36 diagnostics generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: expected ')' -uses_allocator.pass.cpp:45:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:50:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:51:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: expected ')' -uses_allocator.pass.cpp:50:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:55:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:56:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: expected ')' -uses_allocator.pass.cpp:55:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -44 diagnostics generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1205:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1217:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1205:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1217:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -10 diagnostics generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using clang version 1.5 (trunk 100008) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 139 -sections with failures : 146 -sections without failures: 748 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 560 -number of tests passed : 2737 - + ---- -total number of tests : 3297 -**************************************************** diff --git a/test_results/2010-04-01 clang_x86_64 b/test_results/2010-04-01 clang_x86_64 deleted file mode 100644 index e313adfc..00000000 --- a/test_results/2010-04-01 clang_x86_64 +++ /dev/null @@ -1,19170 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 diagnostic generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 diagnostic generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 diagnostic generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 diagnostic generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 diagnostic generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -5 diagnostics generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -5 diagnostics generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 diagnostic generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 diagnostic generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 diagnostics generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 diagnostics generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 diagnostics generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 diagnostic generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 32105 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 32113 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 32120 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 32127 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 32138 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 32145 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 32167 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 32174 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 32185 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 32192 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 32199 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 32206 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 32228 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 32236 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 32247 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 32258 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 32265 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 32272 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 32778 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 diagnostics generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 diagnostics generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 33088 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 33102 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 33114 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 33133 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 33144 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 33151 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 33158 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 33165 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 33187 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 33201 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 33213 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 33227 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 33234 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 33246 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 33253 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 33260 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 33267 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 33289 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 33303 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 33315 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 33329 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 33336 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 33348 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 33355 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 33362 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 33369 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 33391 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 33405 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 33417 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 33431 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 33438 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 33450 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 33457 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 33464 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 33472 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 33505 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 33512 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 33519 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 33526 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 33559 Abort trap ./a.out -member_swap.pass.cpp failed at run time -Assertion failed: (Ty && "Invalid GetElementPtrInst indices for type!"), function checkType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/Instructions.h, line 276. -0 clang 0x0000000100c4b0d2 -1 clang 0x0000000100c4b549 -2 libSystem.B.dylib 0x00007fff83ea480a _sigtramp + 26 -3 libSystem.B.dylib 0x0000001c00000000 _sigtramp + 2081798160 -4 libSystem.B.dylib 0x00007fff83f1fef0 __pthread_markcancel + 0 -5 clang 0x00000001005239d6 -6 clang 0x0000000100145769 -7 clang 0x000000010013994f -8 clang 0x0000000100139e18 -9 clang 0x0000000100115989 -10 clang 0x0000000100116918 -11 clang 0x00000001001aa259 -12 clang 0x000000010010cda2 -13 clang 0x00000001001af263 -14 clang 0x00000001001ad910 -15 clang 0x00000001001ad734 -16 clang 0x000000010002a2ba -17 clang 0x00000001001cc773 -18 clang 0x000000010002df83 -19 clang 0x00000001000192b7 -20 clang 0x000000010001a12f -21 clang 0x0000000100017dec -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/clang-r100008-b1071/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name nonmember_swap.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/clang-r100008-b1071/lib/clang/1.5 -I../../../../../../include -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-aIqU2h.s -x c++ nonmember_swap.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../../../include/istream:1762:23: Generating code for declaration 'std::basic_istream >::basic_istream' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 33587 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 33621 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 33635 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 33654 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 33666 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 33688 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 33695 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 33702 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 33709 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 33716 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 33723 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 33730 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 33737 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 33744 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 33751 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 33758 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 33765 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 33772 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 33795 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 33802 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 33809 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 33816 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 33823 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 33830 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 33837 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 33844 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 33851 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 33859 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 33870 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 33892 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 33899 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 33906 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 33913 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 33920 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 33927 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 33934 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 33941 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 33948 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 33955 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 33962 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 33969 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 33976 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 33983 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 33990 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 33997 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 34004 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 34011 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 34044 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 34058 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 34077 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 34111 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 34118 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 34125 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 34132 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 34143 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 34150 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 34157 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 34164 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 34171 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 34178 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 34185 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 34192 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 34199 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 34206 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 34213 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 34220 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 34227 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 34238 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 34245 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 34252 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 34259 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 34266 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 34273 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 34280 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 34287 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 34294 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 34301 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 34312 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 34319 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 34327 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 34349 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 34356 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 34365 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 34376 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 34385 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 34392 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 34403 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 34410 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 34421 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 34428 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 34435 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 34443 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 34450 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 34457 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 34651 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 34662 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 34669 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 34676 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 34683 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 34690 Segmentation fault ./a.out -move.pass.cpp failed at run time -./testit: line 96: 34697 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 34704 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 34711 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 34718 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 34725 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 34732 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 34739 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 34746 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 34757 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 34764 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 34771 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 34778 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 34785 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 34792 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 34799 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 34807 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 34814 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 34821 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 34828 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 34850 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 34857 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 34864 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 34871 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 34878 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 34885 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 34892 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 34899 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 34906 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 34917 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 34928 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 34939 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 34946 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 34957 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 34964 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 35089 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 35096 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 35103 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 35114 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 35121 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 35128 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 35164 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 35171 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 35178 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 35185 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 35196 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 35203 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 35210 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 35217 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 35224 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 35231 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 35238 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 35245 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 35252 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 35259 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 35267 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 35274 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 35281 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 35288 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -default.fail.cpp should not compile -failed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 3 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 35735 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 35749 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 35761 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 35775 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 35787 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 35809 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 35823 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 35835 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 35849 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 35862 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 36002 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 36016 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 36028 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 36042 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 36054 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 37196 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 37210 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 37222 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 37229 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 37236 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 37243 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 37251 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 37280 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 37287 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 37295 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 37307 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 37318 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 37329 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 37340 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 37351 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 37358 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 37365 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 37376 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 37444 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 37451 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 37458 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 37469 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 37476 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 37483 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 37505 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 37512 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 37523 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 37530 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 37544 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -Assertion failed: (A::constructed == 0), function main, file current_exception.pass.cpp, line 59. -./testit: line 96: 37894 Abort trap ./a.out -current_exception.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file make_exception_ptr.pass.cpp, line 61. -./testit: line 96: 37908 Abort trap ./a.out -make_exception_ptr.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file rethrow_exception.pass.cpp, line 69. -./testit: line 96: 37915 Abort trap ./a.out -rethrow_exception.pass.cpp failed at run time -failed 3 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 diagnostics generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -./testit: line 96: 38454 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 38483 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 38495 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 38502 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 38509 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 38574 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 38604 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 38611 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 38618 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 38625 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 38632 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 38639 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 38653 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 38660 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 38667 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 38674 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 38681 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 38688 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 38757 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 38764 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 38771 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 38778 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 38790 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 38797 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 38804 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 38811 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 38819 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 38826 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 38833 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 38840 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 38847 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 38854 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 38861 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 38868 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 38875 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 38882 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 38889 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 38896 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 38903 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 38910 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 38917 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 38924 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 38931 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 38938 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 38945 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 38952 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 38959 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 38966 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 38973 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 38980 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 38987 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 39048 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 39060 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 39067 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 39074 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 39081 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 39088 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 39095 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 39102 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 39109 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 39116 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 39123 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 39130 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 39137 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 39352 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 39359 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 39366 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 39373 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 39380 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 39420 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 39427 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 39434 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 39441 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 39448 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 39670 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 39679 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 39686 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 39693 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 39700 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 39707 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 39714 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 39721 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 39761 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 diagnostic generated. -./testit: line 96: 39768 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 diagnostic generated. -./testit: line 96: 39775 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 39782 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 diagnostic generated. -./testit: line 96: 39789 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 39796 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 39803 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 39810 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 39817 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 39824 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 39831 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 39896 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 39903 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 39910 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 39917 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 39924 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 39931 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 39938 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 39945 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 39952 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 39959 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 39966 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 40003 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 40010 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 40017 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 40024 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 40031 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range [-pedantic] - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 diagnostics generated. -./testit: line 96: 40038 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 40045 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 40052 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 40059 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 40066 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 40073 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 40080 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 40110 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 40117 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 40139 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 40168 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 40180 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 40187 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 40194 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 40201 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 40208 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 40302 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 40310 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 40317 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 40324 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 40331 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 40338 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 40345 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 40352 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 40359 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 40370 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 40389 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 40396 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 40407 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 40414 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 40481 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 40488 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 40495 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 40502 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 40509 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 40516 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 40523 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 40530 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 40537 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 40545 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 40552 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 40577 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 40584 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 40598 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 diagnostics generated. -tgmath_h.pass.cpp:26:2: error: #error is not implemented -#error is not implemented - ^ -1 diagnostic generated. -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -#error operator>>(basic_istream& is, complex& x) not implemented. - ^ -1 diagnostic generated. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -#error operator<<(basic_ostream& o, const complex& x) not implemented. - ^ -1 diagnostic generated. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 42768 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 42776 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 42783 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 42790 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 42797 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 42804 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 42812 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 42819 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 42826 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 42833 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 42840 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 42847 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 42854 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 42861 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 42868 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 42875 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 42882 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 42889 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 42896 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 44038 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 44046 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 44067 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 44075 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 diagnostic generated. -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -./testit: line 96: 45221 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 46079 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 5 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 diagnostics generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(A_int_1(), i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:198:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:198:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:199:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:199:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, a)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:202:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:202:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:207:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:207:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:210:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:210:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:211:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:211:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:216:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:216:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:217:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, a)() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:217:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, a)() == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:219:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:219:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:220:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_lvalue.pass.cpp:221:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:221:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:222:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:222:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:223:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(ap) = 7; - ~~~~~^ -invoke_lvalue.pass.cpp:224:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:224:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ~~~~~^ -invoke_lvalue.pass.cpp:255:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(i, j); - ~~~~~^ -invoke_lvalue.pass.cpp:258:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, _1)(j); - ~~~~~^ -invoke_lvalue.pass.cpp:261:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, j)(); - ~~~~~^ -invoke_lvalue.pass.cpp:268:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j); - ~~~~~^ -invoke_lvalue.pass.cpp:271:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(j, A_void_2()); - ~~~~~^ -41 diagnostics generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), 4)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(A_int_1(), 4)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:184:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:184:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:185:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:185:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:188:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:188:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:195:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:195:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:196:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:196:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:200:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:200:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:203:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:203:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:204:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_rvalue.pass.cpp:205:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:205:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:206:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:206:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:207:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(&a) = 7; - ~~~~~^ -invoke_rvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ~~~~~^ -invoke_rvalue.pass.cpp:237:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(2, 3); - ~~~~~^ -invoke_rvalue.pass.cpp:240:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:243:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:249:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), 3); - ~~~~~^ -invoke_rvalue.pass.cpp:252:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(3, A_void_2()); - ~~~~~^ -41 diagnostics generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 diagnostics generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 diagnostics generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -8 diagnostics generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -14 diagnostics generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -14 diagnostics generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:915: -../../../../include/__functional_03:72:11: note: candidate function [with $0 = A, $1 = int, $2 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -14 diagnostics generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp:68:5: error: invalid operands to binary expression ('__ref_return0::type' (aka 'void') and 'int') - assert(r1() == 4); - ^~~~~~~~~~~~~~~~~ -invoke_int_0.pass.cpp:68:17: note: instantiated from: - assert(r1() == 4); - ~~~~ ^ ~ -1 diagnostic generated. -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-JTW9Zx.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-jOKZDG.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-bx1cDJ.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -pointer_deleter01.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 37 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-LLuEFf.o - _main in cc-LLuEFf.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 48090 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1207:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -3 diagnostics generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1219:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -3 diagnostics generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1207:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -3 diagnostics generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 diagnostics generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 diagnostics generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 diagnostics generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -8 diagnostics generated. -move_convert07.pass.cpp failed to compile -failed 10 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 38 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-313c4M.o - _main in cc-313c4M.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 48532 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 48539 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 48727 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 48776 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -3 diagnostics generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:45:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:47:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:48:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:49:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:50:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:52:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:52:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:53:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:53:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:54:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:54:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:55:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:55:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:57:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:57:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:58:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:58:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:59:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:59:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:60:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:60:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:62:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:62:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:63:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:63:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:64:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:64:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:65:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:65:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:67:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:67:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:68:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:68:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:69:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:69:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:70:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:70:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:72:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:72:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:73:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:73:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:74:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:74:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:75:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:75:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:78:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:79:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:79:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:81:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:81:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:83:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:83:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:84:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:84:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:86:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:86:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:87:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:87:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:89:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:89:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:90:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:90:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:92:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:92:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:93:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:93:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:95:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:95:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:96:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:96:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:98:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:98:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:99:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:99:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:101:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:101:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:102:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:102:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:105:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:105:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:106:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:106:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:108:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:108:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:110:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:110:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:111:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:111:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:113:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:113:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:114:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:114:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:116:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:116:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:117:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:117:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:119:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:119:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:120:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:120:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:122:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:122:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:123:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:123:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:125:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:125:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:126:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:126:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:128:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:128:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:129:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:129:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:132:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:132:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:133:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:133:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:134:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:134:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:135:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:135:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:137:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:137:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:138:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:138:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:140:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:140:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:141:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:141:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:143:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:143:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:144:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:144:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:145:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:145:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:146:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:146:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:148:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:148:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:149:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:149:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:150:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:150:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:151:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:151:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:153:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:153:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:154:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:154:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:155:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:155:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:156:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:156:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:158:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:158:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:159:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:159:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:160:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:160:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:161:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:161:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:163:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:163:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:164:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:164:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:165:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:165:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:166:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:166:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:168:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:168:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:169:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:169:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:170:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:170:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:171:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:171:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:174:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:174:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:175:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:175:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:176:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:176:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:177:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:177:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:179:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:179:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:180:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:180:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:182:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:182:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:183:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:183:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:185:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:185:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:186:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:186:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:187:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:187:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:188:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:188:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:190:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:190:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:191:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:191:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:192:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:192:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:193:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:193:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:195:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:195:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:196:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:196:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:197:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:197:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:198:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:198:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:200:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:200:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:201:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:201:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:202:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:202:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:203:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:203:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:205:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:205:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:206:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:206:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:207:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:207:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:208:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:208:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:210:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:210:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:211:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:211:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:212:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:212:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:213:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:213:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:216:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:216:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:217:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:217:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:218:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:218:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:219:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:219:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:221:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:221:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:222:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:222:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:224:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:224:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:225:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:225:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:227:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:227:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:228:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:228:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:229:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:229:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:230:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:230:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:232:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:232:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:233:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:233:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:234:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:234:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:235:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:235:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:237:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:237:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:238:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:238:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:239:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:239:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:240:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:240:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:242:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:242:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:243:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:243:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:244:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:244:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:245:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:245:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:247:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:247:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:248:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:248:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:249:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:249:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:250:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:250:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:252:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:252:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:253:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:253:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:254:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:254:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:255:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:255:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:258:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:258:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:259:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:259:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:260:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:260:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:261:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:261:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:263:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:263:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:264:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:264:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:266:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:266:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:267:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:267:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:269:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:269:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:270:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:270:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:271:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:271:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:272:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:272:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:274:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:274:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:275:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:275:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:276:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:276:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:277:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:277:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:279:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:279:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:280:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:280:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:281:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:281:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:282:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:282:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:284:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:284:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:285:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:285:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:286:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:286:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:287:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:287:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:289:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:289:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:290:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:290:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:291:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:291:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:292:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:292:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:294:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:294:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:295:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:295:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:296:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:296:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:297:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:297:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:300:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:300:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:301:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:301:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:302:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:302:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:303:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:303:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:305:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:305:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:306:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:306:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:308:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:308:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:309:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:309:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:311:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:311:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:312:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:312:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:313:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:313:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:314:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:314:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:316:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:316:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:317:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:317:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:318:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:318:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:319:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:319:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:321:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:321:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:322:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:322:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:323:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:323:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:324:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:324:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:326:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:326:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:327:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:327:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:328:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:328:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:329:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:329:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:331:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:331:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:332:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:332:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:333:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:333:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:334:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:334:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:336:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:336:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:337:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:337:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:338:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:338:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:339:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:339:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:342:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:342:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:343:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:343:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:344:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:344:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:345:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:345:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:347:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:347:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:348:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:348:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:350:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:350:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:351:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:351:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:353:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:353:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:354:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:354:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:355:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:355:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:356:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:356:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:358:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:358:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:359:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:359:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:360:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:360:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:361:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:361:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:363:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:363:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:364:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:364:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:365:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:365:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:366:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:366:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:368:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:368:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:369:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:369:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:370:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:370:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:371:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:371:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:373:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:373:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:374:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:374:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:375:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:375:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:376:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:376:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:378:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:378:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:379:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:379:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:380:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:380:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:381:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:381:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:140: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -774 diagnostics generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:99:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:100:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:104:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:105:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:109:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:114:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:115:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:119:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:120:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:124:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:129:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:130:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:134:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:135:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -66 diagnostics generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, int>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:32:38: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:60: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:60: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:5: error: expected ')' -underlying_type.pass.cpp:32:5: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:19: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:33:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, char>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:33:38: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:61: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:61: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:5: error: expected ')' -underlying_type.pass.cpp:33:5: note: to match this '(' - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:19: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -underlying_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, char>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, char>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:35:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, double>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:35:38: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:69: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:69: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:5: error: expected ')' -underlying_type.pass.cpp:35:5: note: to match this '(' - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:19: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:36:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, int>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:36:38: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:68: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:68: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:5: error: expected ')' -underlying_type.pass.cpp:36:5: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:19: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -underlying_type.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:38:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, double>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:38:38: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:80: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:80: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:5: error: expected ')' -underlying_type.pass.cpp:38:5: note: to match this '(' - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:19: note: instantiated from: - static_assert((std::is_same::type, double>::value), ""); - ^ -underlying_type.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, double>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:39:5: error: no member named 'underlying_type' in namespace 'std' - static_assert((std::is_same::type, long long>::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -underlying_type.pass.cpp:39:38: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ~~~~~^ -underlying_type.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:82: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:82: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:5: error: expected ')' -underlying_type.pass.cpp:39:5: note: to match this '(' - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:19: note: instantiated from: - static_assert((std::is_same::type, long long>::value), ""); - ^ -underlying_type.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, long long>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -underlying_type.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, long long>::value), ""); - ^ -In file included from underlying_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -42 diagnostics generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 5 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -24 diagnostics generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_assign::value, ""); - ^ -In file included from has_nothrow_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -25 diagnostics generated. -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -54 diagnostics generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -45 diagnostics generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_assign::value, ""); - ^ -In file included from has_trivial_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -25 diagnostics generated. -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -54 diagnostics generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -45 diagnostics generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -27 diagnostics generated. -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -18 diagnostics generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:676:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:687:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:691:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -20 diagnostics generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 diagnostics generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -25 diagnostics generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:695:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:700:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:704:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -20 diagnostics generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 diagnostics generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 diagnostics generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:140: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -21 diagnostics generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 49978 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 49985 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:52:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -25 diagnostics generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 diagnostics generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:72:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:82:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_copy.pass.cpp:83:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_copy.pass.cpp:84:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -37 diagnostics generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:73:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:75:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:77:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:78:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:83:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:83:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:85:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_move.pass.cpp:87:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:88:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:90:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:90:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:93:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:93:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:94:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:94:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:95:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:96:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:97:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:98:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:98:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:99:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:99:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:100:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:100:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -47 diagnostics generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:59:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:61:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:63:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -26 diagnostics generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:62:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:63:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:64:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:65:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -26 diagnostics generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -16 diagnostics generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 diagnostics generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc.pass.cpp:49:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:74:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:80:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:91:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:91:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -62 diagnostics generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_UTypes.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), MoveOnly(0)); - ~~~~~^ -alloc_UTypes.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:57:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -alloc_UTypes.pass.cpp:62:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_UTypes.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_UTypes.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_UTypes.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:76:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:81:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:82:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:83:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -63 diagnostics generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), 3); - ~~~~~^ -alloc_const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -alloc_const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), - ~~~~~^ -alloc_const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 10); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t) == 10); - ~~~~~^ -alloc_const_Types.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(15)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(15)); - ~~~~~^ -alloc_const_Types.pass.cpp:67:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:82:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:86:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -59 diagnostics generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_pair.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:45:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:68:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -57 diagnostics generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:43:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -alloc_convert_copy.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(), t0); - ^ -alloc_convert_copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2, 3); - ^ -alloc_convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:70:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:70:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T0' - T0 t0(1.5, 2, 3); - ^ -alloc_convert_copy.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:77:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_copy.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:79:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:79:21: note: instantiated from: - assert(std::get<2>(t1) == 3); - ~~~~~^ -73 diagnostics generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_move.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_move.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_move.pass.cpp:60:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:67:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:69:9: error: use of undeclared identifier 'T0' - T0 t0(std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:74:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:74:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:76:9: error: use of undeclared identifier 'T0' - T0 t0(2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:85:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:85:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T0' - T0 t0(1, 2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:89:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -73 diagnostics generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:69:9: error: use of undeclared identifier 'T' - T t0(2, 3); - ^ -alloc_copy.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:76:21: note: instantiated from: - assert(std::get<1>(t) == 3); - ~~~~~^ -alloc_copy.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:80:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_copy.pass.cpp:83:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:88:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -74 diagnostics generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -alloc_move.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:62:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:70:9: error: use of undeclared identifier 'T' - T t0(0 ,1); - ^ -alloc_move.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:79:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_move.pass.cpp:82:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_move.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -74 diagnostics generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move_pair.pass.cpp:59:49: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -alloc_move_pair.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_move_pair.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_move_pair.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move_pair.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_move_pair.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -alloc_move_pair.pass.cpp:61:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2, std::unique_ptr(new D(3))); - ^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -57 diagnostics generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:73:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == 0.0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<3>(t) == 0.0); - ~~~~~^ -25 diagnostics generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 diagnostics generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:67:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:68:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:76:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:76:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:77:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_copy.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:82:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -33 diagnostics generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:72:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:73:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:80:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_move.pass.cpp:81:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:83:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:89:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:89:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:90:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:91:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -42 diagnostics generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -22 diagnostics generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 diagnostics generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -22 diagnostics generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:33: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -15 diagnostics generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 diagnostics generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 diagnostics generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:84:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:86:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:88:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:89:21: note: instantiated from: - assert(std::get<2>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:92:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:93:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:94:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:95:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:95:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:96:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:96:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:97:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:97:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:100:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:101:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:102:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:104:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:104:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:105:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:105:21: note: instantiated from: - assert(std::get<1>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:106:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:106:21: note: instantiated from: - assert(std::get<2>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:107:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:107:21: note: instantiated from: - assert(std::get<3>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:110:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:111:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:112:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:114:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:114:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:115:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:115:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:116:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:116:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:117:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:117:21: note: instantiated from: - assert(std::get<3>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:120:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(1, 2); - ~~~~~^ -tuple_cat.pass.cpp:121:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(nullptr, 4); - ~~~~~^ -tuple_cat.pass.cpp:122:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:124:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:124:21: note: instantiated from: - assert(std::get<0>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:125:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:125:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:126:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:126:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:127:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:127:21: note: instantiated from: - assert(std::get<3>(t3) == 4); - ~~~~~^ -54 diagnostics generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_const.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -21 diagnostics generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_non_const.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:62:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_non_const.pass.cpp:63:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:64:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_non_const.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == 4); - ~~~~~^ -27 diagnostics generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: expected ')' -tuple_element.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: expected ')' -tuple_element.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: expected ')' -tuple_element.pass.cpp:56:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: expected ')' -tuple_element.pass.cpp:58:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -60 diagnostics generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: expected ')' -tuple_size.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: expected ')' -tuple_size.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -44 diagnostics generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 diagnostics generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:64:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:64:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:65:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:65:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:66:15: error: unknown type name 'T2' - const T2 t2(1, char(2)); - ^ -eq.pass.cpp:66:18: error: excess elements in scalar initializer - const T2 t2(1, char(2)); - ^ ~~~~~~~~~~ -eq.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:73:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(1, char(3)); - ^ -eq.pass.cpp:74:18: error: excess elements in scalar initializer - const T2 t2(1, char(3)); - ^ ~~~~~~~~~~ -eq.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:81:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:81:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:82:15: error: unknown type name 'T2' - const T2 t2(1.1, char(2)); - ^ -eq.pass.cpp:82:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(2)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:87:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:87:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:89:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:89:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:90:15: error: unknown type name 'T2' - const T2 t2(1.1, char(3)); - ^ -eq.pass.cpp:90:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(3)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:95:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:95:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:96:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:96:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:97:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:97:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:98:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -eq.pass.cpp:98:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:103:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:103:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:104:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:104:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:105:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:105:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:106:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -eq.pass.cpp:106:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -eq.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -eq.pass.cpp:119:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:119:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:120:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:120:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:121:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:121:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:122:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -eq.pass.cpp:122:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -eq.pass.cpp:127:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:127:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:128:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:128:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:129:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:129:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:130:15: error: unknown type name 'T2' - const T2 t2(1, 3, 2); - ^ -eq.pass.cpp:130:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 2); - ^ ~~~~~~~ -eq.pass.cpp:135:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:135:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:136:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:136:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:137:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:137:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:138:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 2); - ^ -eq.pass.cpp:138:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 2); - ^ ~~~~~~~~~ -eq.pass.cpp:143:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:143:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:144:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:144:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:145:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:145:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:146:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 3); - ^ -eq.pass.cpp:146:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 2); - ^ -eq.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 2); - ^ ~~~~~~~~~ -114 diagnostics generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:82:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:82:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:83:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:84:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -lt.pass.cpp:91:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:91:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:92:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:92:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:93:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:93:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:94:15: error: unknown type name 'T2' - const T2 t2(1, 2); - ^ -lt.pass.cpp:94:18: error: excess elements in scalar initializer - const T2 t2(1, 2); - ^ ~~~~ -lt.pass.cpp:101:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:101:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:102:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:102:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:103:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:103:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:104:15: error: unknown type name 'T2' - const T2 t2(0.9, 2); - ^ -lt.pass.cpp:104:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2); - ^ ~~~~~~ -lt.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1.1, 2); - ^ -lt.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2); - ^ ~~~~~~ -lt.pass.cpp:121:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:121:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:122:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:122:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:123:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:123:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:124:15: error: unknown type name 'T2' - const T2 t2(1, 1); - ^ -lt.pass.cpp:124:18: error: excess elements in scalar initializer - const T2 t2(1, 1); - ^ ~~~~ -lt.pass.cpp:131:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:131:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:132:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:132:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:133:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:133:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:134:15: error: unknown type name 'T2' - const T2 t2(1, 3); - ^ -lt.pass.cpp:134:18: error: excess elements in scalar initializer - const T2 t2(1, 3); - ^ ~~~~ -lt.pass.cpp:141:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:141:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:142:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:142:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:143:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:143:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:144:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -lt.pass.cpp:144:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(0.9, 2, 3); - ^ -lt.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:161:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:161:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:162:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:162:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:163:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:163:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:164:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -lt.pass.cpp:164:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:171:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:171:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:172:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:172:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:173:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:173:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:174:15: error: unknown type name 'T2' - const T2 t2(1, 1, 3); - ^ -lt.pass.cpp:174:18: error: excess elements in scalar initializer - const T2 t2(1, 1, 3); - ^ ~~~~~~~ -lt.pass.cpp:181:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:181:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:182:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:182:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:183:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:183:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:184:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -lt.pass.cpp:184:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -lt.pass.cpp:191:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:191:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:192:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:192:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:193:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:193:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:194:15: error: unknown type name 'T2' - const T2 t2(1, 2, 2); - ^ -lt.pass.cpp:194:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 2); - ^ ~~~~~~~ -lt.pass.cpp:201:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:201:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:202:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:202:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:203:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:203:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:204:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -lt.pass.cpp:204:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -120 diagnostics generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -non_member_swap.pass.cpp:65:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -non_member_swap.pass.cpp:66:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -non_member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -non_member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:72:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -32 diagnostics generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:55:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -member_swap.pass.cpp:65:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:65:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -36 diagnostics generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: expected ')' -uses_allocator.pass.cpp:45:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:50:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:51:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: expected ')' -uses_allocator.pass.cpp:50:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:55:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:56:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: expected ')' -uses_allocator.pass.cpp:55:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -44 diagnostics generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1205:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1217:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1205:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1217:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -10 diagnostics generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using clang version 1.5 (trunk 100008) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 139 -sections with failures : 147 -sections without failures: 747 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 561 -number of tests passed : 2736 - + ---- -total number of tests : 3297 -**************************************************** diff --git a/test_results/2010-04-01 g++-4_2_i386 b/test_results/2010-04-01 g++-4_2_i386 deleted file mode 100644 index 63a24dcb..00000000 --- a/test_results/2010-04-01 g++-4_2_i386 +++ /dev/null @@ -1,5024 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1281: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1195: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1220: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1172: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1167: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 72699 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 72709 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 72947 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 139 -sections with failures : 38 -sections without failures: 856 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 110 -number of tests passed : 3187 - + ---- -total number of tests : 3297 -**************************************************** diff --git a/test_results/2010-04-01 g++-4_2_x86_64 b/test_results/2010-04-01 g++-4_2_x86_64 deleted file mode 100644 index 5b02a401..00000000 --- a/test_results/2010-04-01 g++-4_2_x86_64 +++ /dev/null @@ -1,5024 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 17 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 23 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 21 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 29 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 31 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:1569: error: ‘void std::__1::basic_iostream<_CharT, _Traits>::swap(std::__1::basic_iostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_iostream >::basic_iostream(const std::__1::basic_iostream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/iosfwd: In member function ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’: -../../../../../../include/iosfwd:121: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_iostream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_iostream >& std::__1::basic_iostream >::operator=(const std::__1::basic_iostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -../../../../../../include/istream: In function ‘int main()’: -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../../include/istream:338: error: ‘void std::__1::basic_istream<_CharT, _Traits>::swap(std::__1::basic_istream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_istream >::basic_istream(const std::__1::basic_istream >&)’ first required here -../../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../../include/iosfwd:116: error: within this context -../../../../../../include/iosfwd: In member function ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’: -../../../../../../include/iosfwd:119: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_istream >]’: -../../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_istream >& std::__1::basic_istream >::operator=(const std::__1::basic_istream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -../../../../../include/ostream: In function ‘int main()’: -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = char, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:48: error: within this context -../../../../../include/ostream:300: error: ‘void std::__1::basic_ostream<_CharT, _Traits>::swap(std::__1::basic_ostream<_CharT, _Traits>&) [with _CharT = wchar_t, _Traits = std::__1::char_traits]’ is protected -member_swap.pass.cpp:71: error: within this context -member_swap.pass.cpp failed to compile -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:49: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In copy constructor ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’: -../../../../../include/iosfwd:116: instantiated from ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’ -nonmember_swap.pass.cpp:72: instantiated from here -../../../../../include/ios:322: error: ‘std::__1::ios_base::ios_base(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In copy constructor ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >::basic_ios(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1392: note: synthesized method ‘std::__1::basic_ostream >::basic_ostream(const std::__1::basic_ostream >&)’ first required here -../../../../../include/ios: In member function ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’: -../../../../../include/ios:323: error: ‘std::__1::ios_base& std::__1::ios_base::operator=(const std::__1::ios_base&)’ is private -../../../../../include/iosfwd:116: error: within this context -../../../../../include/iosfwd: In member function ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’: -../../../../../include/iosfwd:120: note: synthesized method ‘std::__1::basic_ios >& std::__1::basic_ios >::operator=(const std::__1::basic_ios >&)’ first required here -../../../../../include/type_traits: In function ‘void std::__1::swap(_Tp&, _Tp&) [with _Tp = std::__1::basic_ostream >]’: -../../../../../include/type_traits:1393: note: synthesized method ‘std::__1::basic_ostream >& std::__1::basic_ostream >::operator=(const std::__1::basic_ostream >&)’ first required here -nonmember_swap.pass.cpp failed to compile -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/cstdint/stdinth -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/cfenv/fenv -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/cmplxh -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.concept -not implemented: /test/numerics/rand/rand.concept/rand.concept.adapt -not implemented: /test/numerics/rand/rand.concept/rand.concept.distr -not implemented: /test/numerics/rand/rand.concept/rand.concept.eng -not implemented: /test/numerics/rand/rand.concept/rand.concept.seedseq -not implemented: /test/numerics/rand/rand.concept/rand.concept.urng -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isplace -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:66: note: typename std::__1::__ref_return2::type, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(typename std::__1::__callable_type<_Tp>::type) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A, _A1 = int, _A2 = int, _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__ref_return0::type>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:73: note: typename std::__1::__ref_return3::type, _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)] -../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_A0>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’: -../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__ref_return1::type, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:953: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.ret -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -type_ctor.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -ref_1.fail.cpp should not compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -invoke_int_0.pass.cpp: In function ‘void test_int_0()’: -invoke_int_0.pass.cpp:68: error: void value not ignored as it ought to be -../../../../../include/__functional_base_03: In function ‘typename std::__1::__ref_return0<_Tp>::type std::__1::__invoke(_F&) [with _F = A_int_0]’: -../../../../../include/__functional_base_03:1281: instantiated from ‘typename std::__1::__ref_return0::type>::type std::__1::reference_wrapper<_Tp>::operator()() const [with _Tp = A_int_0]’ -invoke_int_0.pass.cpp:68: instantiated from here -../../../../../include/__functional_base_03:1195: error: return-statement with a value, in function returning 'void' -invoke_int_0.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 8 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1220: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1172: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1167: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1208: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 8807 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 8817 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 9055 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp: In function ‘int main()’: -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:32: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:32: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:32: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:33: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:33: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:33: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:35: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:35: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:35: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:36: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:36: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:36: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:38: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:38: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:38: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: ‘underlying_type’ is not a member of ‘std’ -underlying_type.pass.cpp:39: error: wrong number of template arguments (1, should be 2) -../../../../../include/type_traits:505: error: provided for ‘template struct std::__1::is_same’ -underlying_type.pass.cpp:39: error: a comma operator cannot appear in a constant-expression -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp:39: error: template argument 1 is invalid -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:80: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:81: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:82: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:89: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp:90: instantiated from here -has_nothrow_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:80: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:81: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:82: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:89: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp:90: instantiated from here -has_trivial_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:688: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:692: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:678: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:697: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:701: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:705: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:696: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 15 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/type.index/type.index.templ -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1206: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 139 -sections with failures : 38 -sections without failures: 856 - + ---- -total number of sections : 1033 ----------------------------------------------------- -number of tests failed : 110 -number of tests passed : 3187 - + ---- -total number of tests : 3297 -**************************************************** diff --git a/test_results/2010-04-08 clang_i386 b/test_results/2010-04-08 clang_i386 deleted file mode 100644 index 5bd29da6..00000000 --- a/test_results/2010-04-08 clang_i386 +++ /dev/null @@ -1,25439 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -#error unordered_map == unordered_map not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -emplace.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -1 error generated. -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -insert_range.pass.cpp:54:18: error: use of undeclared identifier 'input_iterator' - c.insert(input_iterator(a), input_iterator(a + sizeof(a)/sizeof(a[0]))); - ^ -2 errors generated. -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -#error unordered_multimap == unordered_multimap not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -emplace.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -1 error generated. -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -insert_range.pass.cpp:54:18: error: use of undeclared identifier 'input_iterator' - c.insert(input_iterator(a), input_iterator(a + sizeof(a)/sizeof(a[0]))); - ^ -2 errors generated. -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -#error unordered_multiset == unordered_multiset not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -#error unordered_set == unordered_set not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 436 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 446 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 453 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 460 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 471 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 478 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 501 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 508 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 519 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 526 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 533 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 540 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 562 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 569 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 580 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 591 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 598 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 605 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 1110 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 1431 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 1445 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 1457 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 1476 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 1487 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 1494 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 1501 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 1508 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 1530 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 1544 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 1556 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 1570 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 1577 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 1589 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 1597 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 1604 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 1611 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 1633 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 1647 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 1659 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 1673 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 1681 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 1693 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 1700 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 1707 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 1714 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 1736 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 1750 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 1762 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 1776 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 1783 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 1795 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 1802 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 1809 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 1816 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 1849 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 1856 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 1863 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 1870 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 1903 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 1929 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 1963 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 1989 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 2001 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 2023 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 2030 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 2037 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 2044 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 2051 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 2058 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 2065 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 2072 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 2079 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 2086 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 2093 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 2100 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 2107 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 2129 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 2136 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 2143 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 2150 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 2157 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 2164 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 2171 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 2178 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 2185 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 2192 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 2203 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 2225 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 2232 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 2239 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 2246 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 2253 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 2260 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 2267 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 2274 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 2281 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 2288 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 2295 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 2302 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 2309 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 2316 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 2323 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 2330 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 2337 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 2344 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 2377 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 2403 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 2437 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 2444 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 2451 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 2458 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 2469 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 2476 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 2484 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 2491 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 2498 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 2506 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 2514 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 2521 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 2528 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 2535 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 2542 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 2549 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 2556 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 2567 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 2574 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 2581 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 2588 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 2595 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 2603 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 2610 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 2617 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 2624 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 2631 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 2642 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 2649 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 2656 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 2678 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 2685 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 2692 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 2703 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 2710 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 2717 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 2728 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 2735 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 2746 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 2753 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 2760 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 2767 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 2774 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 2781 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 2977 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 2988 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 2995 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 3002 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 3009 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 3016 Bus error ./a.out -move.pass.cpp failed at run time -./testit: line 96: 3023 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 3030 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 3037 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 3044 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 3051 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 3058 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 3065 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 3072 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 3083 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 3090 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 3097 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 3104 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 3111 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 3118 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 3125 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 3132 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 3139 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 3146 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 3153 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 3175 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 3182 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 3189 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 3196 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 3203 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 3210 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 3217 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 3224 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 3231 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 3242 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 3253 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 3264 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 3271 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 3282 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 3289 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 3414 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 3421 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 3428 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 3439 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 3446 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 3453 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 3490 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 3497 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 3504 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 3511 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 3522 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 3529 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 3536 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 3543 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 3550 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 3557 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 3564 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 3571 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 3578 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 3586 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 3593 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 3600 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 3607 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 3614 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -default.fail.cpp should not compile -failed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 3 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 4062 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 4076 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 4088 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 4102 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 4114 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 4136 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 4150 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 4162 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 4176 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 4188 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 4328 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 4342 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 4354 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 4368 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 4380 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 5539 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 5554 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 5566 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 5573 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 5580 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 5587 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 5594 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 5623 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 5630 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 5637 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 5649 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 5660 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 5671 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 5682 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 5693 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 5700 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 5707 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 5718 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 5786 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 5793 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 5800 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 5811 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 5818 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 5825 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 5847 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 5854 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 5865 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 5872 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 5886 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -Assertion failed: (A::constructed == 0), function main, file current_exception.pass.cpp, line 59. -./testit: line 96: 6225 Abort trap ./a.out -current_exception.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file make_exception_ptr.pass.cpp, line 61. -./testit: line 96: 6240 Abort trap ./a.out -make_exception_ptr.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file rethrow_exception.pass.cpp, line 69. -./testit: line 96: 6247 Abort trap ./a.out -rethrow_exception.pass.cpp failed at run time -failed 3 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -./testit: line 96: 6786 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 6815 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 6827 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 6834 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 6841 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 6906 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 6936 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 6943 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 6950 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 6957 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 6964 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 6971 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 6985 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 6992 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 6999 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 7006 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 7013 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 7020 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 7089 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 7096 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 7103 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 7110 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 7123 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 7130 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 7137 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 7144 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 7151 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 7158 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 7165 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 7172 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 7179 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 7186 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 7193 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 7200 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 7207 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 7214 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 7221 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 7228 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 7235 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 7242 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 7249 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 7256 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 7263 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 7270 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 7277 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 7284 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 7291 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 7298 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 7305 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 7312 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 7319 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 7380 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 7392 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 7399 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 7406 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 7413 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 7420 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 7427 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 7434 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 7441 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 7448 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 7455 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 7462 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 7469 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 7684 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 7691 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 7698 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 7705 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 7712 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 7752 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 7759 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 7766 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 7773 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 7780 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 8001 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 8021 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 8029 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 8041 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 8048 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 8055 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 8062 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 8069 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 8109 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 8116 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 8123 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 8130 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 8137 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 8144 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 8151 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 8158 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 8165 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 8172 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 8179 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 8244 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 8251 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 8258 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 8265 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 8272 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 8279 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 8286 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 8293 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 8300 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 8307 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 8314 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 8351 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 8358 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 8365 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 8372 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 8379 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range [-pedantic] - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -./testit: line 96: 8386 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 8394 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 8401 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 8408 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 8415 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 8422 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 8429 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 8459 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 8466 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 8488 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 8517 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 8531 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 8538 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 8545 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 8552 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 8559 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 8653 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 8660 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 8667 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 8678 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 8686 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 8693 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 8702 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 8710 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 8717 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 8728 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 8749 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 8756 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 8769 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 8776 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 8844 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 8851 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 8858 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 8865 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 8872 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 8879 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 8886 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 8893 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 8900 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 8908 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 8915 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 8940 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 8947 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 8961 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -tgmath_h.pass.cpp:26:2: error: #error is not implemented -#error is not implemented - ^ -1 error generated. -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -#error operator>>(basic_istream& is, complex& x) not implemented. - ^ -1 error generated. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -#error operator<<(basic_ostream& o, const complex& x) not implemented. - ^ -1 error generated. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 11766 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 11796 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 11825 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 11839 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 11860 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 11896 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 11928 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 11964 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 11989 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 12003 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 12017 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 12024 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 12035 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 12042 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 12049 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 12059 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 12066 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 12073 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 12084 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 14678 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 14700 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 14756 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 14784 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -./testit: line 96: 17100 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -./testit: line 96: 20751 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 24588 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(A_int_1(), i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:198:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:198:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:199:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:199:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, a)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:202:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:202:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:207:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:207:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:210:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:210:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:211:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:211:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:216:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:216:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:217:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, a)() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:217:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, a)() == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:219:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:219:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:220:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_lvalue.pass.cpp:221:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:221:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:222:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:222:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:223:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(ap) = 7; - ~~~~~^ -invoke_lvalue.pass.cpp:224:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:224:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ~~~~~^ -invoke_lvalue.pass.cpp:255:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(i, j); - ~~~~~^ -invoke_lvalue.pass.cpp:258:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, _1)(j); - ~~~~~^ -invoke_lvalue.pass.cpp:261:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, j)(); - ~~~~~^ -invoke_lvalue.pass.cpp:268:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j); - ~~~~~^ -invoke_lvalue.pass.cpp:271:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(j, A_void_2()); - ~~~~~^ -41 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), 4)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(A_int_1(), 4)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:184:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:184:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:185:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:185:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:188:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:188:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:195:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:195:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:196:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:196:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:200:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:200:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:203:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:203:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:204:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_rvalue.pass.cpp:205:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:205:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:206:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:206:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:207:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(&a) = 7; - ~~~~~^ -invoke_rvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ~~~~~^ -invoke_rvalue.pass.cpp:237:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(2, 3); - ~~~~~^ -invoke_rvalue.pass.cpp:240:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:243:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:249:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), 3); - ~~~~~^ -invoke_rvalue.pass.cpp:252:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(3, A_void_2()); - ~~~~~^ -41 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 4 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-NQjWms.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-qAo7or.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-t77my3.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -pointer_deleter01.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 37 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-A2ADAj.o - _main in cc-A2ADAj.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 27441 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1213:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1225:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1213:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 10 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 38 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-tChHjK.o - _main in cc-tChHjK.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 28758 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 28783 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 29240 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 29309 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:45:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:47:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:48:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:49:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:50:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:52:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:52:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:53:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:53:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:54:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:54:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:55:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:55:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:57:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:57:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:58:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:58:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:59:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:59:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:60:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:60:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:62:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:62:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:63:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:63:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:64:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:64:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:65:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:65:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:67:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:67:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:68:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:68:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:69:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:69:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:70:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:70:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:72:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:72:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:73:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:73:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:74:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:74:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:75:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:75:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:78:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:79:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:79:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:81:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:81:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:83:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:83:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:84:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:84:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:86:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:86:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:87:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:87:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:89:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:89:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:90:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:90:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:92:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:92:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:93:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:93:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:95:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:95:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:96:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:96:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:98:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:98:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:99:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:99:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:101:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:101:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:102:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:102:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:105:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:105:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:106:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:106:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:108:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:108:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:110:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:110:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:111:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:111:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:113:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:113:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:114:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:114:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:116:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:116:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:117:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:117:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:119:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:119:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:120:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:120:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:122:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:122:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:123:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:123:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:125:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:125:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:126:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:126:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:128:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:128:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:129:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:129:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:132:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:132:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:133:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:133:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:134:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:134:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:135:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:135:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:137:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:137:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:138:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:138:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:140:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:140:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:141:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:141:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:143:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:143:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:144:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:144:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:145:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:145:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:146:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:146:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:148:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:148:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:149:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:149:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:150:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:150:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:151:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:151:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:153:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:153:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:154:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:154:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:155:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:155:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:156:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:156:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:158:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:158:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:159:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:159:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:160:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:160:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:161:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:161:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:163:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:163:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:164:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:164:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:165:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:165:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:166:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:166:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:168:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:168:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:169:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:169:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:170:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:170:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:171:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:171:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:174:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:174:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:175:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:175:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:176:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:176:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:177:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:177:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:179:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:179:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:180:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:180:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:182:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:182:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:183:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:183:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:185:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:185:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:186:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:186:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:187:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:187:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:188:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:188:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:190:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:190:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:191:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:191:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:192:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:192:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:193:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:193:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:195:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:195:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:196:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:196:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:197:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:197:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:198:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:198:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:200:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:200:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:201:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:201:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:202:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:202:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:203:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:203:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:205:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:205:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:206:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:206:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:207:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:207:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:208:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:208:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:210:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:210:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:211:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:211:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:212:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:212:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:213:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:213:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:216:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:216:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:217:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:217:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:218:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:218:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:219:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:219:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:221:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:221:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:222:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:222:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:224:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:224:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:225:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:225:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:227:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:227:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:228:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:228:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:229:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:229:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:230:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:230:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:232:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:232:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:233:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:233:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:234:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:234:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:235:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:235:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:237:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:237:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:238:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:238:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:239:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:239:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:240:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:240:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:242:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:242:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:243:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:243:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:244:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:244:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:245:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:245:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:247:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:247:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:248:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:248:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:249:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:249:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:250:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:250:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:252:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:252:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:253:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:253:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:254:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:254:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:255:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:255:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:258:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:258:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:259:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:259:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:260:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:260:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:261:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:261:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:263:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:263:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:264:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:264:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:266:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:266:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:267:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:267:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:269:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:269:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:270:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:270:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:271:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:271:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:272:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:272:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:274:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:274:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:275:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:275:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:276:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:276:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:277:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:277:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:279:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:279:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:280:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:280:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:281:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:281:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:282:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:282:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:284:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:284:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:285:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:285:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:286:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:286:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:287:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:287:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:289:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:289:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:290:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:290:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:291:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:291:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:292:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:292:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:294:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:294:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:295:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:295:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:296:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:296:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:297:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:297:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:300:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:300:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:301:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:301:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:302:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:302:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:303:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:303:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:305:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:305:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:306:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:306:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:308:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:308:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:309:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:309:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:311:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:311:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:312:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:312:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:313:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:313:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:314:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:314:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:316:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:316:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:317:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:317:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:318:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:318:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:319:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:319:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:321:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:321:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:322:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:322:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:323:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:323:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:324:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:324:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:326:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:326:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:327:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:327:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:328:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:328:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:329:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:329:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:331:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:331:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:332:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:332:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:333:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:333:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:334:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:334:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:336:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:336:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:337:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:337:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:338:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:338:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:339:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:339:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:342:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:342:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:343:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:343:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:344:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:344:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:345:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:345:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:347:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:347:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:348:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:348:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:350:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:350:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:351:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:351:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:353:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:353:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:354:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:354:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:355:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:355:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:356:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:356:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:358:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:358:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:359:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:359:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:360:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:360:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:361:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:361:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:363:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:363:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:364:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:364:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:365:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:365:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:366:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:366:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:368:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:368:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:369:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:369:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:370:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:370:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:371:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:371:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:373:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:373:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:374:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:374:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:375:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:375:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:376:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:376:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:378:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:378:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:379:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:379:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:380:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:380:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:381:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:381:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -774 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:99:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:100:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:104:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:105:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:109:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:114:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:115:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:119:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:120:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:124:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:129:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:130:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:134:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:135:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -33 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -24 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -24 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -4 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -4 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -21 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 31809 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 31823 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:52:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -25 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:72:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:82:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_copy.pass.cpp:83:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_copy.pass.cpp:84:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -37 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:73:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:75:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:77:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:78:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:83:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:83:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:85:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_move.pass.cpp:87:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:88:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:90:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:90:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:93:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:93:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:94:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:94:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:95:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:96:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:97:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:98:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:98:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:99:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:99:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:100:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:100:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -47 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:59:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:61:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:63:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -26 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:62:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:63:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:64:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:65:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -26 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc.pass.cpp:49:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:74:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:80:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:91:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:91:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -50 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_UTypes.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), MoveOnly(0)); - ~~~~~^ -alloc_UTypes.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:57:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -alloc_UTypes.pass.cpp:62:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_UTypes.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_UTypes.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_UTypes.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:76:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:81:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:82:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:83:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -51 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), 3); - ~~~~~^ -alloc_const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -alloc_const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), - ~~~~~^ -alloc_const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 10); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t) == 10); - ~~~~~^ -alloc_const_Types.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(15)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(15)); - ~~~~~^ -alloc_const_Types.pass.cpp:67:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:82:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:86:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -47 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_pair.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:45:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:68:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -45 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:43:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -alloc_convert_copy.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(), t0); - ^ -alloc_convert_copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2, 3); - ^ -alloc_convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:70:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:70:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T0' - T0 t0(1.5, 2, 3); - ^ -alloc_convert_copy.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:77:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_copy.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:79:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:79:21: note: instantiated from: - assert(std::get<2>(t1) == 3); - ~~~~~^ -61 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_move.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_move.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_move.pass.cpp:60:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:67:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:69:9: error: use of undeclared identifier 'T0' - T0 t0(std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:74:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:74:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:76:9: error: use of undeclared identifier 'T0' - T0 t0(2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:85:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:85:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T0' - T0 t0(1, 2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:89:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -61 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:69:9: error: use of undeclared identifier 'T' - T t0(2, 3); - ^ -alloc_copy.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:76:21: note: instantiated from: - assert(std::get<1>(t) == 3); - ~~~~~^ -alloc_copy.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:80:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_copy.pass.cpp:83:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:88:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -62 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -alloc_move.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:62:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:70:9: error: use of undeclared identifier 'T' - T t0(0 ,1); - ^ -alloc_move.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:79:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_move.pass.cpp:82:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_move.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -62 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move_pair.pass.cpp:59:49: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -alloc_move_pair.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_move_pair.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_move_pair.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move_pair.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_move_pair.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -alloc_move_pair.pass.cpp:61:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2, std::unique_ptr(new D(3))); - ^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -37 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:73:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == 0.0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<3>(t) == 0.0); - ~~~~~^ -25 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:67:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:68:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:76:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:76:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:77:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_copy.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:82:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -33 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:72:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:73:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:80:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_move.pass.cpp:81:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:83:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:89:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:89:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:90:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:91:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -42 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -22 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -22 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -7 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:84:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:86:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:88:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:89:21: note: instantiated from: - assert(std::get<2>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:92:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:93:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:94:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:95:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:95:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:96:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:96:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:97:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:97:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:100:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:101:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:102:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:104:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:104:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:105:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:105:21: note: instantiated from: - assert(std::get<1>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:106:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:106:21: note: instantiated from: - assert(std::get<2>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:107:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:107:21: note: instantiated from: - assert(std::get<3>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:110:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:111:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:112:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:114:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:114:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:115:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:115:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:116:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:116:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:117:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:117:21: note: instantiated from: - assert(std::get<3>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:120:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(1, 2); - ~~~~~^ -tuple_cat.pass.cpp:121:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(nullptr, 4); - ~~~~~^ -tuple_cat.pass.cpp:122:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:124:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:124:21: note: instantiated from: - assert(std::get<0>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:125:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:125:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:126:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:126:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:127:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:127:21: note: instantiated from: - assert(std::get<3>(t3) == 4); - ~~~~~^ -54 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_const.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -21 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_non_const.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:62:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_non_const.pass.cpp:63:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:64:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_non_const.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == 4); - ~~~~~^ -27 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: expected ')' -tuple_element.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: expected ')' -tuple_element.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: expected ')' -tuple_element.pass.cpp:56:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: expected ')' -tuple_element.pass.cpp:58:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -54 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: expected ')' -tuple_size.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: expected ')' -tuple_size.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -40 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:64:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:64:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:65:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:65:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:66:15: error: unknown type name 'T2' - const T2 t2(1, char(2)); - ^ -eq.pass.cpp:66:18: error: excess elements in scalar initializer - const T2 t2(1, char(2)); - ^ ~~~~~~~~~~ -eq.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:73:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(1, char(3)); - ^ -eq.pass.cpp:74:18: error: excess elements in scalar initializer - const T2 t2(1, char(3)); - ^ ~~~~~~~~~~ -eq.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:81:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:81:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:82:15: error: unknown type name 'T2' - const T2 t2(1.1, char(2)); - ^ -eq.pass.cpp:82:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(2)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:87:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:87:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:89:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:89:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:90:15: error: unknown type name 'T2' - const T2 t2(1.1, char(3)); - ^ -eq.pass.cpp:90:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(3)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:95:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:95:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:96:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:96:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:97:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:97:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:98:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -eq.pass.cpp:98:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:103:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:103:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:104:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:104:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:105:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:105:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:106:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -eq.pass.cpp:106:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -eq.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -eq.pass.cpp:119:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:119:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:120:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:120:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:121:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:121:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:122:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -eq.pass.cpp:122:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -eq.pass.cpp:127:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:127:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:128:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:128:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:129:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:129:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:130:15: error: unknown type name 'T2' - const T2 t2(1, 3, 2); - ^ -eq.pass.cpp:130:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 2); - ^ ~~~~~~~ -eq.pass.cpp:135:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:135:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:136:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:136:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:137:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:137:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:138:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 2); - ^ -eq.pass.cpp:138:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 2); - ^ ~~~~~~~~~ -eq.pass.cpp:143:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:143:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:144:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:144:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:145:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:145:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:146:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 3); - ^ -eq.pass.cpp:146:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 2); - ^ -eq.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 2); - ^ ~~~~~~~~~ -114 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:82:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:82:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:83:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:84:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -lt.pass.cpp:91:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:91:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:92:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:92:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:93:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:93:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:94:15: error: unknown type name 'T2' - const T2 t2(1, 2); - ^ -lt.pass.cpp:94:18: error: excess elements in scalar initializer - const T2 t2(1, 2); - ^ ~~~~ -lt.pass.cpp:101:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:101:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:102:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:102:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:103:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:103:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:104:15: error: unknown type name 'T2' - const T2 t2(0.9, 2); - ^ -lt.pass.cpp:104:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2); - ^ ~~~~~~ -lt.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1.1, 2); - ^ -lt.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2); - ^ ~~~~~~ -lt.pass.cpp:121:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:121:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:122:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:122:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:123:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:123:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:124:15: error: unknown type name 'T2' - const T2 t2(1, 1); - ^ -lt.pass.cpp:124:18: error: excess elements in scalar initializer - const T2 t2(1, 1); - ^ ~~~~ -lt.pass.cpp:131:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:131:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:132:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:132:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:133:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:133:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:134:15: error: unknown type name 'T2' - const T2 t2(1, 3); - ^ -lt.pass.cpp:134:18: error: excess elements in scalar initializer - const T2 t2(1, 3); - ^ ~~~~ -lt.pass.cpp:141:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:141:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:142:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:142:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:143:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:143:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:144:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -lt.pass.cpp:144:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(0.9, 2, 3); - ^ -lt.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:161:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:161:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:162:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:162:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:163:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:163:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:164:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -lt.pass.cpp:164:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:171:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:171:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:172:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:172:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:173:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:173:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:174:15: error: unknown type name 'T2' - const T2 t2(1, 1, 3); - ^ -lt.pass.cpp:174:18: error: excess elements in scalar initializer - const T2 t2(1, 1, 3); - ^ ~~~~~~~ -lt.pass.cpp:181:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:181:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:182:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:182:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:183:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:183:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:184:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -lt.pass.cpp:184:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -lt.pass.cpp:191:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:191:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:192:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:192:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:193:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:193:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:194:15: error: unknown type name 'T2' - const T2 t2(1, 2, 2); - ^ -lt.pass.cpp:194:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 2); - ^ ~~~~~~~ -lt.pass.cpp:201:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:201:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:202:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:202:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:203:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:203:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:204:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -lt.pass.cpp:204:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -120 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -non_member_swap.pass.cpp:65:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -non_member_swap.pass.cpp:66:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -non_member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -non_member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:72:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -32 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:55:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -member_swap.pass.cpp:65:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:65:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -36 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: expected ')' -uses_allocator.pass.cpp:45:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:50:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:51:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: expected ')' -uses_allocator.pass.cpp:50:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:55:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:56:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: expected ')' -uses_allocator.pass.cpp:55:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -40 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1211:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1223:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1211:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1223:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -6 errors generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 100677) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 161 -sections without failures: 745 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 603 -number of tests passed : 2715 - + ---- -total number of tests : 3318 -**************************************************** diff --git a/test_results/2010-04-08 clang_x86_64 b/test_results/2010-04-08 clang_x86_64 deleted file mode 100644 index 2006b8be..00000000 --- a/test_results/2010-04-08 clang_x86_64 +++ /dev/null @@ -1,25433 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -#error unordered_map == unordered_map not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -emplace.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -1 error generated. -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -insert_range.pass.cpp:54:18: error: use of undeclared identifier 'input_iterator' - c.insert(input_iterator(a), input_iterator(a + sizeof(a)/sizeof(a[0]))); - ^ -2 errors generated. -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -#error unordered_multimap == unordered_multimap not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -emplace.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:10: fatal error: '../../Emplaceable.h' file not found -#include "../../Emplaceable.h" - ^ -1 error generated. -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -1 error generated. -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:10: fatal error: '../../iterators.h' file not found -#include "../../iterators.h" - ^ -insert_range.pass.cpp:54:18: error: use of undeclared identifier 'input_iterator' - c.insert(input_iterator(a), input_iterator(a + sizeof(a)/sizeof(a[0]))); - ^ -2 errors generated. -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:10: fatal error: '../../MoveOnly.h' file not found -#include "../../MoveOnly.h" - ^ -1 error generated. -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -#error unordered_multiset == unordered_multiset not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -#error unordered_set == unordered_set not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 20710 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 20737 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 20755 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 20762 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 20773 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 20780 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 20804 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 20811 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 20822 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 20829 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 20836 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 20843 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 20865 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 20872 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 20883 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 20894 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 20901 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 20908 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 21416 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -#error PRIiLEAST16 not defined - ^ -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -#error PRIiLEAST32 not defined - ^ -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -#error PRIiLEAST64 not defined - ^ -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -#error PRIiFAST8 not defined - ^ -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -#error PRIiFAST16 not defined - ^ -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -#error PRIiFAST32 not defined - ^ -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -#error PRIiFAST64 not defined - ^ -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -#error PRIiMAX not defined - ^ -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -#error PRIiPTR not defined - ^ -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -#error PRIo8 not defined - ^ -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -#error PRIo16 not defined - ^ -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -#error PRIo32 not defined - ^ -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -#error PRIo64 not defined - ^ -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -#error PRIoLEAST8 not defined - ^ -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -#error PRIoLEAST16 not defined - ^ -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -#error PRIoLEAST32 not defined - ^ -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -#error PRIoLEAST64 not defined - ^ -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -#error PRIoFAST8 not defined - ^ -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -#error PRIoFAST16 not defined - ^ -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -#error PRIoFAST32 not defined - ^ -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -#error PRIoFAST64 not defined - ^ -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -#error PRIoMAX not defined - ^ -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -#error PRIoPTR not defined - ^ -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -#error PRIu8 not defined - ^ -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -#error PRIu16 not defined - ^ -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -#error PRIu32 not defined - ^ -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -#error PRIu64 not defined - ^ -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -#error PRIuLEAST8 not defined - ^ -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -#error PRIuLEAST16 not defined - ^ -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -#error PRIuLEAST32 not defined - ^ -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -#error PRIuLEAST64 not defined - ^ -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -#error PRIuFAST8 not defined - ^ -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -#error PRIuFAST16 not defined - ^ -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -#error PRIuFAST32 not defined - ^ -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -#error PRIuFAST64 not defined - ^ -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -#error PRIuMAX not defined - ^ -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -#error PRIuPTR not defined - ^ -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -#error PRIx8 not defined - ^ -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -#error PRIx16 not defined - ^ -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -#error PRIx32 not defined - ^ -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -#error PRIx64 not defined - ^ -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -#error PRIxLEAST8 not defined - ^ -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -#error PRIxLEAST16 not defined - ^ -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -#error PRIxLEAST32 not defined - ^ -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -#error PRIxLEAST64 not defined - ^ -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -#error PRIxFAST8 not defined - ^ -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -#error PRIxFAST16 not defined - ^ -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -#error PRIxFAST32 not defined - ^ -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -#error PRIxFAST64 not defined - ^ -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -#error PRIxMAX not defined - ^ -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -#error PRIxPTR not defined - ^ -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -#error PRIX8 not defined - ^ -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -#error PRIX16 not defined - ^ -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -#error PRIX32 not defined - ^ -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -#error PRIX64 not defined - ^ -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -#error PRIXLEAST8 not defined - ^ -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -#error PRIXLEAST16 not defined - ^ -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -#error PRIXLEAST32 not defined - ^ -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -#error PRIXLEAST64 not defined - ^ -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -#error PRIXFAST8 not defined - ^ -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -#error PRIXFAST16 not defined - ^ -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -#error PRIXFAST32 not defined - ^ -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -#error PRIXFAST64 not defined - ^ -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -#error PRIXMAX not defined - ^ -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -#error PRIXPTR not defined - ^ -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -#error SCNd8 not defined - ^ -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -#error SCNd16 not defined - ^ -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -#error SCNd32 not defined - ^ -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -#error SCNd64 not defined - ^ -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -#error SCNdLEAST8 not defined - ^ -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -#error SCNdLEAST16 not defined - ^ -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -#error SCNdLEAST32 not defined - ^ -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -#error SCNdLEAST64 not defined - ^ -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -#error SCNdFAST8 not defined - ^ -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -#error SCNdFAST16 not defined - ^ -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -#error SCNdFAST32 not defined - ^ -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -#error SCNdFAST64 not defined - ^ -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -#error SCNdMAX not defined - ^ -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -#error SCNdPTR not defined - ^ -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -#error SCNi8 not defined - ^ -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -#error SCNi16 not defined - ^ -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -#error SCNi32 not defined - ^ -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -#error SCNi64 not defined - ^ -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -#error SCNiLEAST8 not defined - ^ -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -#error SCNiLEAST16 not defined - ^ -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -#error SCNiLEAST32 not defined - ^ -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -#error SCNiLEAST64 not defined - ^ -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -#error SCNiFAST8 not defined - ^ -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -#error SCNiFAST16 not defined - ^ -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -#error SCNiFAST32 not defined - ^ -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -#error SCNiFAST64 not defined - ^ -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -#error SCNiMAX not defined - ^ -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -#error SCNiPTR not defined - ^ -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -#error SCNo8 not defined - ^ -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -#error SCNo16 not defined - ^ -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -#error SCNo32 not defined - ^ -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -#error SCNo64 not defined - ^ -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -#error SCNoLEAST8 not defined - ^ -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -#error SCNoLEAST16 not defined - ^ -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -#error SCNoLEAST32 not defined - ^ -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -#error SCNoLEAST64 not defined - ^ -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -#error SCNoFAST8 not defined - ^ -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -#error SCNoFAST16 not defined - ^ -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -#error SCNoFAST32 not defined - ^ -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -#error SCNoFAST64 not defined - ^ -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -#error SCNoMAX not defined - ^ -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -#error SCNoPTR not defined - ^ -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -#error SCNu8 not defined - ^ -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -#error SCNu16 not defined - ^ -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -#error SCNu32 not defined - ^ -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -#error SCNu64 not defined - ^ -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -#error SCNuLEAST8 not defined - ^ -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -#error SCNuLEAST16 not defined - ^ -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -#error SCNuLEAST32 not defined - ^ -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -#error SCNuLEAST64 not defined - ^ -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -#error SCNuFAST8 not defined - ^ -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -#error SCNuFAST16 not defined - ^ -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -#error SCNuFAST32 not defined - ^ -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -#error SCNuFAST64 not defined - ^ -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -#error SCNuMAX not defined - ^ -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -#error SCNuPTR not defined - ^ -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -#error SCNx8 not defined - ^ -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -#error SCNx16 not defined - ^ -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -#error SCNx32 not defined - ^ -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -#error SCNx64 not defined - ^ -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -#error SCNxLEAST8 not defined - ^ -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -#error SCNxLEAST16 not defined - ^ -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -#error SCNxLEAST32 not defined - ^ -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -#error SCNxLEAST64 not defined - ^ -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -#error SCNxFAST8 not defined - ^ -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -#error SCNxFAST16 not defined - ^ -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -#error SCNxFAST32 not defined - ^ -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -#error SCNxFAST64 not defined - ^ -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -#error SCNxMAX not defined - ^ -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -#error SCNxPTR not defined - ^ -154 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 21745 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 21759 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 21771 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 21790 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 21801 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 21808 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 21815 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 21822 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 21844 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 21858 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 21871 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 21885 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 21892 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 21904 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 21911 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 21918 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 21925 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 21947 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 21961 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 21973 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 21987 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 21995 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 22009 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 22020 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 22027 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 22035 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 22057 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 22072 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 22085 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 22099 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 22106 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 22119 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 22126 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 22133 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 22140 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 22173 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 22180 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 22187 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 22194 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 22227 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 22253 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 22287 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 22313 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 22325 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 22347 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 22354 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 22361 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 22368 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 22375 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 22382 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 22389 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 22396 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 22403 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 22410 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 22417 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 22425 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 22435 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 22457 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 22464 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 22471 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 22478 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 22485 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 22492 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 22499 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 22506 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 22514 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 22521 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 22532 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 22554 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 22561 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 22568 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 22575 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 22582 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 22589 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 22596 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 22603 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 22611 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 22618 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 22625 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 22633 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 22640 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 22647 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 22654 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 22661 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 22668 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 22675 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 22709 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 22735 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 22769 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 22777 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 22784 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 22791 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 22802 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 22809 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 22816 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 22824 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 22831 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 22838 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 22845 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 22852 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 22859 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 22866 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 22873 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 22880 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 22887 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 22898 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 22905 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 22912 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 22919 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 22926 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 22933 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 22940 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 22947 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 22954 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 22961 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 22974 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 22981 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 22988 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 23010 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 23017 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 23024 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 23035 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 23042 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 23049 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 23060 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 23067 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 23078 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 23085 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 23092 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 23099 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 23106 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 23113 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 23457 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 23489 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 23503 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 23517 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 23538 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 23549 Segmentation fault ./a.out -move.pass.cpp failed at run time -./testit: line 96: 23559 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 23570 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 23577 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 23591 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 23609 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 23626 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 23647 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 23672 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 23701 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 23722 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 23747 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 23780 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 23801 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 23811 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 23822 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 23840 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 23861 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 23879 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 23890 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 23926 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 23955 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 23963 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 23976 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 23995 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 24028 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 24049 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 24060 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 24074 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 24092 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 24109 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 24121 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 24147 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 24165 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 24176 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 24410 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 24430 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 24449 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 24474 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 24496 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 24513 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 24581 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 24592 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 24616 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 24628 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 24656 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 24677 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 24705 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 24724 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 24731 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 24745 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 24755 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 24812 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 24837 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 24870 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 24910 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 24927 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 24964 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 24996 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -default.fail.cpp should not compile -failed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 3 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 25921 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 25975 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 26003 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 26055 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 26114 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 26203 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 26306 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 26364 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 26452 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 26536 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 27162 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 27229 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 27289 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 27363 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 27389 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 29108 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 29148 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 29180 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 29208 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 29236 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 29269 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 29298 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 29369 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 29405 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 29444 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 29499 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 29535 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 29589 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 29624 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 29664 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 29727 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 29823 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 29924 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 30215 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 30258 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 30307 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 30386 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 30457 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 30515 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 30551 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 30565 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 30598 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 30612 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 30647 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -Assertion failed: (A::constructed == 0), function main, file current_exception.pass.cpp, line 59. -./testit: line 96: 31014 Abort trap ./a.out -current_exception.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file make_exception_ptr.pass.cpp, line 61. -./testit: line 96: 31036 Abort trap ./a.out -make_exception_ptr.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file rethrow_exception.pass.cpp, line 69. -./testit: line 96: 31043 Abort trap ./a.out -rethrow_exception.pass.cpp failed at run time -failed 3 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -./testit: line 96: 31681 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 31730 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 31752 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 31761 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 31777 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 32006 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 32147 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 32189 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 32227 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 32268 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 32310 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 32372 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 32443 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 32491 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 32537 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 32595 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 32658 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 32673 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 32790 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 32803 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 32822 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 32839 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 32860 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 32876 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 32891 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 32910 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 32952 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 32975 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 33011 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 33077 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 33135 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 33211 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 33238 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 33245 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 33252 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 33259 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 33266 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 33273 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 33280 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 33287 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 33294 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 33301 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 33308 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 33315 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 33322 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 33329 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 33336 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 33343 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 33350 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 33357 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 33364 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 33425 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 33437 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 33444 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 33451 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 33458 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 33465 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 33472 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 33479 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 33486 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 33493 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 33500 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 33508 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 33515 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 33732 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 33739 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 33746 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 33753 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 33760 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 33800 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 33807 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 33814 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 33821 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 33828 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 34049 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 34056 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 34064 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 34071 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 34079 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 34086 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 34093 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 34100 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 34140 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 34147 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 34154 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 34161 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 34168 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 34175 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 34182 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 34189 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 34196 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 34203 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 34210 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 34275 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 34282 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 34289 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 34296 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 34303 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 34310 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 34317 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 34324 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 34331 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 34338 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 34345 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 34382 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 34389 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 34396 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 34403 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 34410 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range [-pedantic] -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range [-pedantic] - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range [-pedantic] - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -./testit: line 96: 34417 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 34424 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 34431 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 34438 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 34445 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 34452 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 34459 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 34489 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 34496 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 34518 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 34547 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 34559 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 34566 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 34573 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 34580 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 34587 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 34681 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 34688 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 34695 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 34702 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 34709 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 34716 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 34723 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 34730 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 34737 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 34748 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 34767 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 34774 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 34785 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 34792 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 34858 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 34865 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 34872 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 34879 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 34886 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 34893 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 34900 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 34907 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 34914 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 34921 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 34928 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 34953 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 34960 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 34974 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x [-pedantic] - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -tgmath_h.pass.cpp:26:2: error: #error is not implemented -#error is not implemented - ^ -1 error generated. -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -#error operator>>(basic_istream& is, complex& x) not implemented. - ^ -1 error generated. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -#error operator<<(basic_ostream& o, const complex& x) not implemented. - ^ -1 error generated. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 37123 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 37131 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 37138 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 37145 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 37152 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 37159 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 37166 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 37173 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 37180 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 37187 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 37194 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 37201 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 37208 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 37215 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 37222 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 37229 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 37236 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 37243 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 37250 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 38398 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 38406 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 38427 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 38434 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 40449 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(A_int_1(), i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:198:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:198:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(a) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:199:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:199:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, a)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(ap) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:202:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:202:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, ap)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:207:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:207:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:210:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:210:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:211:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:211:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, ap)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:216:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:216:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:217:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, a)() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:217:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, a)() == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:219:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:219:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_lvalue.pass.cpp:220:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_lvalue.pass.cpp:221:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:221:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:222:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:222:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 6); - ~~~~~^ -invoke_lvalue.pass.cpp:223:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(ap) = 7; - ~~~~~^ -invoke_lvalue.pass.cpp:224:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:224:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(ap) == 7); - ~~~~~^ -invoke_lvalue.pass.cpp:255:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(i, j); - ~~~~~^ -invoke_lvalue.pass.cpp:258:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, _1)(j); - ~~~~~^ -invoke_lvalue.pass.cpp:261:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, i, j)(); - ~~~~~^ -invoke_lvalue.pass.cpp:268:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j); - ~~~~~^ -invoke_lvalue.pass.cpp:271:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(j, A_void_2()); - ~~~~~^ -41 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), 4)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(A_int_1(), 4)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:184:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:184:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:185:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:185:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, A_int_1())() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, _1)(&a) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:188:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:188:17: note: instantiated from: - assert(std::bind(&A_int_1::mem1, &a)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:193:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:193:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:195:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:195:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:196:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:196:17: note: instantiated from: - assert(std::bind(&A_int_1::mem2, &a)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:200:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:200:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(A_int_1()) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:201:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:201:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, A_int_1())() == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:203:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:203:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 5); - ~~~~~^ -invoke_rvalue.pass.cpp:204:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(a) = 6; - ~~~~~^ -invoke_rvalue.pass.cpp:205:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:205:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:206:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:206:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 6); - ~~~~~^ -invoke_rvalue.pass.cpp:207:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_int_1::data_, _1)(&a) = 7; - ~~~~~^ -invoke_rvalue.pass.cpp:208:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:208:17: note: instantiated from: - assert(std::bind(&A_int_1::data_, _1)(&a) == 7); - ~~~~~^ -invoke_rvalue.pass.cpp:237:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, _1, _2)(2, 3); - ~~~~~^ -invoke_rvalue.pass.cpp:240:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:243:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_2, 2, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:249:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), 3); - ~~~~~^ -invoke_rvalue.pass.cpp:252:10: error: no member named 'bind' in namespace 'std' - std::bind(&A_void_2::mem1, _2, _1)(3, A_void_2()); - ~~~~~^ -41 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:664:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:678:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:682:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1299:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1299:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1299:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1325:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 4 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-evievH.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-fsJtIx.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -move01.pass.cpp failed to compile -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-1cTGZX.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -pointer_deleter01.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 37 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-pzn3T4.o - _main in cc-pzn3T4.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 42373 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1213:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1225:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1213:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -default01.fail.cpp should not compile -pointer01.fail.cpp should not compile -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 10 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 38 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -Undefined symbols: - "__ZNSt10unique_ptrIA_1A7DeleterIS1_EEC1IPS0_EET_RKS3_NSt9enable_ifIXsrSt14is_convertibleIS7_S6_E5valueENS4_5__natEE4typeE", referenced from: - _main in cc-oLyssT.o - _main in cc-oLyssT.o -ld: symbol(s) not found -clang: error: linker command failed with exit code 1 (use -v to see invocation) -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 42818 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 42826 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 43014 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 43062 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:45:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:47:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:48:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:49:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:50:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:52:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:52:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:52:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:53:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:53:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:53:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:54:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:54:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:54:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:55:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:55:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:55:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:57:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:57:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:57:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:58:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:58:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:58:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:59:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:59:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:59:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:60:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:60:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:60:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:62:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:62:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:62:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:63:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:63:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:63:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:64:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:64:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:64:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:65:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:65:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:65:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:67:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:67:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:67:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:68:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:68:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:68:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:69:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:69:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:69:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:70:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:70:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:70:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:72:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:72:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:72:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:73:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:73:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:73:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:74:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:74:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:74:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:75:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:75:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:75:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:78:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:79:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:79:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:79:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:81:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:81:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:81:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:83:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:83:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:83:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:84:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:84:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:84:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:86:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:86:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:86:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:87:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:87:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:87:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:89:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:89:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:89:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:90:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:90:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:90:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:92:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:92:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:92:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:93:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:93:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:93:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:95:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:95:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:95:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:96:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:96:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:96:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:98:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:98:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:98:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:99:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:99:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:99:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:101:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:101:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:101:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:102:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:102:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:102:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:105:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:105:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:105:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:106:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:106:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:106:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:108:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:108:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:108:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:110:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:110:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:110:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:111:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:111:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:111:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:113:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:113:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:113:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:114:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:114:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:114:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:116:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:116:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:116:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:117:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:117:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:117:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:119:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:119:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:119:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:120:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:120:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:120:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:122:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:122:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:122:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:123:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:123:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:123:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:125:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:125:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:125:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:126:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:126:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:126:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:128:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:128:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:128:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:129:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:129:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:129:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:132:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:132:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:132:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:133:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:133:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:133:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:134:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:134:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:134:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:135:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:135:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:135:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:137:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:137:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:137:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:138:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:138:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:138:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:140:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:140:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:140:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:141:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:141:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:141:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:143:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:143:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:143:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:144:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:144:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:144:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:145:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:145:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:145:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:146:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:146:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:146:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:148:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:148:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:148:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:149:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:149:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:149:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:150:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:150:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:150:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:151:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:151:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:151:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:153:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:153:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:153:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:154:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:154:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:154:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:155:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:155:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:155:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:156:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:156:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:156:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:158:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:158:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:158:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:159:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:159:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:159:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:160:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:160:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:160:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:161:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:161:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:161:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:163:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:163:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:163:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:164:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:164:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:164:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:165:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:165:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:165:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:166:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:166:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:166:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:168:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:168:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:168:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:169:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:169:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:169:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:170:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:170:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:170:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:171:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:171:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:171:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:174:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:174:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:174:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:175:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:175:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:175:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:176:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:176:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:176:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:177:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:177:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:177:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:179:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:179:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:179:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:180:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:180:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:180:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:182:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:182:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:182:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:183:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:183:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:183:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:185:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:185:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:185:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:186:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:186:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:186:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:187:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:187:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:187:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:188:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:188:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:188:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:190:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:190:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:190:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:191:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:191:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:191:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:192:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:192:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:192:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:193:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:193:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:193:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:195:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:195:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:195:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:196:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:196:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:196:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:197:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:197:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:197:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:198:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:198:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:198:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:200:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:200:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:200:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:201:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:201:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:201:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:202:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:202:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:202:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:203:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:203:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:203:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:205:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:205:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:205:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:206:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:206:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:206:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:207:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:207:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:207:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:208:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:208:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:208:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:210:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:210:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:210:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:211:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:211:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:211:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:212:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:212:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:212:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:213:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:213:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:213:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:216:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:216:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:216:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:217:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:217:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:217:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:218:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:218:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:218:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:219:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:219:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:219:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:221:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:221:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:221:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:222:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:222:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:222:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:224:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:224:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:224:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:225:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:225:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:225:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:227:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:227:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:227:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:228:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:228:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:228:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:229:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:229:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:229:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:230:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:230:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:230:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:232:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:232:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:232:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:233:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:233:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:233:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:234:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:234:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:234:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:235:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:235:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:235:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:237:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:237:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:237:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:238:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:238:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:238:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:239:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:239:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:239:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:240:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:240:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:240:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:242:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:242:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:242:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:243:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:243:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:243:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:244:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:244:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:244:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:245:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:245:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:245:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:247:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:247:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:247:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:248:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:248:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:248:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:249:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:249:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:249:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:250:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:250:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:250:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:252:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:252:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:252:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:253:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:253:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:253:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:254:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:254:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:254:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:255:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:255:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:255:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:258:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:258:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:258:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:259:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:259:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:259:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:260:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:260:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:260:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:261:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:261:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:261:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:263:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:263:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:263:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:264:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:264:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:264:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:266:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:266:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:266:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:267:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:267:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:267:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:269:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:269:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:269:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:270:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:270:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:270:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:271:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:271:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:271:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:272:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:272:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:272:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:274:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:274:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:274:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:275:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:275:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:275:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:276:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:276:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:276:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:277:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:277:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:277:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:279:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:279:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:279:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:280:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:280:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:280:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:281:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:281:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:281:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:282:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:282:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:282:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:284:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:284:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:284:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:285:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:285:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:285:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:286:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:286:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:286:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:287:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:287:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:287:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:289:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:289:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:289:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:290:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:290:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:290:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:291:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:291:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:291:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:292:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:292:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:292:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:294:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:294:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:294:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:295:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:295:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:295:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:296:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:296:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:296:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:297:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:297:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:297:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:300:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:300:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:300:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:301:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:301:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:301:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:302:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:302:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:302:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:303:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:303:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:303:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:305:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:305:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:305:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:306:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:306:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:306:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:308:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:308:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:308:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:309:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:309:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:309:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:311:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:311:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:311:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:312:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:312:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:312:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:313:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:313:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:313:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:314:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:314:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:314:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:316:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:316:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:316:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:317:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:317:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:317:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:318:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:318:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:318:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:319:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:319:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:319:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:321:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:321:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:321:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:322:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:322:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:322:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:323:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:323:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:323:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:324:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:324:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:324:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:326:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:326:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:326:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:327:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:327:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:327:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:328:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:328:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:328:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:329:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:329:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:329:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:331:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:331:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:331:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:332:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:332:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:332:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:333:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:333:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:333:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:334:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:334:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:334:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:336:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:336:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:336:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:337:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:337:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:337:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:338:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:338:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:338:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:339:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:339:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:339:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:342:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:342:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:342:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:343:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:343:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:343:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:344:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:344:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:344:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:345:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:345:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:345:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:347:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:347:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:347:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:348:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:348:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:348:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:350:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:350:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:350:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:351:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:351:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:351:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:353:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:353:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:353:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:354:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:354:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:354:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:355:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:355:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:355:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:356:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:356:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:356:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:358:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:358:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:358:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:359:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:359:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:359:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:360:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:360:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:360:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:361:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:361:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:361:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:363:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:363:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:363:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:364:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:364:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:364:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:365:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:365:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:365:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:366:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:366:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:366:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:368:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:368:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:368:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:369:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:369:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:369:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:370:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:370:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:370:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:371:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:371:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:371:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:373:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:373:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:373:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:374:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:374:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:374:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:375:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:375:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:375:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:376:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:376:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:376:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:378:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:378:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:378:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:379:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:379:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:379:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:380:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:380:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:380:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:381:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:381:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:381:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -774 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:99:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:100:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:104:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:105:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:109:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:114:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:115:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:119:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:120:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:124:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:129:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:130:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:134:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == (sizeof(long) == 4 ? 4 : 8), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:135:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == (sizeof(long) == 4 ? 12 : 16), ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -33 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -24 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -24 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:690:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:701:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:705:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -4 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:709:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:714:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:718:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -4 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:50:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -21 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 44300 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 44308 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:52:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -25 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:72:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:82:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_copy.pass.cpp:83:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_copy.pass.cpp:84:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -37 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:73:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:75:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:77:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:78:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:83:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:83:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:85:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d2); - ^ -convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T1' - T1 t1(1.5, 'b', d); - ^ -convert_move.pass.cpp:87:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:88:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:90:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:90:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:93:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:93:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:94:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:94:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:95:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:96:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:97:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:98:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:98:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:99:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:99:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:100:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:100:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -47 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:59:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:61:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:63:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -26 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:60:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:62:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:63:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:63:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:64:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:65:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -26 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc.pass.cpp:49:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1()); - ~~~~~^ -alloc.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:62:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5)); - ~~~~~^ -alloc.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:74:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:76:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:80:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -alloc.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t) == DefaultOnly()); - ~~~~~^ -alloc.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:89:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first()); - ~~~~~^ -alloc.pass.cpp:91:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc.pass.cpp:91:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last()); - ~~~~~^ -50 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_UTypes.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), MoveOnly(0)); - ~~~~~^ -alloc_UTypes.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:57:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -alloc_UTypes.pass.cpp:62:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_UTypes.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_UTypes.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_UTypes.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_UTypes.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:76:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), - ~~~~~^ -alloc_UTypes.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:81:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_UTypes.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:82:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -alloc_UTypes.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_UTypes.pass.cpp:83:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -51 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(), 3); - ~~~~~^ -alloc_const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -alloc_const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_first(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == alloc_first(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, A1(5), - ~~~~~^ -alloc_const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 10); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t) == 10); - ~~~~~^ -alloc_const_Types.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(15)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(15)); - ~~~~~^ -alloc_const_Types.pass.cpp:67:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -alloc_const_Types.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(std::allocator_arg, - ~~~~~^ -alloc_const_Types.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:82:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_const_Types.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == alloc_first(2)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t) == alloc_first(2)); - ~~~~~^ -alloc_const_Types.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == alloc_last(3)); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_Types.pass.cpp:86:21: note: instantiated from: - assert(std::get<2>(t) == alloc_last(3)); - ~~~~~^ -47 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_const_pair.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:45:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_const_pair.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_const_pair.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_const_pair.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_const_pair.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:68:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_const_pair.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_const_pair.pass.cpp:69:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -45 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:43:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -alloc_convert_copy.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(), t0); - ^ -alloc_convert_copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2, 3); - ^ -alloc_convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1) == 3); - ~~~~~^ -alloc_convert_copy.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_copy.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_copy.pass.cpp:70:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_copy.pass.cpp:70:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_copy.pass.cpp:71:9: error: use of undeclared identifier 'T0' - T0 t0(1.5, 2, 3); - ^ -alloc_convert_copy.pass.cpp:74:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), t0); - ^ -alloc_convert_copy.pass.cpp:77:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:77:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_copy.pass.cpp:78:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:78:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_copy.pass.cpp:79:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_copy.pass.cpp:79:21: note: instantiated from: - assert(std::get<2>(t1) == 3); - ~~~~~^ -61 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_convert_move.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -alloc_convert_move.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -alloc_convert_move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -alloc_convert_move.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -alloc_convert_move.pass.cpp:60:9: error: use of undeclared identifier 'T0' - T0 t0(2); - ^ -alloc_convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:67:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:69:9: error: use of undeclared identifier 'T0' - T0 t0(std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:74:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:74:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:76:9: error: use of undeclared identifier 'T0' - T0 t0(2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -alloc_convert_move.pass.cpp:84:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -alloc_convert_move.pass.cpp:84:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -alloc_convert_move.pass.cpp:85:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_convert_move.pass.cpp:85:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_convert_move.pass.cpp:86:9: error: use of undeclared identifier 'T0' - T0 t0(1, 2, std::unique_ptr(new D(3))); - ^ -alloc_convert_move.pass.cpp:89:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 1); - ~~~~~^ -alloc_convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == 2); - ~~~~~^ -alloc_convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -61 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), t0); - ^ -alloc_copy.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:61:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -alloc_copy.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:69:9: error: use of undeclared identifier 'T' - T t0(2, 3); - ^ -alloc_copy.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:75:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:76:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:76:21: note: instantiated from: - assert(std::get<1>(t) == 3); - ~~~~~^ -alloc_copy.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_copy.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_copy.pass.cpp:80:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_copy.pass.cpp:83:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), t0); - ^ -alloc_copy.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:86:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_copy.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:87:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_copy.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_copy.pass.cpp:88:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -62 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -alloc_move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -alloc_move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0; - ^ -alloc_move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:48:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -alloc_move.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(), std::move(t0)); - ^ -alloc_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:62:9: error: use of undeclared identifier 'T' - T t0(1); - ^ -alloc_move.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:70:9: error: use of undeclared identifier 'T' - T t0(0 ,1); - ^ -alloc_move.pass.cpp:72:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -alloc_move.pass.cpp:75:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:75:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -alloc_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T; - ^ -alloc_move.pass.cpp:79:9: error: use of undeclared identifier 'T' - T t0(1, 2, 3); - ^ -alloc_move.pass.cpp:82:9: error: use of undeclared identifier 'T' - T t(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -alloc_move.pass.cpp:86:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:86:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -alloc_move.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move.pass.cpp:87:21: note: instantiated from: - assert(std::get<2>(t) == 3); - ~~~~~^ -62 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:5: error: constructor cannot be redeclared - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous declaration is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:25:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:18:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:32:5: error: redefinition of 'alloc_first' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:25:5: note: previous definition is here - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:5: error: constructor cannot be redeclared - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous declaration is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:15: note: to match this '(' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:32:43: error: unknown type name 'A1' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:45: error: expected ')' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:32:15: note: to match this '(' - alloc_last(const alloc_last& d, const A1& a) - ^ -./../alloc_last.h:18:5: error: redefinition of 'alloc_last' - alloc_last(const A1& a) - ^ -./../alloc_last.h:17:5: note: previous definition is here - alloc_last(int d) : data_(d) {} - ^ -./../alloc_last.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_last.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_last.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -alloc_move_pair.pass.cpp:59:49: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -alloc_move_pair.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -alloc_move_pair.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -alloc_move_pair.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1(std::allocator_arg, A1(5), std::move(t0)); - ^ -alloc_move_pair.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -alloc_move_pair.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -alloc_move_pair.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -alloc_move_pair.pass.cpp:61:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2, std::unique_ptr(new D(3))); - ^ -In file included from alloc_move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -37 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:71:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:72:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:73:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == 0.0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:74:21: note: instantiated from: - assert(std::get<3>(t) == 0.0); - ~~~~~^ -25 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:67:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_copy.pass.cpp:68:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_copy.pass.cpp:75:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:75:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:76:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:76:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:77:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_copy.pass.cpp:78:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:82:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:82:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -33 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:70:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', D(3)); - ^ -convert_move.pass.cpp:71:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:72:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:73:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:74:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 3); - ~~~~~^ -convert_move.pass.cpp:78:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:78:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:80:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', d); - ^ -convert_move.pass.cpp:81:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:83:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:83:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:84:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:84:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:85:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1).id_ == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:85:21: note: instantiated from: - assert(std::get<2>(t1).id_ == 2); - ~~~~~^ -convert_move.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T0; - ~~~~~^ -convert_move.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple> T0; - ^ -convert_move.pass.cpp:89:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -convert_move.pass.cpp:89:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -convert_move.pass.cpp:90:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a', std::unique_ptr(new D(3))); - ^ -convert_move.pass.cpp:91:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:92:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:92:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:93:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:93:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:94:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:94:21: note: instantiated from: - assert(std::get<2>(t1)->id_ == 3); - ~~~~~^ -42 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "some text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == "some text"); - ~~~~~^ -22 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -22 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -7 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:80:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:80:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:81:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:81:21: note: instantiated from: - assert(std::get<1>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:84:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:85:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:86:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:87:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:87:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:88:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:88:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:89:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:89:21: note: instantiated from: - assert(std::get<2>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:92:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:93:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:94:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:95:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:95:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:96:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:96:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:97:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:97:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:100:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:101:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:102:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:104:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:104:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:105:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:105:21: note: instantiated from: - assert(std::get<1>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:106:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:106:21: note: instantiated from: - assert(std::get<2>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:107:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:107:21: note: instantiated from: - assert(std::get<3>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:110:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(nullptr, 1); - ~~~~~^ -tuple_cat.pass.cpp:111:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2, 3.5); - ~~~~~^ -tuple_cat.pass.cpp:112:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:114:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:114:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:115:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:115:21: note: instantiated from: - assert(std::get<1>(t3) == 3.5); - ~~~~~^ -tuple_cat.pass.cpp:116:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:116:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:117:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:117:21: note: instantiated from: - assert(std::get<3>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:120:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1(1, 2); - ~~~~~^ -tuple_cat.pass.cpp:121:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(nullptr, 4); - ~~~~~^ -tuple_cat.pass.cpp:122:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = - ~~~~~^ -tuple_cat.pass.cpp:124:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:124:21: note: instantiated from: - assert(std::get<0>(t3) == 1); - ~~~~~^ -tuple_cat.pass.cpp:125:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:125:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:126:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:126:21: note: instantiated from: - assert(std::get<2>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:127:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:127:21: note: instantiated from: - assert(std::get<3>(t3) == 4); - ~~~~~^ -54 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_const.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -21 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_non_const.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:62:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_non_const.pass.cpp:63:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:64:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -get_non_const.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == 4); - ~~~~~^ -27 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:50:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:49:9: error: expected ')' -tuple_element.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:55:44: note: instantiated from: - int*>::value), ""); - ^ -tuple_element.pass.cpp:54:9: error: expected ')' -tuple_element.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:57:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:56:9: error: expected ')' -tuple_element.pass.cpp:56:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:56:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:56:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:59:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:58:9: error: expected ')' -tuple_element.pass.cpp:58:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:58:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:58:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -54 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:49:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:50:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:49:9: error: expected ')' -tuple_size.pass.cpp:49:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:49:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:49:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:54:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:55:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:54:9: error: expected ')' -tuple_size.pass.cpp:54:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:54:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:54:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -40 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:64:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:64:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:65:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:65:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:66:15: error: unknown type name 'T2' - const T2 t2(1, char(2)); - ^ -eq.pass.cpp:66:18: error: excess elements in scalar initializer - const T2 t2(1, char(2)); - ^ ~~~~~~~~~~ -eq.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:73:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(1, char(3)); - ^ -eq.pass.cpp:74:18: error: excess elements in scalar initializer - const T2 t2(1, char(3)); - ^ ~~~~~~~~~~ -eq.pass.cpp:79:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:79:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:80:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:80:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:81:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:81:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:82:15: error: unknown type name 'T2' - const T2 t2(1.1, char(2)); - ^ -eq.pass.cpp:82:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(2)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:87:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:87:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:88:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:88:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:89:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -eq.pass.cpp:89:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -eq.pass.cpp:90:15: error: unknown type name 'T2' - const T2 t2(1.1, char(3)); - ^ -eq.pass.cpp:90:18: error: excess elements in scalar initializer - const T2 t2(1.1, char(3)); - ^ ~~~~~~~~~~~~ -eq.pass.cpp:95:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:95:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:96:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:96:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:97:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:97:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:98:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -eq.pass.cpp:98:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:103:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:103:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:104:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:104:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:105:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:105:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:106:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -eq.pass.cpp:106:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -eq.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -eq.pass.cpp:119:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:119:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:120:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:120:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:121:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:121:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:122:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -eq.pass.cpp:122:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -eq.pass.cpp:127:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:127:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:128:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:128:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:129:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:129:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:130:15: error: unknown type name 'T2' - const T2 t2(1, 3, 2); - ^ -eq.pass.cpp:130:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 2); - ^ ~~~~~~~ -eq.pass.cpp:135:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:135:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:136:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:136:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:137:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:137:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:138:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 2); - ^ -eq.pass.cpp:138:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 2); - ^ ~~~~~~~~~ -eq.pass.cpp:143:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:143:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:144:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:144:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:145:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:145:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:146:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 3); - ^ -eq.pass.cpp:146:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 3); - ^ ~~~~~~~~~ -eq.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -eq.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -eq.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(1.1, 3, 2); - ^ -eq.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(1.1, 3, 2); - ^ ~~~~~~~~~ -114 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:81:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:82:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:82:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:83:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:84:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -lt.pass.cpp:91:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:91:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:92:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:92:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:93:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:93:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:94:15: error: unknown type name 'T2' - const T2 t2(1, 2); - ^ -lt.pass.cpp:94:18: error: excess elements in scalar initializer - const T2 t2(1, 2); - ^ ~~~~ -lt.pass.cpp:101:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:101:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:102:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:102:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:103:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:103:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:104:15: error: unknown type name 'T2' - const T2 t2(0.9, 2); - ^ -lt.pass.cpp:104:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2); - ^ ~~~~~~ -lt.pass.cpp:111:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:111:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:112:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:112:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:113:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:113:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:114:15: error: unknown type name 'T2' - const T2 t2(1.1, 2); - ^ -lt.pass.cpp:114:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2); - ^ ~~~~~~ -lt.pass.cpp:121:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:121:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:122:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:122:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:123:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:123:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:124:15: error: unknown type name 'T2' - const T2 t2(1, 1); - ^ -lt.pass.cpp:124:18: error: excess elements in scalar initializer - const T2 t2(1, 1); - ^ ~~~~ -lt.pass.cpp:131:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:131:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:132:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:132:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:133:15: error: unknown type name 'T1' - const T1 t1(1, 2); - ^ -lt.pass.cpp:133:18: error: excess elements in scalar initializer - const T1 t1(1, 2); - ^ ~~~~ -lt.pass.cpp:134:15: error: unknown type name 'T2' - const T2 t2(1, 3); - ^ -lt.pass.cpp:134:18: error: excess elements in scalar initializer - const T2 t2(1, 3); - ^ ~~~~ -lt.pass.cpp:141:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:141:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:142:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:142:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:143:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:143:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:144:15: error: unknown type name 'T2' - const T2 t2(1, 2, 3); - ^ -lt.pass.cpp:144:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:151:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:151:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:152:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:152:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:153:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:153:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:154:15: error: unknown type name 'T2' - const T2 t2(0.9, 2, 3); - ^ -lt.pass.cpp:154:18: error: excess elements in scalar initializer - const T2 t2(0.9, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:161:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:161:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:162:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:162:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:163:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:163:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:164:15: error: unknown type name 'T2' - const T2 t2(1.1, 2, 3); - ^ -lt.pass.cpp:164:18: error: excess elements in scalar initializer - const T2 t2(1.1, 2, 3); - ^ ~~~~~~~~~ -lt.pass.cpp:171:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:171:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:172:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:172:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:173:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:173:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:174:15: error: unknown type name 'T2' - const T2 t2(1, 1, 3); - ^ -lt.pass.cpp:174:18: error: excess elements in scalar initializer - const T2 t2(1, 1, 3); - ^ ~~~~~~~ -lt.pass.cpp:181:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:181:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:182:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:182:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:183:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:183:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:184:15: error: unknown type name 'T2' - const T2 t2(1, 3, 3); - ^ -lt.pass.cpp:184:18: error: excess elements in scalar initializer - const T2 t2(1, 3, 3); - ^ ~~~~~~~ -lt.pass.cpp:191:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:191:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:192:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:192:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:193:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:193:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:194:15: error: unknown type name 'T2' - const T2 t2(1, 2, 2); - ^ -lt.pass.cpp:194:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 2); - ^ ~~~~~~~ -lt.pass.cpp:201:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:201:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:202:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:202:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:203:15: error: unknown type name 'T1' - const T1 t1(1, 2, 3); - ^ -lt.pass.cpp:203:18: error: excess elements in scalar initializer - const T1 t1(1, 2, 3); - ^ ~~~~~~~ -lt.pass.cpp:204:15: error: unknown type name 'T2' - const T2 t2(1, 2, 4); - ^ -lt.pass.cpp:204:18: error: excess elements in scalar initializer - const T2 t2(1, 2, 4); - ^ ~~~~~~~ -120 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -non_member_swap.pass.cpp:65:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -non_member_swap.pass.cpp:66:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -non_member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -non_member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -non_member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -non_member_swap.pass.cpp:72:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:72:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -32 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:55:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:63:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -member_swap.pass.cpp:64:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); - ^ -member_swap.pass.cpp:65:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:65:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:66:21: note: instantiated from: - assert(std::get<0>(t0) == 3); - ~~~~~^ -member_swap.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:67:21: note: instantiated from: - assert(std::get<1>(t0) == 4); - ~~~~~^ -member_swap.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t0) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:68:21: note: instantiated from: - assert(std::get<2>(t0) == 5); - ~~~~~^ -member_swap.pass.cpp:69:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:69:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:70:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:70:21: note: instantiated from: - assert(std::get<1>(t1) == 1); - ~~~~~^ -member_swap.pass.cpp:71:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:71:21: note: instantiated from: - assert(std::get<2>(t1) == 2); - ~~~~~^ -36 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: expected ')' -uses_allocator.pass.cpp:45:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:50:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:50:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:50:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:51:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:51:79: error: expected ')' -uses_allocator.pass.cpp:50:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:55:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:55:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:55:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:56:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:56:79: error: expected ')' -uses_allocator.pass.cpp:55:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -40 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1211:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1223:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1211:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1223:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -6 errors generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 100677) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 159 -sections without failures: 747 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 601 -number of tests passed : 2717 - + ---- -total number of tests : 3318 -**************************************************** diff --git a/test_results/2010-04-08 g++-4_2_i386 b/test_results/2010-04-08 g++-4_2_i386 deleted file mode 100644 index 4c9901a9..00000000 --- a/test_results/2010-04-08 g++-4_2_i386 +++ /dev/null @@ -1,5401 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -emplace.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:29: error: ../../iterators.h: No such file or directory -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:29: error: ../../iterators.h: No such file or directory -insert_range.pass.cpp: In function ‘int main()’: -insert_range.pass.cpp:54: error: ‘input_iterator’ was not declared in this scope -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -emplace.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:29: error: ../../iterators.h: No such file or directory -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:29: error: ../../iterators.h: No such file or directory -insert_range.pass.cpp: In function ‘int main()’: -insert_range.pass.cpp:54: error: ‘input_iterator’ was not declared in this scope -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -Assertion failed: (d < ns(50000000)), function f, file try_lock.pass.cpp, line 54. -./testit: line 96: 43700 Abort trap ./a.out -try_lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 4 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1214: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1226: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1178: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1173: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1214: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 49855 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 49874 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 50201 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1212: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1212: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 49 -sections without failures: 857 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 149 -number of tests passed : 3169 - + ---- -total number of tests : 3318 -**************************************************** diff --git a/test_results/2010-04-08 g++-4_2_x86_64 b/test_results/2010-04-08 g++-4_2_x86_64 deleted file mode 100644 index fa42bcfa..00000000 --- a/test_results/2010-04-08 g++-4_2_x86_64 +++ /dev/null @@ -1,5404 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -emplace.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:29: error: ../../iterators.h: No such file or directory -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:29: error: ../../iterators.h: No such file or directory -insert_range.pass.cpp: In function ‘int main()’: -insert_range.pass.cpp:54: error: ‘input_iterator’ was not declared in this scope -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -emplace.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:29: error: ../../iterators.h: No such file or directory -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:29: error: ../../iterators.h: No such file or directory -insert_range.pass.cpp: In function ‘int main()’: -insert_range.pass.cpp:54: error: ‘input_iterator’ was not declared in this scope -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -./testit: line 96: 66506 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 54. -./testit: line 96: 68863 Abort trap ./a.out -lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:666: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:672: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:684: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1300: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1300: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1300: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1266: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1300: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 4 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1214: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1226: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1178: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1173: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1214: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 75114 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 75151 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 75491 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:702: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:706: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:692: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:711: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:715: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:719: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:710: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1212: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1212: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 50 -sections without failures: 856 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 150 -number of tests passed : 3168 - + ---- -total number of tests : 3318 -**************************************************** diff --git a/test_results/2010-04-08 g++-4_4_i386 b/test_results/2010-04-08 g++-4_4_i386 deleted file mode 100644 index afb3caec..00000000 --- a/test_results/2010-04-08 g++-4_4_i386 +++ /dev/null @@ -1,4291 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -In file included from ../../../../../include/list:183, - from input_iterator.pass.cpp:29: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 4ul>]’ -../../../../../include/list:991: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:696: instantiated from ‘std::__1::list< , >::list(_InpIter, _InpIter, typename std::__1::enable_if::type*) [with _InpIter = input_iterator, _Tp = int, _Alloc = stack_allocator]’ -input_iterator.pass.cpp:60: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 4ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 4ul] -input_iterator.pass.cpp failed to compile -In file included from ../../../../../include/list:183, - from size_type.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = , _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:1047: instantiated from ‘void std::__1::list< , >::emplace_back(_Args&& ...) [with _Args = , _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:669: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type) [with _Tp = int, _Alloc = stack_allocator]’ -size_type.pass.cpp:47: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_type.pass.cpp failed to compile -In file included from ../../../../../include/list:183, - from size_value_alloc.pass.cpp:28: -../../../../../include/memory: In static member function ‘static void std::__1::allocator_traits<_Alloc>::__construct(std::__1::true_type, _Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’: -../../../../../include/memory:1036: instantiated from ‘static void std::__1::allocator_traits<_Alloc>::construct(_Alloc&, _Tp*, _Args&& ...) [with _Tp = int, _Args = const int&, _Alloc = stack_allocator, 3ul>]’ -../../../../../include/list:991: instantiated from ‘void std::__1::list< , >::push_back(const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -../../../../../include/list:679: instantiated from ‘std::__1::list< , >::list(typename std::__1::__list_imp<_Tp, _Alloc>::size_type, const _Tp&) [with _Tp = int, _Alloc = stack_allocator]’ -size_value_alloc.pass.cpp:58: instantiated from here -../../../../../include/memory:1088: error: no matching function for call to ‘stack_allocator, 3ul>::construct(int*&, const int&)’ -../../../stack_allocator.h:46: note: candidates are: void stack_allocator::construct(T*, const T&) [with T = std::__1::__list_node, long unsigned int N = 3ul] -size_value_alloc.pass.cpp failed to compile -failed 3 tests in /test/containers/sequences/list/list.cons -passed 12 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 30 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -emplace.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace.pass.cpp: In function ‘int main()’: -emplace.pass.cpp:42: error: ‘Emplaceable’ was not declared in this scope -emplace.pass.cpp:42: error: template argument 2 is invalid -emplace.pass.cpp:42: error: template argument 5 is invalid -emplace.pass.cpp:42: error: invalid type in declaration before ‘;’ token -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘iterator’ is not a member of ‘C’ -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘iterator’ is not a member of ‘C’ -emplace.pass.cpp:43: error: template argument 1 is invalid -emplace.pass.cpp:43: error: invalid type in declaration before ‘;’ token -emplace.pass.cpp:45: error: request for member ‘emplace’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:46: error: request for member ‘second’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:47: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:48: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:49: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:51: error: request for member ‘emplace’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:51: error: ‘Emplaceable’ cannot appear in a constant-expression -emplace.pass.cpp:51: error: template argument 2 is invalid -emplace.pass.cpp:52: error: request for member ‘second’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:53: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:54: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:55: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:57: error: request for member ‘emplace’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:58: error: request for member ‘second’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:59: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:60: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp:61: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace_hint.pass.cpp: In function ‘int main()’: -emplace_hint.pass.cpp:42: error: ‘Emplaceable’ was not declared in this scope -emplace_hint.pass.cpp:42: error: template argument 2 is invalid -emplace_hint.pass.cpp:42: error: template argument 5 is invalid -emplace_hint.pass.cpp:42: error: invalid type in declaration before ‘;’ token -emplace_hint.pass.cpp:43: error: ‘C’ is not a class type -emplace_hint.pass.cpp:43: error: ‘C’ is not a class type -emplace_hint.pass.cpp:43: error: ‘C’ is not a class type -emplace_hint.pass.cpp:43: error: ‘iterator’ in class ‘C’ does not name a type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘const_iterator’ is not a member of ‘C’ -emplace_hint.pass.cpp:45: error: expected ‘;’ before ‘e’ -emplace_hint.pass.cpp:46: error: ‘R’ was not declared in this scope -emplace_hint.pass.cpp:46: error: expected ‘;’ before ‘r’ -emplace_hint.pass.cpp:47: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:48: error: ‘r’ was not declared in this scope -emplace_hint.pass.cpp:51: error: request for member ‘emplace_hint’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:51: error: ‘e’ was not declared in this scope -emplace_hint.pass.cpp:51: error: ‘Emplaceable’ cannot appear in a constant-expression -emplace_hint.pass.cpp:51: error: template argument 2 is invalid -emplace_hint.pass.cpp:52: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:56: error: request for member ‘emplace_hint’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:57: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_hint_rvalue.pass.cpp: In function ‘int main()’: -insert_hint_rvalue.pass.cpp:69: error: ‘MoveOnly’ was not declared in this scope -insert_hint_rvalue.pass.cpp:69: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_hint_rvalue.pass.cpp:69: error: template argument 1 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 2 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 3 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 4 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 5 is invalid -insert_hint_rvalue.pass.cpp:69: error: invalid type in declaration before ‘;’ token -insert_hint_rvalue.pass.cpp:70: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:70: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:70: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:70: error: ‘iterator’ in class ‘C’ does not name a type -insert_hint_rvalue.pass.cpp:71: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_hint_rvalue.pass.cpp:71: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_hint_rvalue.pass.cpp:71: error: template argument 1 is invalid -insert_hint_rvalue.pass.cpp:71: error: template argument 2 is invalid -insert_hint_rvalue.pass.cpp:71: error: invalid type in declaration before ‘;’ token -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘const_iterator’ is not a member of ‘C’ -insert_hint_rvalue.pass.cpp:73: error: expected ‘;’ before ‘e’ -insert_hint_rvalue.pass.cpp:74: error: ‘R’ was not declared in this scope -insert_hint_rvalue.pass.cpp:74: error: expected ‘;’ before ‘r’ -insert_hint_rvalue.pass.cpp:75: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:76: error: ‘r’ was not declared in this scope -insert_hint_rvalue.pass.cpp:79: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:79: error: ‘e’ was not declared in this scope -insert_hint_rvalue.pass.cpp:79: error: functional cast expression list treated as compound expression -insert_hint_rvalue.pass.cpp:80: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:84: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:84: error: functional cast expression list treated as compound expression -insert_hint_rvalue.pass.cpp:85: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:89: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:89: error: functional cast expression list treated as compound expression -insert_hint_rvalue.pass.cpp:90: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:29: error: ../../iterators.h: No such file or directory -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:29: error: ../../iterators.h: No such file or directory -insert_range.pass.cpp: In function ‘int main()’: -insert_range.pass.cpp:54: error: ‘input_iterator’ was not declared in this scope -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_rvalue.pass.cpp: In function ‘int main()’: -insert_rvalue.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -insert_rvalue.pass.cpp:72: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_rvalue.pass.cpp:72: error: template argument 1 is invalid -insert_rvalue.pass.cpp:72: error: template argument 2 is invalid -insert_rvalue.pass.cpp:72: error: template argument 3 is invalid -insert_rvalue.pass.cpp:72: error: template argument 4 is invalid -insert_rvalue.pass.cpp:72: error: template argument 5 is invalid -insert_rvalue.pass.cpp:72: error: invalid type in declaration before ‘;’ token -insert_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:73: error: ‘iterator’ is not a member of ‘C’ -insert_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:73: error: ‘iterator’ is not a member of ‘C’ -insert_rvalue.pass.cpp:73: error: template argument 1 is invalid -insert_rvalue.pass.cpp:73: error: invalid type in declaration before ‘;’ token -insert_rvalue.pass.cpp:74: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_rvalue.pass.cpp:74: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_rvalue.pass.cpp:74: error: template argument 1 is invalid -insert_rvalue.pass.cpp:74: error: template argument 2 is invalid -insert_rvalue.pass.cpp:74: error: invalid type in declaration before ‘;’ token -insert_rvalue.pass.cpp:76: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:76: error: functional cast expression list treated as compound expression -insert_rvalue.pass.cpp:77: error: request for member ‘second’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:78: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:79: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:80: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:82: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:82: error: functional cast expression list treated as compound expression -insert_rvalue.pass.cpp:83: error: request for member ‘second’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:84: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:85: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:86: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:88: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:88: error: functional cast expression list treated as compound expression -insert_rvalue.pass.cpp:89: error: request for member ‘second’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:90: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:91: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:92: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:94: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:94: error: functional cast expression list treated as compound expression -insert_rvalue.pass.cpp:95: error: request for member ‘second’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:96: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:97: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp:98: error: request for member ‘first’ in ‘r’, which is of non-class type ‘R’ -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 6 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -emplace.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace.pass.cpp: In function ‘int main()’: -emplace.pass.cpp:42: error: ‘Emplaceable’ was not declared in this scope -emplace.pass.cpp:42: error: template argument 2 is invalid -emplace.pass.cpp:42: error: template argument 5 is invalid -emplace.pass.cpp:42: error: invalid type in declaration before ‘;’ token -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘C’ is not a class type -emplace.pass.cpp:43: error: ‘iterator’ in class ‘C’ does not name a type -emplace.pass.cpp:45: error: ‘R’ was not declared in this scope -emplace.pass.cpp:45: error: expected ‘;’ before ‘r’ -emplace.pass.cpp:46: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:47: error: ‘r’ was not declared in this scope -emplace.pass.cpp:50: error: request for member ‘emplace’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:50: error: ‘Emplaceable’ cannot appear in a constant-expression -emplace.pass.cpp:50: error: template argument 2 is invalid -emplace.pass.cpp:51: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:55: error: request for member ‘emplace’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp:56: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace.pass.cpp failed to compile -emplace_hint.pass.cpp:36:31: error: ../../Emplaceable.h: No such file or directory -emplace_hint.pass.cpp: In function ‘int main()’: -emplace_hint.pass.cpp:42: error: ‘Emplaceable’ was not declared in this scope -emplace_hint.pass.cpp:42: error: template argument 2 is invalid -emplace_hint.pass.cpp:42: error: template argument 5 is invalid -emplace_hint.pass.cpp:42: error: invalid type in declaration before ‘;’ token -emplace_hint.pass.cpp:43: error: ‘C’ is not a class type -emplace_hint.pass.cpp:43: error: ‘C’ is not a class type -emplace_hint.pass.cpp:43: error: ‘C’ is not a class type -emplace_hint.pass.cpp:43: error: ‘iterator’ in class ‘C’ does not name a type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘C’ is not a class type -emplace_hint.pass.cpp:45: error: ‘const_iterator’ is not a member of ‘C’ -emplace_hint.pass.cpp:45: error: expected ‘;’ before ‘e’ -emplace_hint.pass.cpp:46: error: ‘R’ was not declared in this scope -emplace_hint.pass.cpp:46: error: expected ‘;’ before ‘r’ -emplace_hint.pass.cpp:47: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:48: error: ‘r’ was not declared in this scope -emplace_hint.pass.cpp:51: error: request for member ‘emplace_hint’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:51: error: ‘e’ was not declared in this scope -emplace_hint.pass.cpp:51: error: ‘Emplaceable’ cannot appear in a constant-expression -emplace_hint.pass.cpp:51: error: template argument 2 is invalid -emplace_hint.pass.cpp:52: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:55: error: request for member ‘begin’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:55: error: ‘next’ was not declared in this scope -emplace_hint.pass.cpp:57: error: request for member ‘emplace_hint’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:58: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:61: error: request for member ‘begin’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp:62: error: request for member ‘begin’ in ‘c’, which is of non-class type ‘C’ -emplace_hint.pass.cpp failed to compile -insert_hint_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_hint_rvalue.pass.cpp: In function ‘int main()’: -insert_hint_rvalue.pass.cpp:69: error: ‘MoveOnly’ was not declared in this scope -insert_hint_rvalue.pass.cpp:69: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_hint_rvalue.pass.cpp:69: error: template argument 1 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 2 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 3 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 4 is invalid -insert_hint_rvalue.pass.cpp:69: error: template argument 5 is invalid -insert_hint_rvalue.pass.cpp:69: error: invalid type in declaration before ‘;’ token -insert_hint_rvalue.pass.cpp:70: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:70: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:70: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:70: error: ‘iterator’ in class ‘C’ does not name a type -insert_hint_rvalue.pass.cpp:71: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_hint_rvalue.pass.cpp:71: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_hint_rvalue.pass.cpp:71: error: template argument 1 is invalid -insert_hint_rvalue.pass.cpp:71: error: template argument 2 is invalid -insert_hint_rvalue.pass.cpp:71: error: invalid type in declaration before ‘;’ token -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘C’ is not a class type -insert_hint_rvalue.pass.cpp:73: error: ‘const_iterator’ is not a member of ‘C’ -insert_hint_rvalue.pass.cpp:73: error: expected ‘;’ before ‘e’ -insert_hint_rvalue.pass.cpp:74: error: ‘R’ was not declared in this scope -insert_hint_rvalue.pass.cpp:74: error: expected ‘;’ before ‘r’ -insert_hint_rvalue.pass.cpp:75: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:76: error: ‘r’ was not declared in this scope -insert_hint_rvalue.pass.cpp:79: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:79: error: functional cast expression list treated as compound expression -insert_hint_rvalue.pass.cpp:80: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:84: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:84: error: ‘e’ was not declared in this scope -insert_hint_rvalue.pass.cpp:84: error: functional cast expression list treated as compound expression -insert_hint_rvalue.pass.cpp:85: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:89: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp:89: error: functional cast expression list treated as compound expression -insert_hint_rvalue.pass.cpp:90: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_hint_rvalue.pass.cpp failed to compile -insert_init.pass.cpp:36:29: error: ../../iterators.h: No such file or directory -insert_init.pass.cpp failed to compile -insert_range.pass.cpp:37:29: error: ../../iterators.h: No such file or directory -insert_range.pass.cpp: In function ‘int main()’: -insert_range.pass.cpp:54: error: ‘input_iterator’ was not declared in this scope -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘*’ token -insert_range.pass.cpp:54: error: expected primary-expression before ‘>’ token -insert_range.pass.cpp failed to compile -insert_rvalue.pass.cpp:37:28: error: ../../MoveOnly.h: No such file or directory -insert_rvalue.pass.cpp: In function ‘int main()’: -insert_rvalue.pass.cpp:68: error: ‘MoveOnly’ was not declared in this scope -insert_rvalue.pass.cpp:68: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_rvalue.pass.cpp:68: error: template argument 1 is invalid -insert_rvalue.pass.cpp:68: error: template argument 2 is invalid -insert_rvalue.pass.cpp:68: error: template argument 3 is invalid -insert_rvalue.pass.cpp:68: error: template argument 4 is invalid -insert_rvalue.pass.cpp:68: error: template argument 5 is invalid -insert_rvalue.pass.cpp:68: error: invalid type in declaration before ‘;’ token -insert_rvalue.pass.cpp:69: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:69: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:69: error: ‘C’ is not a class type -insert_rvalue.pass.cpp:69: error: ‘iterator’ in class ‘C’ does not name a type -insert_rvalue.pass.cpp:70: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_rvalue.pass.cpp:70: error: ‘MoveOnly’ cannot appear in a constant-expression -insert_rvalue.pass.cpp:70: error: template argument 1 is invalid -insert_rvalue.pass.cpp:70: error: template argument 2 is invalid -insert_rvalue.pass.cpp:70: error: invalid type in declaration before ‘;’ token -insert_rvalue.pass.cpp:72: error: ‘R’ was not declared in this scope -insert_rvalue.pass.cpp:72: error: expected ‘;’ before ‘r’ -insert_rvalue.pass.cpp:73: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:74: error: ‘r’ was not declared in this scope -insert_rvalue.pass.cpp:77: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:77: error: functional cast expression list treated as compound expression -insert_rvalue.pass.cpp:78: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:82: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:82: error: functional cast expression list treated as compound expression -insert_rvalue.pass.cpp:83: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:87: error: request for member ‘insert’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp:87: error: functional cast expression list treated as compound expression -insert_rvalue.pass.cpp:88: error: request for member ‘size’ in ‘c’, which is of non-class type ‘C’ -insert_rvalue.pass.cpp failed to compile -failed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 6 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -failed 1 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccqs1Ov7.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccqs1Ov7.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccqs1Ov7.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccqs1Ov7.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccqs1Ov7.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccqs1Ov7.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccqs1Ov7.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccqs1Ov7.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccqs1Ov7.o - my_facet::~my_facet() in ccqs1Ov7.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqs1Ov7.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccqs1Ov7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccdNMRNt.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccdNMRNt.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccdNMRNt.o - my_facet::~my_facet() in ccdNMRNt.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccdNMRNt.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdNMRNt.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccdNMRNt.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccdNMRNt.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccdNMRNt.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccdNMRNt.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccdNMRNt.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccdNMRNt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctb6jee.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccs2zC2p.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWbyhas.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9pkQvv.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBVpeLn.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc04ncFb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccjcrhXH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctgD9qW.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccx6WO5D.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccRg3FCw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccOTEyxH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccOT7zl9.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3p8gEB.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccljqGPv.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc1CBLNL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc6oocXd.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrsDoPH.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccrsDoPH.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccrsDoPH.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccrsDoPH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccv9JUao.o - my_facet::~my_facet() in ccv9JUao.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccv9JUao.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccv9JUao.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccv9JUao.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccv9JUao.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccv9JUao.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccv9JUao.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccv9JUao.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccv9JUao.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccv9JUao.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccv9JUao.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccv9JUao.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccDC9qMK.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccDC9qMK.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccDC9qMK.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccDC9qMK.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccDC9qMK.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccDC9qMK.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccDC9qMK.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccDC9qMK.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccDC9qMK.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccDC9qMK.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccDC9qMK.o - my_facet::~my_facet() in ccDC9qMK.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccDC9qMK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cci03unH.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cci03unH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2SzwIN.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2SzwIN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckRvM4G.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckRvM4G.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccW7g87J.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccW7g87J.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc08Ja7V.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc08Ja7V.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2jojoA.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2jojoA.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc6Bt4Ur.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc6Bt4Ur.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckEWwBJ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckEWwBJ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccpfRK9D.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccpfRK9D.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccpOge0V.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccpOge0V.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccR25Bwp.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccR25Bwp.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccnt9Q4b.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccnt9Q4b.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream& is, complex& x) not implemented. -stream_input.pass.cpp failed to compile -stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream& o, const complex& x) not implemented. -stream_output.pass.cpp failed to compile -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -iter_initializer_list.pass.cpp: In function ‘int main()’: -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: using ‘typename’ outside of template -iter_initializer_list.pass.cpp:36: error: ‘S’ has not been declared -iter_initializer_list.pass.cpp:36: error: expected ‘(’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘i’ -iter_initializer_list.pass.cpp:36: error: expected primary-expression before ‘)’ token -iter_initializer_list.pass.cpp:36: error: expected ‘;’ before ‘)’ token -iter_initializer_list.pass.cpp:37: error: ‘i’ was not declared in this scope -iter_initializer_list.pass.cpp failed to compile -failed 1 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 8 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 4 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 28 -sections without failures: 878 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 103 -number of tests passed : 3215 - + ---- -total number of tests : 3318 -**************************************************** diff --git a/test_results/2010-04-15 clang_i386 b/test_results/2010-04-15 clang_i386 deleted file mode 100644 index 2fc504be..00000000 --- a/test_results/2010-04-15 clang_i386 +++ /dev/null @@ -1,15291 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -#error unordered_map == unordered_map not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_map::reserve not implemented -#error unordered_map::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -#error unordered_multimap == unordered_multimap not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -#error unordered_multimap::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -#error unordered_multiset == unordered_multiset not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -#error unordered_multiset::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -#error unordered_set == unordered_set not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -#error unordered_set::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 16532 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 16540 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 16548 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 16557 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 16568 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 16575 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 16599 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 16606 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 16617 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 16624 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 16631 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 16638 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 16660 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 16667 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 16678 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 16689 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 16696 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 16703 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 17212 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 17533 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17548 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 17560 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 17580 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 17591 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 17598 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 17605 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 17612 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 17636 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17650 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 17662 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 17676 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17683 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 17695 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 17702 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 17709 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 17716 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 17738 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17752 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 17764 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 17779 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17786 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 17798 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 17805 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 17812 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 17819 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 17842 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 17856 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 17868 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 17882 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 17889 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 17901 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 17908 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 17915 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 17923 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 17956 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 17963 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 17970 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 17977 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 18010 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 18036 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 18071 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 18097 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 18109 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 18131 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 18138 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 18145 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 18152 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 18159 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 18166 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 18173 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 18180 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 18187 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 18194 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 18201 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 18208 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 18215 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 18237 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 18244 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 18251 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 18259 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 18266 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 18273 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 18280 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 18287 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 18294 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 18301 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 18312 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 18334 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 18342 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 18349 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 18356 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 18363 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 18370 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 18377 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 18384 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 18392 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 18399 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 18406 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 18413 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 18420 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 18427 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 18434 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 18441 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 18448 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 18455 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 18488 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 18514 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 18549 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 18556 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 18563 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 18570 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 18581 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 18588 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 18595 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 18602 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 18609 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 18616 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 18623 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 18630 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 18637 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 18644 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 18651 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 18658 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 18665 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 18676 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 18683 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 18690 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 18698 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 18705 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 18712 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 18719 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 18726 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 18733 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 18740 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 18751 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 18758 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 18765 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 18787 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 18794 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 18801 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 18812 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 18819 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 18826 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 18837 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 18845 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 18856 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 18863 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 18870 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 18877 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 18884 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 18891 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 19087 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 19098 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 19105 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 19112 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 19119 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 19126 Bus error ./a.out -move.pass.cpp failed at run time -./testit: line 96: 19133 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 19140 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 19147 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 19154 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 19161 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 19171 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 19180 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 19190 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 19201 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 19208 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 19215 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 19222 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 19229 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 19236 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 19243 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 19250 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 19257 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 19264 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 19273 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 19297 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 19304 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 19312 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 19320 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 19327 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 19335 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 19342 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 19349 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 19356 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 19369 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 19380 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 19391 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 19398 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 19409 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 19418 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 19544 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 19551 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 19558 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 19571 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 19578 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 19585 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 19621 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 19628 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 19635 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 19642 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 19653 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 19660 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 19667 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 19674 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 19681 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 19688 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 19695 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 19702 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 19709 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 19716 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 19723 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 19730 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 19737 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 19744 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 20189 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 20204 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 20216 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 20230 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 20242 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 20264 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 20278 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 20290 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 20304 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 20316 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 20461 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 20476 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 20488 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 20502 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 20514 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 21672 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 21686 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 21698 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 21705 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 21712 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 21719 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 21726 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 21756 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 21763 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 21770 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 21782 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 21793 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 21804 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 21815 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 21826 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 21833 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 21840 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 21851 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 21919 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 21926 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 21933 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 21944 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 21952 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 21959 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 21981 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 21988 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 21999 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 22006 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 22020 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -Assertion failed: (A::constructed == 0), function main, file current_exception.pass.cpp, line 59. -./testit: line 96: 22359 Abort trap ./a.out -current_exception.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file make_exception_ptr.pass.cpp, line 61. -./testit: line 96: 22373 Abort trap ./a.out -make_exception_ptr.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file rethrow_exception.pass.cpp, line 69. -./testit: line 96: 22380 Abort trap ./a.out -rethrow_exception.pass.cpp failed at run time -failed 3 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -./testit: line 96: 22918 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 22947 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 22959 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 22966 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 22973 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 23038 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 23067 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 23074 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 23081 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 23088 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 23095 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 23102 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 23116 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 23123 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 23130 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 23137 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 23144 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 23151 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 23220 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 23227 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 23234 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 23241 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 23253 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 23260 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 23267 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 23274 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 23281 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 23288 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 23295 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 23302 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 23309 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 23316 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 23323 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 23330 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 23337 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 23344 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 23351 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 23358 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 23365 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 23372 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 23379 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 23386 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 23393 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 23400 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 23407 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 23414 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 23421 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 23428 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 23435 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 23442 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 23449 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 23510 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 23522 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 23529 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 23536 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 23543 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 23550 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 23557 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 23564 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 23571 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 23578 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 23585 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 23592 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 23599 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 23815 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 23823 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 23830 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 23837 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 23844 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 23884 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 23891 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 23898 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 23905 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 23913 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 24136 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 24144 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 24151 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 24158 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 24165 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 24172 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 24179 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 24186 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 24226 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 24233 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 24240 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 24247 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 24254 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 24261 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 24268 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 24276 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 24283 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 24290 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 24297 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 24362 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 24369 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 24376 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 24384 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 24391 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 24398 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 24405 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 24412 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 24419 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 24426 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 24433 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 24470 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 24477 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 24484 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 24491 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 24498 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -./testit: line 96: 24505 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 24512 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 24519 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 24526 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 24533 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 24540 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 24547 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 24577 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 24584 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 24606 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 24635 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 24647 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 24654 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 24661 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 24668 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 24675 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 24769 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 24776 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 24783 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 24790 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 24797 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 24804 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 24811 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 24818 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 24825 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 24836 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 24855 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 24862 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 24873 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 24880 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 24946 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 24953 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 24960 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 24967 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 24974 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 24981 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 24988 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 24995 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 25002 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 25009 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 25016 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 25041 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 25048 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 25062 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -tgmath_h.pass.cpp:26:2: error: #error is not implemented -#error is not implemented - ^ -1 error generated. -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -./testit: line 96: 25450 Abort trap ./a.out -stream_input.pass.cpp failed at run time -./testit: line 96: 25458 Abort trap ./a.out -stream_output.pass.cpp failed at run time -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 28048 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 28060 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 28067 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 28074 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 28081 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 28104 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 28134 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 28162 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 28185 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 28215 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 28247 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 28279 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 28304 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 28322 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 28329 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 28336 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 28350 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 28357 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 28375 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 31353 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 31386 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 31435 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 31461 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 34578 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^ -In file included from move01.pass.cpp:33: -../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s(new A[3], Deleter(5)); - ^ -In file included from move01.pass.cpp:33: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s(p, Deleter()); - ^ -In file included from pointer_deleter01.pass.cpp:32: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s1(p1, Deleter(1)); - ^ -In file included from swap.pass.cpp:30: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -swap.pass.cpp:57:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s2(p2, Deleter(2)); - ^ -In file included from swap.pass.cpp:30: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 37439 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1221:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s1(p1, Deleter(1)); - ^ -In file included from swap.pass.cpp:30: -../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -swap.pass.cpp:78:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s2(p2, Deleter(2)); - ^ -In file included from swap.pass.cpp:30: -../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 38015 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 38030 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 38295 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 38367 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -is_abstract.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_abstract.pass.cpp:84:5: note: in instantiation of function template specialization 'test_is_abstract' requested here - test_is_abstract(); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -4 errors generated. -is_abstract.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 25 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 9 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 40016 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 40037 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -7 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -6 errors generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 101239) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 157 -sections without failures: 749 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 590 -number of tests passed : 2733 - + ---- -total number of tests : 3323 -**************************************************** diff --git a/test_results/2010-04-15 clang_x86_64 b/test_results/2010-04-15 clang_x86_64 deleted file mode 100644 index 7a013d92..00000000 --- a/test_results/2010-04-15 clang_x86_64 +++ /dev/null @@ -1,15291 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:38: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:561: -../../../../include/utility:134:47: error: reference to type 'int const' requires an initializer - _YUGA_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -#error unordered_map == unordered_map not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_map::reserve not implemented -#error unordered_map::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -#error unordered_multimap == unordered_multimap not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -#error unordered_multimap::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -#error unordered_multiset == unordered_multiset not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -#error unordered_multiset::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -#error unordered_set == unordered_set not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -#error unordered_set::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 42456 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 42464 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 42471 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 42482 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 42493 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 42500 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 42524 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 42531 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 42542 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 42549 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 42556 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 42563 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 42585 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 42592 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 42603 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 42614 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 42621 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 42628 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 43139 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 43460 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 43474 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 43486 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 43505 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 43516 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 43523 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 43530 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 43537 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 43559 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 43573 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 43585 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 43599 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 43606 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 43618 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 43627 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 43634 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 43641 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 43663 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 43677 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 43689 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 43703 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 43710 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 43722 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 43729 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 43736 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 43743 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 43765 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 43780 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 43793 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 43807 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 43814 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 43826 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 43833 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 43840 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 43847 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 43880 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 43887 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 43894 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 43901 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 43934 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 43960 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 43995 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 44022 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 44034 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 44056 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 44065 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 44072 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 44079 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 44086 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 44093 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 44100 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 44107 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 44114 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 44121 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 44128 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 44135 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 44142 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 44164 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 44171 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 44178 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 44185 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 44192 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 44199 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 44206 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 44213 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 44220 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 44227 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 44238 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 44260 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 44267 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 44274 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 44281 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 44288 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 44295 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 44302 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 44309 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 44316 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 44323 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 44330 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 44337 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 44344 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 44351 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 44358 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 44365 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 44372 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 44379 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 44412 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 44438 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 44472 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 44479 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 44486 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 44493 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 44504 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 44511 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 44518 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 44525 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 44532 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 44539 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 44546 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 44553 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 44560 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 44567 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 44575 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 44582 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 44589 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 44600 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 44607 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 44614 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 44621 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 44628 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 44635 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 44642 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 44649 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 44657 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 44665 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 44676 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 44683 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 44691 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 44715 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 44722 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 44729 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 44740 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 44747 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 44754 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 44765 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 44772 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 44783 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 44790 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 44797 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 44805 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 44812 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 44819 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 45013 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 45024 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 45031 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 45038 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 45045 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 45052 Segmentation fault ./a.out -move.pass.cpp failed at run time -./testit: line 96: 45059 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 45066 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 45073 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 45080 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 45087 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 45094 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 45101 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 45108 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 45119 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 45126 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 45133 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 45140 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 45147 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 45154 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 45161 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 45168 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 45175 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 45182 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 45190 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 45213 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 45220 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 45227 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 45234 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 45241 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 45249 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 45256 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 45263 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 45270 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 45281 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 45292 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 45303 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 45310 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 45321 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 45328 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 45453 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 45460 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 45467 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 45478 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 45485 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 45492 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 45528 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 45535 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 45542 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 45549 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 45560 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 45567 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 45574 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 45581 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 45588 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 45596 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 45603 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 45610 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 45617 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 45624 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 45631 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 45638 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 45645 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 45653 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 46098 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 46114 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 46126 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 46140 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 46152 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 46174 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 46188 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 46200 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 46214 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 46226 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 46366 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 46380 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 46392 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 46406 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 46418 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 47579 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 47593 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 47606 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 47613 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 47620 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 47627 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 47634 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 47663 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 47670 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 47677 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 47689 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 47700 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 47711 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 47722 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 47733 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 47740 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 47747 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 47758 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 47826 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 47833 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 47840 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 47851 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 47858 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 47866 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 47888 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 47895 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 47906 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 47913 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 47927 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -Assertion failed: (A::constructed == 0), function main, file current_exception.pass.cpp, line 59. -./testit: line 96: 48266 Abort trap ./a.out -current_exception.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file make_exception_ptr.pass.cpp, line 61. -./testit: line 96: 48280 Abort trap ./a.out -make_exception_ptr.pass.cpp failed at run time -Assertion failed: (A::constructed == 0), function main, file rethrow_exception.pass.cpp, line 69. -./testit: line 96: 48287 Abort trap ./a.out -rethrow_exception.pass.cpp failed at run time -failed 3 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -./testit: line 96: 48825 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 48854 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 48866 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 48873 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 48880 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 48945 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 48974 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 48981 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 48988 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 48995 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 49002 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 49009 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 49023 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 49030 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 49037 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 49044 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 49051 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 49058 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 49127 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 49134 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 49141 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 49148 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 49160 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 49167 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 49174 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 49181 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 49188 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 49195 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 49202 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 49209 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 49216 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 49223 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 49230 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 49237 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 49244 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 49251 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 49258 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 49265 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 49273 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 49280 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 49287 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 49294 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 49301 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 49308 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 49315 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 49322 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 49329 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 49336 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 49343 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 49350 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 49357 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 49418 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 49430 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 49437 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 49444 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 49451 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 49458 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 49465 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 49472 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 49479 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 49486 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 49493 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 49500 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 49507 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 49722 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 49729 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 49736 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 49743 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 49750 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 49791 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 49798 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 49805 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 49812 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 49819 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 50040 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 50047 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 50055 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 50067 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 50074 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 50081 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 50088 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 50095 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 50135 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 50142 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 50149 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 50156 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 50163 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 50170 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 50177 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 50184 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 50191 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 50198 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 50205 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 50270 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 50277 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 50284 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 50291 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 50298 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 50305 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 50312 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 50319 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 50328 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 50335 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 50342 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 50382 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 50389 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 50400 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 50407 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 50415 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -./testit: line 96: 50422 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 50430 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 50437 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 50444 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 50451 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 50458 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 50465 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 50495 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 50502 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 50524 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 50553 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 50565 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 50572 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 50579 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 50586 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 50593 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 50687 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 50694 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 50702 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 50709 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 50716 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 50723 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 50730 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 50737 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 50744 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 50755 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 50774 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 50781 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 50792 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 50799 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 50865 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 50873 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 50880 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 50887 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 50896 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 50904 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 50911 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 50918 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 50925 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 50932 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 50939 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 50964 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 50971 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 50985 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -tgmath_h.pass.cpp:26:2: error: #error is not implemented -#error is not implemented - ^ -1 error generated. -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -./testit: line 96: 51374 Abort trap ./a.out -stream_input.pass.cpp failed at run time -./testit: line 96: 51381 Abort trap ./a.out -stream_output.pass.cpp failed at run time -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 53146 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 53154 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 53161 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 53168 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 53175 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 53182 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 53189 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 53196 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 53203 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 53210 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 53217 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 53224 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 53231 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 53238 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 53245 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 53252 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 53259 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 53266 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 53273 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 54427 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 54435 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 54456 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 54463 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 56439 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__yuga_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __yuga_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^ -In file included from move01.pass.cpp:33: -../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s(new A[3], Deleter(5)); - ^ -In file included from move01.pass.cpp:33: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s(p, Deleter()); - ^ -In file included from pointer_deleter01.pass.cpp:32: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s1(p1, Deleter(1)); - ^ -In file included from swap.pass.cpp:30: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -swap.pass.cpp:57:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s2(p2, Deleter(2)); - ^ -In file included from swap.pass.cpp:30: -../../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 58293 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1221:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__yuga_config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:29: note: candidate function - _YUGA_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s1(p1, Deleter(1)); - ^ -In file included from swap.pass.cpp:30: -../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -swap.pass.cpp:78:41: error: calling a private constructor of class 'std::unique_ptr >' - std::unique_ptr > s2(p2, Deleter(2)); - ^ -In file included from swap.pass.cpp:30: -../../../../../include/memory:2432:9: note: declared private here - unique_ptr(_Up __u, - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 58714 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 58722 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 58910 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 58958 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -is_abstract.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_abstract.pass.cpp:84:5: note: in instantiation of function template specialization 'test_is_abstract' requested here - test_is_abstract(); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -4 errors generated. -is_abstract.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:54: note: in instantiation of template class 'std::__is_empty1' requested here -struct __yuga_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__yuga_empty' requested here -template struct is_empty : public __yuga_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__yuga_config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__yuga_polymorphic' requested here -template struct is_polymorphic : public __yuga_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 25 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 9 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 60188 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 60195 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:38: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _YUGA_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:29: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _YUGA_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:42: note: candidate template ignored: failed template argument deduction - _YUGA_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:29: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _YUGA_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -7 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__yuga_config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -6 errors generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 101239) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 157 -sections without failures: 749 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 590 -number of tests passed : 2733 - + ---- -total number of tests : 3323 -**************************************************** diff --git a/test_results/2010-04-15 g++-4_2_i386 b/test_results/2010-04-15 g++-4_2_i386 deleted file mode 100644 index c00e33d4..00000000 --- a/test_results/2010-04-15 g++-4_2_i386 +++ /dev/null @@ -1,5373 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_map::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 52. -./testit: line 96: 59020 Abort trap ./a.out -lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -Assertion failed: (d < ns(5000000)), function f1, file try_lock_for.pass.cpp, line 53. -./testit: line 96: 59251 Abort trap ./a.out -try_lock_for.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1222: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1174: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1169: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 63761 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 63776 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 64095 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 48 -sections without failures: 858 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 141 -number of tests passed : 3182 - + ---- -total number of tests : 3323 -**************************************************** diff --git a/test_results/2010-04-15 g++-4_2_x86_64 b/test_results/2010-04-15 g++-4_2_x86_64 deleted file mode 100644 index 57b848e4..00000000 --- a/test_results/2010-04-15 g++-4_2_x86_64 +++ /dev/null @@ -1,5368 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_map::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -./testit: line 96: 84827 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1222: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1174: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1169: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 92783 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 92793 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 93031 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 47 -sections without failures: 859 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 140 -number of tests passed : 3183 - + ---- -total number of tests : 3323 -**************************************************** diff --git a/test_results/2010-04-15 g++-4_4_i386 b/test_results/2010-04-15 g++-4_4_i386 deleted file mode 100644 index 59dbc6de..00000000 --- a/test_results/2010-04-15 g++-4_4_i386 +++ /dev/null @@ -1,3953 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 1 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 22 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 2 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 1 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 2 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 1 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 1 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_map::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.map -passed 17 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 31 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 1 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -not implemented: /test/language.support/support.general -passed 1 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 2 tests in /test/language.support/support.limits/c.limits -passed 1 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 6 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 6 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 1 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccyQ3pHI.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccyQ3pHI.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccyQ3pHI.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccyQ3pHI.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccyQ3pHI.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccyQ3pHI.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccyQ3pHI.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccyQ3pHI.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccyQ3pHI.o - my_facet::~my_facet() in ccyQ3pHI.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccyQ3pHI.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccyQ3pHI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccCEXdAm.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccCEXdAm.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccCEXdAm.o - my_facet::~my_facet() in ccCEXdAm.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccCEXdAm.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccCEXdAm.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccCEXdAm.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccCEXdAm.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccCEXdAm.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccCEXdAm.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccCEXdAm.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccCEXdAm.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccUDUwIU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYYp46l.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccgud5uD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cczwXKzL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccItxnk4.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNqJQX1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccEmjZEs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWGA5HU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccb9Bsp5.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccBHTjsW.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccj4UQRv.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTU9Pmb.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccep9Z9C.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc287jqd.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cck2StUz.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccecmgnT.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccnXgXy8.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccnXgXy8.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccnXgXy8.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccnXgXy8.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccNTxjXm.o - my_facet::~my_facet() in ccNTxjXm.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccNTxjXm.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccNTxjXm.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccNTxjXm.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccNTxjXm.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccNTxjXm.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccNTxjXm.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccNTxjXm.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccNTxjXm.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccNTxjXm.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNTxjXm.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccNTxjXm.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in cc7uWeLG.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc7uWeLG.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc7uWeLG.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc7uWeLG.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7uWeLG.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cc7uWeLG.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cc7uWeLG.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc7uWeLG.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in cc7uWeLG.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc7uWeLG.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cc7uWeLG.o - my_facet::~my_facet() in cc7uWeLG.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc7uWeLG.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccK9OezJ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccK9OezJ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmSaZyL.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmSaZyL.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cclAORlZ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclAORlZ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmfu7e7.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmfu7e7.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchTm0PM.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchTm0PM.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYhvpCh.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYhvpCh.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchV8GPO.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchV8GPO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccuW8ILN.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccuW8ILN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYIzJPl.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYIzJPl.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccRWkLVU.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccRWkLVU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFzvHUa.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFzvHUa.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchhwIPs.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cchhwIPs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -tgmath_h.pass.cpp:26:2: error: #error is not implemented -tgmath_h.pass.cpp failed to compile -failed 1 tests in /test/numerics/c.math -passed 2 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 1 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -not implemented: /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -failed 1 tests in /test/strings/c.strings -passed 4 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 1 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -Assertion failed: (d < ns(2500000)), function f, file mutex.pass.cpp, line 52. -./testit: line 96: 2713 Abort trap ./a.out -mutex.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 10 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 1 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 1 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 6 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 145 -sections with failures : 25 -sections without failures: 881 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 91 -number of tests passed : 3232 - + ---- -total number of tests : 3323 -**************************************************** diff --git a/test_results/2010-04-22 clang_i386 b/test_results/2010-04-22 clang_i386 deleted file mode 100644 index e55d6561..00000000 --- a/test_results/2010-04-22 clang_i386 +++ /dev/null @@ -1,15289 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -#error unordered_multimap == unordered_multimap not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -#error unordered_multimap::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -#error unordered_multiset == unordered_multiset not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -#error unordered_multiset::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -#error unordered_set == unordered_set not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -#error unordered_set::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 32 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 33984 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 33992 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 34000 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 34007 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 34018 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 34025 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 34047 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 34054 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 34065 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 34072 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 34079 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 34086 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 34108 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 34115 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 34126 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 34137 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 34144 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 34151 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 34663 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 34998 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 35012 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 35024 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 35043 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 35054 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 35061 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 35068 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 35075 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 35097 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 35111 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 35123 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 35137 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 35144 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 35156 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 35163 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 35170 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 35177 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 35199 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 35213 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 35225 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 35239 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 35246 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 35258 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 35265 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 35272 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 35279 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 35301 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 35316 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 35328 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 35342 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 35349 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 35361 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 35368 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 35375 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 35382 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 35415 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 35422 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 35429 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 35436 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 35469 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 35495 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 35529 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 35555 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 35567 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 35589 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 35596 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 35603 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 35610 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 35618 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 35625 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 35632 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 35639 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 35646 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 35653 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 35660 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 35667 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 35674 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 35696 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 35703 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 35710 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 35717 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 35724 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 35731 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 35738 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 35745 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 35752 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 35759 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 35770 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 35792 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 35799 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 35806 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 35813 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 35820 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 35827 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 35834 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 35841 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 35848 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 35855 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 35862 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 35869 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 35876 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 35883 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 35890 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 35897 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 35904 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 35911 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 35944 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 35970 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 36004 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 36011 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 36018 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 36025 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 36036 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 36043 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 36050 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 36057 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 36064 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 36071 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 36078 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 36085 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 36092 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 36099 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 36106 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 36113 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 36120 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 36131 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 36138 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 36145 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 36152 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 36159 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 36166 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 36173 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 36180 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 36187 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 36194 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 36205 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 36212 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 36220 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 36242 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 36249 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 36256 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 36267 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 36274 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 36281 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 36292 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 36299 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 36310 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 36317 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 36326 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 36333 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 36340 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 36347 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 36556 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 36567 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 36574 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 36581 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 36588 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 36595 Bus error ./a.out -move.pass.cpp failed at run time -./testit: line 96: 36602 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 36609 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 36616 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 36623 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 36631 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 36638 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 36645 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 36652 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 36663 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 36670 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 36678 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 36686 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 36693 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 36700 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 36707 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 36714 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 36721 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 36728 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 36735 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 36757 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 36764 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 36771 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 36778 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 36785 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 36793 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 36800 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 36807 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 36814 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 36825 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 36836 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 36847 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 36854 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 36865 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 36872 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 36999 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 37006 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 37013 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 37024 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 37031 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 37038 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 37074 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 37081 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 37088 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 37095 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 37106 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 37113 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 37120 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 37127 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 37134 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 37141 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 37148 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 37155 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 37162 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 37169 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 37176 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 37183 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 37190 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 37197 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 37636 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 37651 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 37663 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 37677 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 37689 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 37711 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 37725 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 37737 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 37751 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 37763 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 37903 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 37917 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 37929 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 37943 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 37955 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 39113 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 39127 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 39139 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 39147 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 39154 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 39161 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 39168 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 39197 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 39204 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 39211 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 39223 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 39234 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 39245 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 39256 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 39267 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 39274 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 39281 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 39292 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 39360 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 39367 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 39374 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 39385 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 39392 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 39399 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 39421 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 39428 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 39439 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 39446 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 39460 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -terminate called after throwing an instance of 'std::bad_cast' - what(): std::bad_cast -./testit: line 96: 40450 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 40479 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 40491 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 40498 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 40505 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 40570 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 40599 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 40606 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 40613 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 40620 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 40627 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 40634 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 40648 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 40655 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 40662 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 40669 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 40676 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 40683 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 40752 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 40759 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 40766 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 40773 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 40785 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 40792 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 40799 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 40806 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 40813 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 40820 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 40827 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 40834 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 40841 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 40848 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 40855 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 40862 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 40869 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 40876 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 40883 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 40890 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 40897 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 40904 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 40911 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 40918 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 40925 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 40932 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 40939 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 40946 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 40953 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 40960 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 40967 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 40974 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 40981 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 41042 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 41054 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 41061 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 41068 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 41075 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 41082 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 41089 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 41096 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 41103 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 41110 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 41117 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 41124 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 41131 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 41349 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 41357 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 41365 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 41372 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 41379 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 41419 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 41426 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 41433 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 41440 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 41447 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 41670 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 41680 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 41687 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 41696 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 41703 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 41710 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 41721 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 41728 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 41768 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 41776 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 41783 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 41790 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 41797 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 41804 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 41811 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 41818 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 41826 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 41833 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 41840 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 41905 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 41913 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 41920 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 41927 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 41936 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 41943 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 41950 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 41957 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 41964 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 41971 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 41978 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 42015 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 42022 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 42029 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 42036 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 42043 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -./testit: line 96: 42050 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 42057 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 42064 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 42071 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 42078 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 42085 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 42092 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 42122 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 42129 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 42151 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 42180 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 42192 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 42202 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 42210 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 42218 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 42225 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 42319 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 42326 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 42333 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 42340 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 42347 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 42354 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 42361 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 42368 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 42375 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 42386 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 42405 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 42412 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 42423 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 42430 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 42496 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 42504 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 42511 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 42518 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 42525 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 42534 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 42541 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 42548 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 42555 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 42562 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 42569 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 42594 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 42601 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 42615 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -./testit: line 96: 43023 Abort trap ./a.out -stream_input.pass.cpp failed at run time -./testit: line 96: 43031 Abort trap ./a.out -stream_output.pass.cpp failed at run time -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 45220 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 45253 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 45296 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 45321 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 45364 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 45393 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 45418 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 45465 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 45490 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 45504 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 45529 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 45554 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 45590 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 45604 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 45629 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 45661 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 45700 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 45732 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 45754 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 47806 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 47838 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 47891 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 47923 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 51808 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:35: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:57:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 54097 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1221:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:78:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 54820 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 54835 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 55237 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -is_abstract.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_abstract.pass.cpp:84:5: note: in instantiation of function template specialization 'test_is_abstract' requested here - test_is_abstract(); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -4 errors generated. -is_abstract.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 25 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 9 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 57108 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 57124 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:56:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -6 errors generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 102057) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 142 -sections with failures : 154 -sections without failures: 755 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 586 -number of tests passed : 2778 - + ---- -total number of tests : 3364 -**************************************************** diff --git a/test_results/2010-04-22 clang_x86_64 b/test_results/2010-04-22 clang_x86_64 deleted file mode 100644 index 7251fc6d..00000000 --- a/test_results/2010-04-22 clang_x86_64 +++ /dev/null @@ -1,15309 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:571: -../../../../include/utility:134:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -#error unordered_multimap == unordered_multimap not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -#error unordered_multimap::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -#error unordered_multiset == unordered_multiset not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -#error unordered_multiset::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -#error unordered_set == unordered_set not implemented - ^ -1 error generated. -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -#error unordered_set::reserve not implemented - ^ -1 error generated. -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 32 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -./testit: line 96: 60208 Abort trap ./a.out -ccp.pass.cpp failed at run time -./testit: line 96: 60216 Abort trap ./a.out -ccp_size.pass.cpp failed at run time -./testit: line 96: 60223 Abort trap ./a.out -cp.pass.cpp failed at run time -./testit: line 96: 60230 Abort trap ./a.out -cp_size.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -./testit: line 96: 60241 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 60248 Abort trap ./a.out -str.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -./testit: line 96: 60270 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 60277 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -./testit: line 96: 60288 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 60295 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 60302 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 60309 Abort trap ./a.out -str.pass.cpp failed at run time -failed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -./testit: line 96: 60331 Abort trap ./a.out -cp_size_mode.pass.cpp failed at run time -./testit: line 96: 60338 Abort trap ./a.out -default.pass.cpp failed at run time -failed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -./testit: line 96: 60349 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -./testit: line 96: 60360 Abort trap ./a.out -freeze.pass.cpp failed at run time -./testit: line 96: 60367 Abort trap ./a.out -pcount.pass.cpp failed at run time -./testit: line 96: 60374 Abort trap ./a.out -str.pass.cpp failed at run time -failed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -./testit: line 96: 60891 Abort trap ./a.out -stream_inserter.pass.cpp failed at run time -failed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 2 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -./testit: line 96: 61234 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 61248 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.assign -./testit: line 96: 61260 Abort trap ./a.out -default.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.cons -./testit: line 96: 61280 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -./testit: line 96: 61291 Abort trap ./a.out -overflow.pass.cpp failed at run time -./testit: line 96: 61298 Abort trap ./a.out -pbackfail.pass.cpp failed at run time -./testit: line 96: 61306 Abort trap ./a.out -seekoff.pass.cpp failed at run time -./testit: line 96: 61313 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -./testit: line 96: 61335 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 61350 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.assign -./testit: line 96: 61364 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 61378 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 61385 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/fstream.cons -./testit: line 96: 61397 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 61404 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 61411 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 61418 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -./testit: line 96: 61440 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 61454 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.assign -./testit: line 96: 61466 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 61480 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 61487 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream.cons -./testit: line 96: 61499 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 61506 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 61513 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 61520 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -./testit: line 96: 61542 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 61556 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.assign -./testit: line 96: 61568 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 61583 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 61590 Abort trap ./a.out -string.pass.cpp failed at run time -failed 3 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream.cons -./testit: line 96: 61602 Abort trap ./a.out -close.pass.cpp failed at run time -./testit: line 96: 61609 Abort trap ./a.out -open_pointer.pass.cpp failed at run time -./testit: line 96: 61616 Abort trap ./a.out -open_string.pass.cpp failed at run time -./testit: line 96: 61623 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -./testit: line 96: 61656 Abort trap ./a.out -get_money.pass.cpp failed at run time -./testit: line 96: 61663 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 61670 Abort trap ./a.out -put_money.pass.cpp failed at run time -./testit: line 96: 61677 Abort trap ./a.out -put_time.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -./testit: line 96: 61710 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -./testit: line 96: 61736 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -./testit: line 96: 61770 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -./testit: line 96: 61796 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -./testit: line 96: 61808 Abort trap ./a.out -ctor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -./testit: line 96: 61830 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 61837 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 61844 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 61851 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 61858 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 61865 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 61872 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 61879 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 61886 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 61893 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 61900 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 61907 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 61914 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -./testit: line 96: 61938 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 61945 Abort trap ./a.out -chart.pass.cpp failed at run time -./testit: line 96: 61952 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 61959 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 61967 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 61974 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 61981 Abort trap ./a.out -streambuf.pass.cpp failed at run time -./testit: line 96: 61988 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 61995 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -./testit: line 96: 62002 Abort trap ./a.out -wchar_t_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -./testit: line 96: 62014 Abort trap ./a.out -ws.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -./testit: line 96: 62036 Abort trap ./a.out -get.pass.cpp failed at run time -./testit: line 96: 62043 Abort trap ./a.out -get_chart.pass.cpp failed at run time -./testit: line 96: 62050 Abort trap ./a.out -get_pointer_size.pass.cpp failed at run time -./testit: line 96: 62057 Abort trap ./a.out -get_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 62064 Abort trap ./a.out -get_streambuf.pass.cpp failed at run time -./testit: line 96: 62071 Abort trap ./a.out -get_streambuf_chart.pass.cpp failed at run time -./testit: line 96: 62078 Abort trap ./a.out -getline_pointer_size.pass.cpp failed at run time -./testit: line 96: 62087 Abort trap ./a.out -getline_pointer_size_chart.pass.cpp failed at run time -./testit: line 96: 62094 Abort trap ./a.out -ignore.pass.cpp failed at run time -./testit: line 96: 62101 Abort trap ./a.out -peek.pass.cpp failed at run time -./testit: line 96: 62108 Abort trap ./a.out -putback.pass.cpp failed at run time -./testit: line 96: 62115 Abort trap ./a.out -read.pass.cpp failed at run time -./testit: line 96: 62122 Abort trap ./a.out -readsome.pass.cpp failed at run time -./testit: line 96: 62129 Abort trap ./a.out -seekg.pass.cpp failed at run time -./testit: line 96: 62136 Abort trap ./a.out -seekg_off.pass.cpp failed at run time -./testit: line 96: 62143 Abort trap ./a.out -sync.pass.cpp failed at run time -./testit: line 96: 62150 Abort trap ./a.out -tellg.pass.cpp failed at run time -./testit: line 96: 62157 Abort trap ./a.out -unget.pass.cpp failed at run time -failed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -./testit: line 96: 62190 Abort trap ./a.out -member_swap.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.assign -./testit: line 96: 62218 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -./testit: line 96: 62252 Abort trap ./a.out -basic_ios.pass.cpp failed at run time -./testit: line 96: 62259 Abort trap ./a.out -ios_base.pass.cpp failed at run time -./testit: line 96: 62267 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 62274 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -./testit: line 96: 62285 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 62292 Abort trap ./a.out -double.pass.cpp failed at run time -./testit: line 96: 62299 Abort trap ./a.out -float.pass.cpp failed at run time -./testit: line 96: 62306 Abort trap ./a.out -int.pass.cpp failed at run time -./testit: line 96: 62313 Abort trap ./a.out -long.pass.cpp failed at run time -./testit: line 96: 62320 Abort trap ./a.out -long_double.pass.cpp failed at run time -./testit: line 96: 62327 Abort trap ./a.out -long_long.pass.cpp failed at run time -./testit: line 96: 62334 Abort trap ./a.out -pointer.pass.cpp failed at run time -./testit: line 96: 62341 Abort trap ./a.out -short.pass.cpp failed at run time -./testit: line 96: 62348 Abort trap ./a.out -unsigned_int.pass.cpp failed at run time -./testit: line 96: 62355 Abort trap ./a.out -unsigned_long.pass.cpp failed at run time -./testit: line 96: 62362 Abort trap ./a.out -unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 62371 Abort trap ./a.out -unsigned_short.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -./testit: line 96: 62383 Abort trap ./a.out -CharT.pass.cpp failed at run time -./testit: line 96: 62390 Abort trap ./a.out -CharT_pointer.pass.cpp failed at run time -./testit: line 96: 62397 Abort trap ./a.out -char.pass.cpp failed at run time -./testit: line 96: 62404 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -./testit: line 96: 62411 Abort trap ./a.out -char_to_wide.pass.cpp failed at run time -./testit: line 96: 62418 Abort trap ./a.out -char_to_wide_pointer.pass.cpp failed at run time -./testit: line 96: 62425 Abort trap ./a.out -signed_char.pass.cpp failed at run time -./testit: line 96: 62432 Abort trap ./a.out -signed_char_pointer.pass.cpp failed at run time -./testit: line 96: 62440 Abort trap ./a.out -unsigned_char.pass.cpp failed at run time -./testit: line 96: 62447 Abort trap ./a.out -unsigned_char_pointer.pass.cpp failed at run time -failed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -./testit: line 96: 62458 Abort trap ./a.out -endl.pass.cpp failed at run time -./testit: line 96: 62465 Abort trap ./a.out -ends.pass.cpp failed at run time -./testit: line 96: 62472 Abort trap ./a.out -flush.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -./testit: line 96: 62494 Abort trap ./a.out -seekp.pass.cpp failed at run time -./testit: line 96: 62501 Abort trap ./a.out -seekp2.pass.cpp failed at run time -./testit: line 96: 62508 Abort trap ./a.out -tellp.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -./testit: line 96: 62519 Abort trap ./a.out -flush.pass.cpp failed at run time -./testit: line 96: 62526 Abort trap ./a.out -put.pass.cpp failed at run time -./testit: line 96: 62533 Abort trap ./a.out -write.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -./testit: line 96: 62544 Abort trap ./a.out -construct.pass.cpp failed at run time -./testit: line 96: 62551 Abort trap ./a.out -destruct.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -./testit: line 96: 62562 Abort trap ./a.out -resetiosflags.pass.cpp failed at run time -./testit: line 96: 62569 Abort trap ./a.out -setbase.pass.cpp failed at run time -./testit: line 96: 62576 Abort trap ./a.out -setfill.pass.cpp failed at run time -./testit: line 96: 62583 Abort trap ./a.out -setiosflags.pass.cpp failed at run time -./testit: line 96: 62590 Abort trap ./a.out -setprecision.pass.cpp failed at run time -./testit: line 96: 62597 Abort trap ./a.out -setw.pass.cpp failed at run time -failed 6 tests in /test/input.output/iostream.format/std.manip -passed 1 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -./testit: line 96: 62808 Abort trap ./a.out -ctor_streambuf.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -./testit: line 96: 62820 Abort trap ./a.out -copyfmt.pass.cpp failed at run time -./testit: line 96: 62827 Abort trap ./a.out -fill.pass.cpp failed at run time -./testit: line 96: 62834 Abort trap ./a.out -fill_char_type.pass.cpp failed at run time -./testit: line 96: 62841 Abort trap ./a.out -imbue.pass.cpp failed at run time -./testit: line 96: 62848 Segmentation fault ./a.out -move.pass.cpp failed at run time -./testit: line 96: 62855 Abort trap ./a.out -narow.pass.cpp failed at run time -./testit: line 96: 62864 Abort trap ./a.out -rdbuf.pass.cpp failed at run time -./testit: line 96: 62871 Abort trap ./a.out -rdbuf_streambuf.pass.cpp failed at run time -./testit: line 96: 62878 Abort trap ./a.out -set_rdbuf.pass.cpp failed at run time -./testit: line 96: 62885 Abort trap ./a.out -swap.pass.cpp failed at run time -./testit: line 96: 62892 Abort trap ./a.out -tie.pass.cpp failed at run time -./testit: line 96: 62899 Abort trap ./a.out -tie_ostream.pass.cpp failed at run time -./testit: line 96: 62906 Abort trap ./a.out -widen.pass.cpp failed at run time -failed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -./testit: line 96: 62917 Abort trap ./a.out -bad.pass.cpp failed at run time -./testit: line 96: 62924 Abort trap ./a.out -bool.pass.cpp failed at run time -./testit: line 96: 62931 Abort trap ./a.out -clear.pass.cpp failed at run time -./testit: line 96: 62939 Abort trap ./a.out -eof.pass.cpp failed at run time -./testit: line 96: 62947 Abort trap ./a.out -exceptions.pass.cpp failed at run time -./testit: line 96: 62954 Abort trap ./a.out -exceptions_iostate.pass.cpp failed at run time -./testit: line 96: 62961 Abort trap ./a.out -fail.pass.cpp failed at run time -./testit: line 96: 62968 Abort trap ./a.out -good.pass.cpp failed at run time -./testit: line 96: 62975 Abort trap ./a.out -not.pass.cpp failed at run time -./testit: line 96: 62982 Abort trap ./a.out -rdstate.pass.cpp failed at run time -./testit: line 96: 62989 Abort trap ./a.out -setstate.pass.cpp failed at run time -failed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -./testit: line 96: 63011 Abort trap ./a.out -flags.pass.cpp failed at run time -./testit: line 96: 63018 Abort trap ./a.out -flags_fmtflags.pass.cpp failed at run time -./testit: line 96: 63025 Abort trap ./a.out -precision.pass.cpp failed at run time -./testit: line 96: 63032 Abort trap ./a.out -precision_streamsize.pass.cpp failed at run time -./testit: line 96: 63039 Abort trap ./a.out -setf_fmtflags.pass.cpp failed at run time -./testit: line 96: 63046 Abort trap ./a.out -setf_fmtflags_mask.pass.cpp failed at run time -./testit: line 96: 63053 Abort trap ./a.out -unsetf_mask.pass.cpp failed at run time -./testit: line 96: 63060 Abort trap ./a.out -width.pass.cpp failed at run time -./testit: line 96: 63067 Abort trap ./a.out -width_streamsize.pass.cpp failed at run time -failed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -./testit: line 96: 63078 Abort trap ./a.out -register_callback.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -./testit: line 96: 63089 Abort trap ./a.out -dtor.pass.cpp failed at run time -failed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -./testit: line 96: 63100 Abort trap ./a.out -getloc.pass.cpp failed at run time -./testit: line 96: 63107 Abort trap ./a.out -imbue.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -./testit: line 96: 63118 Abort trap ./a.out -iword.pass.cpp failed at run time -./testit: line 96: 63125 Abort trap ./a.out -pword.pass.cpp failed at run time -failed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -./testit: line 96: 63250 Abort trap ./a.out -internal.pass.cpp failed at run time -./testit: line 96: 63257 Abort trap ./a.out -left.pass.cpp failed at run time -./testit: line 96: 63264 Abort trap ./a.out -right.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -./testit: line 96: 63275 Abort trap ./a.out -dec.pass.cpp failed at run time -./testit: line 96: 63282 Abort trap ./a.out -hex.pass.cpp failed at run time -./testit: line 96: 63289 Abort trap ./a.out -oct.pass.cpp failed at run time -failed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -./testit: line 96: 63325 Abort trap ./a.out -defaultfloat.pass.cpp failed at run time -./testit: line 96: 63332 Abort trap ./a.out -fixed.pass.cpp failed at run time -./testit: line 96: 63339 Abort trap ./a.out -hexfloat.pass.cpp failed at run time -./testit: line 96: 63346 Abort trap ./a.out -scientific.pass.cpp failed at run time -failed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -./testit: line 96: 63357 Abort trap ./a.out -boolalpha.pass.cpp failed at run time -./testit: line 96: 63364 Abort trap ./a.out -noboolalpha.pass.cpp failed at run time -./testit: line 96: 63371 Abort trap ./a.out -noshowbase.pass.cpp failed at run time -./testit: line 96: 63378 Abort trap ./a.out -noshowpoint.pass.cpp failed at run time -./testit: line 96: 63385 Abort trap ./a.out -noshowpos.pass.cpp failed at run time -./testit: line 96: 63392 Abort trap ./a.out -noskipws.pass.cpp failed at run time -./testit: line 96: 63399 Abort trap ./a.out -nounitbuf.pass.cpp failed at run time -./testit: line 96: 63406 Abort trap ./a.out -nouppercase.pass.cpp failed at run time -./testit: line 96: 63413 Abort trap ./a.out -showbase.pass.cpp failed at run time -./testit: line 96: 63420 Abort trap ./a.out -showpoint.pass.cpp failed at run time -./testit: line 96: 63427 Abort trap ./a.out -showpos.pass.cpp failed at run time -./testit: line 96: 63434 Abort trap ./a.out -skipws.pass.cpp failed at run time -./testit: line 96: 63441 Abort trap ./a.out -unitbuf.pass.cpp failed at run time -./testit: line 96: 63448 Abort trap ./a.out -uppercase.pass.cpp failed at run time -failed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -./testit: line 96: 63891 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 63905 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.assign -./testit: line 96: 63917 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 63931 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.cons -./testit: line 96: 63943 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -./testit: line 96: 63965 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 63979 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -./testit: line 96: 63991 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 64005 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -./testit: line 96: 64017 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -./testit: line 96: 64159 Abort trap ./a.out -default.pass.cpp failed at run time -./testit: line 96: 64174 Abort trap ./a.out -string.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons -passed 1 tests in /test/input.output/string.streams/stringstream.cons -./testit: line 96: 64186 Abort trap ./a.out -member_swap.pass.cpp failed at run time -./testit: line 96: 64200 Abort trap ./a.out -nonmember_swap.pass.cpp failed at run time -failed 2 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -./testit: line 96: 64212 Abort trap ./a.out -str.pass.cpp failed at run time -failed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -./testit: line 96: 65375 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 65389 Abort trap ./a.out -istream.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -./testit: line 96: 65401 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 65408 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 65415 Abort trap ./a.out -equal.pass.cpp failed at run time -./testit: line 96: 65422 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 65429 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -./testit: line 96: 65458 Abort trap ./a.out -istream.pass.cpp failed at run time -./testit: line 96: 65465 Abort trap ./a.out -proxy.pass.cpp failed at run time -./testit: line 96: 65472 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -./testit: line 96: 65484 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -./testit: line 96: 65495 Abort trap ./a.out -not_equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -./testit: line 96: 65506 Abort trap ./a.out -dereference.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -./testit: line 96: 65517 Abort trap ./a.out -equal.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -./testit: line 96: 65528 Abort trap ./a.out -arrow.pass.cpp failed at run time -./testit: line 96: 65535 Abort trap ./a.out -post_increment.pass.cpp failed at run time -./testit: line 96: 65542 Abort trap ./a.out -pre_increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -./testit: line 96: 65553 Abort trap ./a.out -proxy.pass.cpp failed at run time -failed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -./testit: line 96: 65621 Abort trap ./a.out -copy.pass.cpp failed at run time -./testit: line 96: 65628 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 65635 Abort trap ./a.out -ostream_delem.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -./testit: line 96: 65646 Abort trap ./a.out -assign_t.pass.cpp failed at run time -./testit: line 96: 65653 Abort trap ./a.out -dereference.pass.cpp failed at run time -./testit: line 96: 65660 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -./testit: line 96: 65682 Abort trap ./a.out -ostream.pass.cpp failed at run time -./testit: line 96: 65691 Abort trap ./a.out -streambuf.pass.cpp failed at run time -failed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -./testit: line 96: 65702 Abort trap ./a.out -assign_c.pass.cpp failed at run time -./testit: line 96: 65709 Abort trap ./a.out -deref.pass.cpp failed at run time -./testit: line 96: 65723 Abort trap ./a.out -increment.pass.cpp failed at run time -failed 3 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -Assertion failed: (false), function main, file new_array.pass.cpp, line 53. -./testit: line 96: 65845 Abort trap ./a.out -new_array.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_array_nothrow.pass.cpp, line 53. -./testit: line 96: 65852 Abort trap ./a.out -new_array_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -Assertion failed: (false), function main, file new.pass.cpp, line 53. -./testit: line 96: 65907 Abort trap ./a.out -new.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_nothrow.pass.cpp, line 53. -./testit: line 96: 65914 Abort trap ./a.out -new_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -terminate called after throwing an instance of 'std::bad_cast' - what(): std::bad_cast -./testit: line 96: 66715 Abort trap ./a.out -__scan_keyword.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 44. -./testit: line 96: 66744 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate -./testit: line 96: 66756 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 66763 Abort trap ./a.out -hash.pass.cpp failed at run time -./testit: line 96: 66770 Abort trap ./a.out -transform.pass.cpp failed at run time -failed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 66835 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -./testit: line 96: 66865 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 66872 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 66879 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 66886 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 66893 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 66900 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 66914 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 66921 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 66928 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 66937 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 66945 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 66952 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 2 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Assertion failed: (std::has_facet(l)), function main, file types_char.pass.cpp, line 51. -./testit: line 96: 67023 Abort trap ./a.out -types_char.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char16_t.pass.cpp, line 52. -./testit: line 96: 67031 Abort trap ./a.out -types_char16_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_char32_t.pass.cpp, line 52. -./testit: line 96: 67038 Abort trap ./a.out -types_char32_t.pass.cpp failed at run time -Assertion failed: (std::has_facet(l)), function main, file types_wchar_t.pass.cpp, line 51. -./testit: line 96: 67045 Abort trap ./a.out -types_wchar_t.pass.cpp failed at run time -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -./testit: line 96: 67058 Abort trap ./a.out -char16_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 67066 Abort trap ./a.out -char16_t_encoding.pass.cpp failed at run time -./testit: line 96: 67073 Abort trap ./a.out -char16_t_in.pass.cpp failed at run time -./testit: line 96: 67080 Abort trap ./a.out -char16_t_length.pass.cpp failed at run time -./testit: line 96: 67087 Abort trap ./a.out -char16_t_max_length.pass.cpp failed at run time -./testit: line 96: 67094 Abort trap ./a.out -char16_t_out.pass.cpp failed at run time -./testit: line 96: 67101 Abort trap ./a.out -char16_t_unshift.pass.cpp failed at run time -./testit: line 96: 67108 Abort trap ./a.out -char32_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 67115 Abort trap ./a.out -char32_t_encoding.pass.cpp failed at run time -./testit: line 96: 67122 Abort trap ./a.out -char32_t_in.pass.cpp failed at run time -./testit: line 96: 67129 Abort trap ./a.out -char32_t_length.pass.cpp failed at run time -./testit: line 96: 67136 Abort trap ./a.out -char32_t_max_length.pass.cpp failed at run time -./testit: line 96: 67143 Abort trap ./a.out -char32_t_out.pass.cpp failed at run time -./testit: line 96: 67150 Abort trap ./a.out -char32_t_unshift.pass.cpp failed at run time -./testit: line 96: 67157 Abort trap ./a.out -char_always_noconv.pass.cpp failed at run time -./testit: line 96: 67164 Abort trap ./a.out -char_encoding.pass.cpp failed at run time -./testit: line 96: 67171 Abort trap ./a.out -char_in.pass.cpp failed at run time -./testit: line 96: 67178 Abort trap ./a.out -char_length.pass.cpp failed at run time -./testit: line 96: 67186 Abort trap ./a.out -char_max_length.pass.cpp failed at run time -./testit: line 96: 67193 Abort trap ./a.out -char_out.pass.cpp failed at run time -./testit: line 96: 67200 Abort trap ./a.out -char_unshift.pass.cpp failed at run time -./testit: line 96: 67207 Abort trap ./a.out -utf_sanity_check.pass.cpp failed at run time -./testit: line 96: 67214 Abort trap ./a.out -wchar_t_always_noconv.pass.cpp failed at run time -./testit: line 96: 67221 Abort trap ./a.out -wchar_t_encoding.pass.cpp failed at run time -./testit: line 96: 67228 Abort trap ./a.out -wchar_t_in.pass.cpp failed at run time -./testit: line 96: 67235 Abort trap ./a.out -wchar_t_length.pass.cpp failed at run time -./testit: line 96: 67242 Abort trap ./a.out -wchar_t_max_length.pass.cpp failed at run time -./testit: line 96: 67249 Abort trap ./a.out -wchar_t_out.pass.cpp failed at run time -./testit: line 96: 67256 Abort trap ./a.out -wchar_t_unshift.pass.cpp failed at run time -failed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 67317 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype -./testit: line 96: 67329 Abort trap ./a.out -is_1.pass.cpp failed at run time -./testit: line 96: 67336 Abort trap ./a.out -is_many.pass.cpp failed at run time -./testit: line 96: 67343 Abort trap ./a.out -narrow_1.pass.cpp failed at run time -./testit: line 96: 67350 Abort trap ./a.out -narrow_many.pass.cpp failed at run time -./testit: line 96: 67357 Abort trap ./a.out -scan_is.pass.cpp failed at run time -./testit: line 96: 67364 Abort trap ./a.out -scan_not.pass.cpp failed at run time -./testit: line 96: 67371 Abort trap ./a.out -tolower_1.pass.cpp failed at run time -./testit: line 96: 67378 Abort trap ./a.out -tolower_many.pass.cpp failed at run time -./testit: line 96: 67385 Abort trap ./a.out -toupper_1.pass.cpp failed at run time -./testit: line 96: 67392 Abort trap ./a.out -toupper_many.pass.cpp failed at run time -./testit: line 96: 67399 Abort trap ./a.out -widen_1.pass.cpp failed at run time -./testit: line 96: 67406 Abort trap ./a.out -widen_many.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -./testit: line 96: 67621 Abort trap ./a.out -get_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 67630 Abort trap ./a.out -get_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 67637 Abort trap ./a.out -get_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 67644 Abort trap ./a.out -get_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 67651 Abort trap ./a.out -get_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -./testit: line 96: 67691 Abort trap ./a.out -put_long_double_en_US.pass.cpp failed at run time -./testit: line 96: 67698 Abort trap ./a.out -put_long_double_fr_FR.pass.cpp failed at run time -./testit: line 96: 67705 Abort trap ./a.out -put_long_double_ru_RU.pass.cpp failed at run time -./testit: line 96: 67712 Abort trap ./a.out -put_long_double_zh_CN.pass.cpp failed at run time -./testit: line 96: 67719 Abort trap ./a.out -put_string_en_US.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -./testit: line 96: 67940 Abort trap ./a.out -put_bool.pass.cpp failed at run time -./testit: line 96: 67958 Abort trap ./a.out -put_double.pass.cpp failed at run time -./testit: line 96: 67966 Abort trap ./a.out -put_long.pass.cpp failed at run time -./testit: line 96: 67980 Abort trap ./a.out -put_long_double.pass.cpp failed at run time -./testit: line 96: 67988 Abort trap ./a.out -put_long_long.pass.cpp failed at run time -./testit: line 96: 67995 Abort trap ./a.out -put_pointer.pass.cpp failed at run time -./testit: line 96: 68002 Abort trap ./a.out -put_unsigned_long.pass.cpp failed at run time -./testit: line 96: 68009 Abort trap ./a.out -put_unsigned_long_long.pass.cpp failed at run time -failed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -./testit: line 96: 68049 Abort trap ./a.out -get_bool.pass.cpp failed at run time -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 68056 Abort trap ./a.out -get_double.pass.cpp failed at run time -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 68063 Abort trap ./a.out -get_float.pass.cpp failed at run time -./testit: line 96: 68070 Abort trap ./a.out -get_long.pass.cpp failed at run time -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -./testit: line 96: 68077 Abort trap ./a.out -get_long_double.pass.cpp failed at run time -./testit: line 96: 68084 Abort trap ./a.out -get_long_long.pass.cpp failed at run time -./testit: line 96: 68091 Abort trap ./a.out -get_pointer.pass.cpp failed at run time -./testit: line 96: 68098 Abort trap ./a.out -get_unsigned_int.pass.cpp failed at run time -./testit: line 96: 68105 Abort trap ./a.out -get_unsigned_long.pass.cpp failed at run time -./testit: line 96: 68112 Abort trap ./a.out -get_unsigned_long_long.pass.cpp failed at run time -./testit: line 96: 68119 Abort trap ./a.out -get_unsigned_short.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -./testit: line 96: 68184 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 68191 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 68198 Abort trap ./a.out -get_many.pass.cpp failed at run time -./testit: line 96: 68205 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 68212 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 68219 Abort trap ./a.out -get_one.pass.cpp failed at run time -./testit: line 96: 68226 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 68233 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 68240 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 68247 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 68254 Abort trap ./a.out -get_year.pass.cpp failed at run time -failed 11 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -./testit: line 96: 68291 Abort trap ./a.out -get_date.pass.cpp failed at run time -./testit: line 96: 68298 Abort trap ./a.out -get_date_wide.pass.cpp failed at run time -./testit: line 96: 68305 Abort trap ./a.out -get_monthname.pass.cpp failed at run time -./testit: line 96: 68312 Abort trap ./a.out -get_monthname_wide.pass.cpp failed at run time -./testit: line 96: 68322 Abort trap ./a.out -get_one.pass.cpp failed at run time -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -./testit: line 96: 68329 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -./testit: line 96: 68336 Abort trap ./a.out -get_time.pass.cpp failed at run time -./testit: line 96: 68343 Abort trap ./a.out -get_time_wide.pass.cpp failed at run time -./testit: line 96: 68350 Abort trap ./a.out -get_weekday.pass.cpp failed at run time -./testit: line 96: 68357 Abort trap ./a.out -get_weekday_wide.pass.cpp failed at run time -./testit: line 96: 68364 Abort trap ./a.out -get_year.pass.cpp failed at run time -./testit: line 96: 68371 Abort trap ./a.out -get_year_wide.pass.cpp failed at run time -failed 12 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 96: 68401 Abort trap ./a.out -put1.pass.cpp failed at run time -./testit: line 96: 68408 Abort trap ./a.out -put2.pass.cpp failed at run time -failed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -./testit: line 96: 68432 Abort trap ./a.out -put1.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -Assertion failed: (std::has_facet >(l)), function main, file types.pass.cpp, line 43. -./testit: line 96: 68462 Abort trap ./a.out -types.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -./testit: line 96: 68474 Abort trap ./a.out -decimal_point.pass.cpp failed at run time -./testit: line 96: 68481 Abort trap ./a.out -falsename.pass.cpp failed at run time -./testit: line 96: 68488 Abort trap ./a.out -grouping.pass.cpp failed at run time -./testit: line 96: 68495 Abort trap ./a.out -thousands_sep.pass.cpp failed at run time -./testit: line 96: 68502 Abort trap ./a.out -truename.pass.cpp failed at run time -failed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: ((std::has_facet >(loc))), function check, file assign.pass.cpp, line 60. -./testit: line 96: 68596 Abort trap ./a.out -assign.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file char_pointer.pass.cpp, line 60. -./testit: line 96: 68603 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file copy.pass.cpp, line 60. -./testit: line 96: 68610 Abort trap ./a.out -copy.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file default.pass.cpp, line 48. -./testit: line 96: 68617 Abort trap ./a.out -default.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_char_pointer_cat.pass.cpp, line 60. -./testit: line 96: 68624 Abort trap ./a.out -locale_char_pointer_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_facetptr.pass.cpp, line 60. -./testit: line 96: 68632 Abort trap ./a.out -locale_facetptr.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_locale_cat.pass.cpp, line 60. -./testit: line 96: 68639 Abort trap ./a.out -locale_locale_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file locale_string_cat.pass.cpp, line 60. -./testit: line 96: 68646 Abort trap ./a.out -locale_string_cat.pass.cpp failed at run time -Assertion failed: ((std::has_facet >(loc))), function check, file string.pass.cpp, line 60. -./testit: line 96: 68653 Abort trap ./a.out -string.pass.cpp failed at run time -failed 9 tests in /test/localization/locales/locale/locale.cons -Assertion failed: (std::has_facet >(loc)), function check, file combine.pass.cpp, line 48. -./testit: line 96: 68664 Abort trap ./a.out -combine.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -./testit: line 96: 68683 Abort trap ./a.out -compare.pass.cpp failed at run time -./testit: line 96: 68690 Abort trap ./a.out -eq.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.operators -Assertion failed: (std::has_facet >(loc)), function check, file classic.pass.cpp, line 33. -./testit: line 96: 68701 Abort trap ./a.out -classic.pass.cpp failed at run time -Assertion failed: (std::has_facet >(loc)), function check, file global.pass.cpp, line 33. -./testit: line 96: 68708 Abort trap ./a.out -global.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -./testit: line 96: 68774 Abort trap ./a.out -isalnum.pass.cpp failed at run time -./testit: line 96: 68781 Abort trap ./a.out -isalpha.pass.cpp failed at run time -./testit: line 96: 68788 Abort trap ./a.out -iscntrl.pass.cpp failed at run time -./testit: line 96: 68795 Abort trap ./a.out -isdigit.pass.cpp failed at run time -./testit: line 96: 68802 Abort trap ./a.out -isgraph.pass.cpp failed at run time -./testit: line 96: 68809 Abort trap ./a.out -islower.pass.cpp failed at run time -./testit: line 96: 68816 Abort trap ./a.out -isprint.pass.cpp failed at run time -./testit: line 96: 68823 Abort trap ./a.out -ispunct.pass.cpp failed at run time -./testit: line 96: 68830 Abort trap ./a.out -isspace.pass.cpp failed at run time -./testit: line 96: 68837 Abort trap ./a.out -isupper.pass.cpp failed at run time -./testit: line 96: 68844 Abort trap ./a.out -isxdigit.pass.cpp failed at run time -failed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -./testit: line 96: 68869 Abort trap ./a.out -tolower.pass.cpp failed at run time -./testit: line 96: 68877 Abort trap ./a.out -toupper.pass.cpp failed at run time -failed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -Assertion failed: (std::has_facet >(loc)), function main, file has_facet.pass.cpp, line 42. -./testit: line 96: 68891 Abort trap ./a.out -has_facet.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -./testit: line 96: 69301 Abort trap ./a.out -stream_input.pass.cpp failed at run time -./testit: line 96: 69308 Abort trap ./a.out -stream_output.pass.cpp failed at run time -failed 2 tests in /test/numerics/complex.number/complex.ops -passed 20 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -./testit: line 96: 71078 Abort trap ./a.out -acos_valarray.pass.cpp failed at run time -./testit: line 96: 71086 Abort trap ./a.out -asin_valarray.pass.cpp failed at run time -./testit: line 96: 71093 Abort trap ./a.out -atan2_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 71100 Abort trap ./a.out -atan2_valarray_value.pass.cpp failed at run time -./testit: line 96: 71107 Abort trap ./a.out -atan2_value_valarray.pass.cpp failed at run time -./testit: line 96: 71114 Abort trap ./a.out -atan_valarray.pass.cpp failed at run time -./testit: line 96: 71121 Abort trap ./a.out -cos_valarray.pass.cpp failed at run time -./testit: line 96: 71129 Abort trap ./a.out -cosh_valarray.pass.cpp failed at run time -./testit: line 96: 71136 Abort trap ./a.out -exp_valarray.pass.cpp failed at run time -./testit: line 96: 71143 Abort trap ./a.out -log10_valarray.pass.cpp failed at run time -./testit: line 96: 71150 Abort trap ./a.out -log_valarray.pass.cpp failed at run time -./testit: line 96: 71157 Abort trap ./a.out -pow_valarray_valarray.pass.cpp failed at run time -./testit: line 96: 71164 Abort trap ./a.out -pow_valarray_value.pass.cpp failed at run time -./testit: line 96: 71171 Abort trap ./a.out -pow_value_valarray.pass.cpp failed at run time -./testit: line 96: 71178 Abort trap ./a.out -sin_valarray.pass.cpp failed at run time -./testit: line 96: 71185 Abort trap ./a.out -sinh_valarray.pass.cpp failed at run time -./testit: line 96: 71192 Abort trap ./a.out -sqrt_valarray.pass.cpp failed at run time -./testit: line 96: 71199 Abort trap ./a.out -tan_valarray.pass.cpp failed at run time -./testit: line 96: 71206 Abort trap ./a.out -tanh_valarray.pass.cpp failed at run time -failed 19 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -./testit: line 96: 72359 Abort trap ./a.out -get_line.pass.cpp failed at run time -./testit: line 96: 72367 Abort trap ./a.out -get_line_delim.pass.cpp failed at run time -./testit: line 96: 72388 Abort trap ./a.out -stream_extract.pass.cpp failed at run time -./testit: line 96: 72395 Abort trap ./a.out -stream_insert.pass.cpp failed at run time -failed 4 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 2 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -./testit: line 96: 73590 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -./testit: line 96: 73686 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -./testit: line 96: 74410 Abort trap ./a.out -stream.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1295:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1295:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1295:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1321:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:35: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:57:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 96: 76259 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1221:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1209:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:78:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 76679 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 76686 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -./testit: line 96: 76912 Abort trap ./a.out -io.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -is_abstract.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_abstract.pass.cpp:84:5: note: in instantiation of function template specialization 'test_is_abstract' requested here - test_is_abstract(); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_abstract.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_abstract::value, ""); - ^ -In file included from is_abstract.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -4 errors generated. -is_abstract.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 25 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 9 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -./testit: line 96: 78155 Abort trap ./a.out -stream_in.pass.cpp failed at run time -./testit: line 96: 78163 Abort trap ./a.out -stream_out.pass.cpp failed at run time -failed 2 tests in /test/utilities/template.bitset/bitset.operators -passed 3 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:56:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:137:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp:78:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:78:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const &, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:78:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:78:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: no matching function for call to 'forward' - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -forward.pass.cpp:80:31: note: instantiated from: - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^~~~~~~~~~~~~~~~~~~~~ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:79: -In file included from ../../../../include/__tuple:39: -../../../../include/type_traits:1207:1: note: candidate function [with T = A const, U = A] not viable: no known conversion from 'A' to 'A &' for 1st argument -forward(U& t) -^ -../../../../include/type_traits:1219:1: note: candidate template ignored: failed template argument deduction -forward(U& t) -^ -forward.pass.cpp:80:5: error: type name requires a specifier or qualifier - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -forward.pass.cpp:80:5: error: C++ requires a type specifier for all declarations - static_assert(sizeof(test(std::forward(source()))) == 2, ""); - ^ -In file included from forward.pass.cpp:26: -In file included from ../../../../include/utility:78: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -6 errors generated. -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 102057) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 142 -sections with failures : 158 -sections without failures: 751 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 592 -number of tests passed : 2772 - + ---- -total number of tests : 3364 -**************************************************** diff --git a/test_results/2010-04-22 g++-4_2_i386 b/test_results/2010-04-22 g++-4_2_i386 deleted file mode 100644 index 9f62c725..00000000 --- a/test_results/2010-04-22 g++-4_2_i386 +++ /dev/null @@ -1,5360 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 32 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIPCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1222: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1174: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1169: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 79271 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 79282 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 79521 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 142 -sections with failures : 44 -sections without failures: 865 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 137 -number of tests passed : 3227 - + ---- -total number of tests : 3364 -**************************************************** diff --git a/test_results/2010-04-22 g++-4_2_x86_64 b/test_results/2010-04-22 g++-4_2_x86_64 deleted file mode 100644 index 93bd53cb..00000000 --- a/test_results/2010-04-22 g++-4_2_x86_64 +++ /dev/null @@ -1,5381 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:137: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 32 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -Assertion failed: (false), function main, file new_array.pass.cpp, line 53. -./testit: line 96: 71187 Abort trap ./a.out -new_array.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_array_nothrow.pass.cpp, line 53. -./testit: line 96: 71197 Abort trap ./a.out -new_array_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -Assertion failed: (false), function main, file new.pass.cpp, line 53. -./testit: line 96: 71264 Abort trap ./a.out -new.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_nothrow.pass.cpp, line 53. -./testit: line 96: 71273 Abort trap ./a.out -new_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIPCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -Assertion failed: (t1 - t0 - milliseconds(250) < milliseconds(2)), function f, file wait_for_pred.pass.cpp, line 75. -./testit: line 96: 4912 Abort trap ./a.out -wait_for_pred.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -./testit: line 96: 5054 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1296: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1296: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1222: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1174: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1169: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 96: 10120 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 96: 10130 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 96: 10371 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -forward.pass.cpp: In function ‘int main()’: -forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’ -forward.pass.cpp:78: error: template argument 1 is invalid -forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’ -../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’ -forward.pass.cpp:80: error: template argument 1 is invalid -forward.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/forward -passed 12 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 142 -sections with failures : 48 -sections without failures: 861 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 143 -number of tests passed : 3221 - + ---- -total number of tests : 3364 -**************************************************** diff --git a/test_results/2010-04-22 g++-4_4_i386 b/test_results/2010-04-22 g++-4_4_i386 deleted file mode 100644 index 545426f5..00000000 --- a/test_results/2010-04-22 g++-4_4_i386 +++ /dev/null @@ -1,3944 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multimap -passed 19 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.multiset -passed 31 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented -eq.pass.cpp failed to compile -reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented -reserve.pass.cpp failed to compile -failed 2 tests in /test/containers/unord/unord.set -passed 32 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cciXCxOH.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in cciXCxOH.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cciXCxOH.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cciXCxOH.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cciXCxOH.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cciXCxOH.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cciXCxOH.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cciXCxOH.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cciXCxOH.o - my_facet::~my_facet() in cciXCxOH.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cciXCxOH.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cciXCxOH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccs1aT50.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccs1aT50.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccs1aT50.o - my_facet::~my_facet() in ccs1aT50.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccs1aT50.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccs1aT50.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccs1aT50.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccs1aT50.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccs1aT50.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccs1aT50.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccs1aT50.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccs1aT50.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc75dyur.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWMkPes.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmmDBUq.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccLiCxNs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3II8tO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2BT9Ci.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc7TCbeI.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9t9HpO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYdTBbK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccacs3rE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAP3uzw.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cceLDtAj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZIOC0p.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cccH81dB.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckc4DHY.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cct4efa0.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9z75QH.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in cc9z75QH.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9z75QH.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in cc9z75QH.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccHI4SAi.o - my_facet::~my_facet() in ccHI4SAi.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccHI4SAi.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccHI4SAi.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccHI4SAi.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccHI4SAi.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccHI4SAi.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccHI4SAi.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccHI4SAi.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccHI4SAi.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccHI4SAi.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccHI4SAi.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccHI4SAi.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccD0IVjB.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccD0IVjB.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccD0IVjB.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccD0IVjB.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccD0IVjB.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccD0IVjB.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccD0IVjB.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccD0IVjB.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccD0IVjB.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccD0IVjB.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccD0IVjB.o - my_facet::~my_facet() in ccD0IVjB.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccD0IVjB.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc66FzjE.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc66FzjE.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYHrL87.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYHrL87.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccyhXqgF.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccyhXqgF.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccUh0y7P.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccUh0y7P.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQuzjuV.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQuzjuV.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccsGYcIa.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccsGYcIa.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctpZuiU.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctpZuiU.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccNhBjvQ.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNhBjvQ.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3F9XWF.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3F9XWF.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQtztsa.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQtztsa.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYqpcgA.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYqpcgA.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cce17Ous.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cce17Ous.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIPCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 13 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -not implemented: /test/utilities/utility/pairs -not implemented: /test/utilities/utility/pairs/pair.astuple -not implemented: /test/utilities/utility/pairs/pair.piecewise -not implemented: /test/utilities/utility/pairs/pair.range -not implemented: /test/utilities/utility/pairs/pairs.general -not implemented: /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 142 -sections with failures : 22 -sections without failures: 887 - + ---- -total number of sections : 1051 ----------------------------------------------------- -number of tests failed : 88 -number of tests passed : 3276 - + ---- -total number of tests : 3364 -**************************************************** diff --git a/test_results/2010-04-29 clang_i386 b/test_results/2010-04-29 clang_i386 deleted file mode 100644 index c7c77701..00000000 --- a/test_results/2010-04-29 clang_i386 +++ /dev/null @@ -1,14778 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -In file included from copy.pass.cpp:32: -../../../../../include/deque:568:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an lvalue of type 'pointer' (aka 'int const *') - pointer __fb = __f.__ptr_; - ^ ~~~~~~~~~~ -copy.pass.cpp:72:5: note: in instantiation of function template specialization 'std::copy > >' requested here - assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -copy.pass.cpp:72:12: note: instantiated from: - assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name copy.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-aAOpmX.s -x c++ copy.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:428:5: instantiating function definition 'std::copy' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -copy.pass.cpp failed to compile -In file included from copy_backward.pass.cpp:32: -../../../../../include/deque:656:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an rvalue of type 'pointer' (aka 'int const *') - pointer __le = __l.__ptr_ + 1; - ^ ~~~~~~~~~~~~~~ -copy_backward.pass.cpp:71:5: note: in instantiation of function template specialization 'std::copy_backward > >' requested here - assert(std::copy_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -copy_backward.pass.cpp:71:12: note: instantiated from: - assert(std::copy_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name copy_backward.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-v3NnDs.s -x c++ copy_backward.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:453:5: instantiating function definition 'std::copy_backward' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -copy_backward.pass.cpp failed to compile -In file included from move.pass.cpp:32: -../../../../../include/deque:741:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an lvalue of type 'pointer' (aka 'int const *') - pointer __fb = __f.__ptr_; - ^ ~~~~~~~~~~ -move.pass.cpp:71:5: note: in instantiation of function template specialization 'std::move > >' requested here - assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -move.pass.cpp:71:12: note: instantiated from: - assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name move.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-JALMH6.s -x c++ move.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:478:5: instantiating function definition 'std::move' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -move.pass.cpp failed to compile -In file included from move_backward.pass.cpp:32: -../../../../../include/deque:829:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an rvalue of type 'pointer' (aka 'int const *') - pointer __le = __l.__ptr_ + 1; - ^ ~~~~~~~~~~~~~~ -move_backward.pass.cpp:71:5: note: in instantiation of function template specialization 'std::move_backward > >' requested here - assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -move_backward.pass.cpp:71:12: note: instantiated from: - assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name move_backward.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-mCxRtC.s -x c++ move_backward.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:503:5: instantiating function definition 'std::move_backward' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -move_backward.pass.cpp failed to compile -failed 4 tests in /test/containers/sequences/deque/deque.special -passed 1 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0xffffffffffffffff _sigtramp + 2047965199 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name get_money.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-fOzHcj.s -x c++ get_money.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:280:5: Generating code for declaration 'std::operator>>' -4. ../../../../include/iomanip:286:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:289:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -get_money.pass.cpp failed to compile -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0xffffffffffffffff _sigtramp + 2047965199 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -29 clang 0x0000000000000021 -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name get_time.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-8InCYU.s -x c++ get_time.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:397:5: Generating code for declaration 'std::operator>>' -4. ../../../../include/iomanip:403:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:406:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -get_time.pass.cpp failed to compile -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 clang 0x0000000100000000 __dso_handle + 0 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name put_money.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-TqnHfq.s -x c++ put_money.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:339:5: Generating code for declaration 'std::operator<<' -4. ../../../../include/iomanip:345:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:348:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -put_money.pass.cpp failed to compile -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 clang 0x0000000100000000 __dso_handle + 0 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -29 clang 0x0000000000000021 -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple i386-apple-darwin10.0.0 -S -disable-free -main-file-name put_time.pass.cpp -pic-level 1 -mdisable-fp-elim -target-cpu yonah -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-deFcBA.s -x c++ put_time.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:457:5: Generating code for declaration 'std::operator<<' -4. ../../../../include/iomanip:463:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:466:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -put_time.pass.cpp failed to compile -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 119. -./testit: line 97: 66093 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 111. -./testit: line 97: 66376 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:35: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:57:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 97: 74022 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1241:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:78:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 74443 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 74450 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:56:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:43:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: expected ')' -tuple_element.pass.cpp:36:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: expected ')' -tuple_element.pass.cpp:37:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: expected ')' -tuple_element.pass.cpp:41:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:42:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:36:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:37:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 102606) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 136 -sections with failures : 48 -sections without failures: 868 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 151 -number of tests passed : 3240 - + ---- -total number of tests : 3391 -**************************************************** diff --git a/test_results/2010-04-29 clang_x86_64 b/test_results/2010-04-29 clang_x86_64 deleted file mode 100644 index 932e37c3..00000000 --- a/test_results/2010-04-29 clang_x86_64 +++ /dev/null @@ -1,14792 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -In file included from copy.pass.cpp:32: -../../../../../include/deque:568:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an lvalue of type 'pointer' (aka 'int const *') - pointer __fb = __f.__ptr_; - ^ ~~~~~~~~~~ -copy.pass.cpp:72:5: note: in instantiation of function template specialization 'std::copy > >' requested here - assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -copy.pass.cpp:72:12: note: instantiated from: - assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name copy.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-mAeWLu.s -x c++ copy.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:428:5: instantiating function definition 'std::copy' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -copy.pass.cpp failed to compile -In file included from copy_backward.pass.cpp:32: -../../../../../include/deque:656:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an rvalue of type 'pointer' (aka 'int const *') - pointer __le = __l.__ptr_ + 1; - ^ ~~~~~~~~~~~~~~ -copy_backward.pass.cpp:71:5: note: in instantiation of function template specialization 'std::copy_backward > >' requested here - assert(std::copy_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -copy_backward.pass.cpp:71:12: note: instantiated from: - assert(std::copy_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name copy_backward.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-yRHByc.s -x c++ copy_backward.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:453:5: instantiating function definition 'std::copy_backward' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -copy_backward.pass.cpp failed to compile -In file included from move.pass.cpp:32: -../../../../../include/deque:741:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an lvalue of type 'pointer' (aka 'int const *') - pointer __fb = __f.__ptr_; - ^ ~~~~~~~~~~ -move.pass.cpp:71:5: note: in instantiation of function template specialization 'std::move > >' requested here - assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -move.pass.cpp:71:12: note: instantiated from: - assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name move.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-hIX0p6.s -x c++ move.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:478:5: instantiating function definition 'std::move' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -move.pass.cpp failed to compile -In file included from move_backward.pass.cpp:32: -../../../../../include/deque:829:17: error: cannot initialize a variable of type 'pointer' (aka 'int *') with an rvalue of type 'pointer' (aka 'int const *') - pointer __le = __l.__ptr_ + 1; - ^ ~~~~~~~~~~~~~~ -move_backward.pass.cpp:71:5: note: in instantiation of function template specialization 'std::move_backward > >' requested here - assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -move_backward.pass.cpp:71:12: note: instantiated from: - assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin())); - ^ -Assertion failed: (TemplateArgs(T->getDepth(), T->getIndex()).getKind() == TemplateArgument::Type && "Template argument kind mismatch"), function TransformTemplateTypeParmType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp, line 874. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0x00007fff85e8d50a tiny_malloc_from_free_list + 1196 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x00000001002ffd69 -6 clang 0x00000001002fd271 -7 clang 0x000000010030fa72 -8 clang 0x00000001002ff313 -9 clang 0x00000001002fd271 -10 clang 0x00000001002fd410 -11 clang 0x000000010030f399 -12 clang 0x00000001002ff68f -13 clang 0x00000001002fd271 -14 clang 0x00000001002fd14b -15 clang 0x0000000100312c5f -16 clang 0x0000000100312963 -17 clang 0x00000001003020f8 -18 clang 0x00000001003110ae -19 clang 0x00000001003017a3 -20 clang 0x00000001003016cc -21 clang 0x00000001003158e6 -22 clang 0x000000010031623a -23 clang 0x00000001001d200a -24 clang 0x00000001004b03b8 -25 clang 0x00000001001d1000 -26 clang 0x0000000100028ad3 -27 clang 0x00000001000144cd -28 clang 0x000000010001574f -29 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name move_backward.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-cs7hl7.s -x c++ move_backward.pass.cpp -1. parser at end of file -2. ../../../../../include/deque:503:5: instantiating function definition 'std::move_backward' -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -move_backward.pass.cpp failed to compile -failed 4 tests in /test/containers/sequences/deque/deque.special -passed 1 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0xffffffffffffffff _sigtramp + 2047965199 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name get_money.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-QFvC4h.s -x c++ get_money.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:280:5: Generating code for declaration 'std::operator>>' -4. ../../../../include/iomanip:286:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:289:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -get_money.pass.cpp failed to compile -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 libSystem.B.dylib 0xffffffffffffffff _sigtramp + 2047965199 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -29 clang 0x0000000000000022 -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name get_time.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-jMHo07.s -x c++ get_time.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:397:5: Generating code for declaration 'std::operator>>' -4. ../../../../include/iomanip:403:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:406:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -get_time.pass.cpp failed to compile -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 clang 0x0000000100000000 __dso_handle + 0 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name put_money.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-5F2UX4.s -x c++ put_money.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:339:5: Generating code for declaration 'std::operator<<' -4. ../../../../include/iomanip:345:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:348:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -put_money.pass.cpp failed to compile -Assertion failed: (!isDependentType() && "This doesn't make sense for dependent types"), function isConstantSizeType, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-miniswb/clang.src/clang/clang/tools/clang/lib/AST/Type.cpp, line 611. -0 clang 0x0000000100b3f7a2 -1 clang 0x0000000100b3fc19 -2 libSystem.B.dylib 0x00007fff85ee880a _sigtramp + 26 -3 clang 0x0000000100000000 __dso_handle + 0 -4 libSystem.B.dylib 0x00007fff85f63ef0 __pthread_markcancel + 0 -5 clang 0x000000010046f7b3 -6 clang 0x0000000100129be4 -7 clang 0x000000010019663b -8 clang 0x00000001001928b1 -9 clang 0x00000001001924e9 -10 clang 0x000000010019632c -11 clang 0x00000001001928a4 -12 clang 0x00000001001924e9 -13 clang 0x000000010013048e -14 clang 0x000000010019278f -15 clang 0x000000010019632c -16 clang 0x00000001001928a4 -17 clang 0x00000001001924e9 -18 clang 0x00000001001af33f -19 clang 0x00000001001b6257 -20 clang 0x00000001001b42d0 -21 clang 0x00000001001b28e0 -22 clang 0x00000001001b26f4 -23 clang 0x000000010002492e -24 clang 0x00000001001d101d -25 clang 0x0000000100028ad3 -26 clang 0x00000001000144cd -27 clang 0x000000010001574f -28 clang 0x0000000100012fac -29 clang 0x0000000000000022 -Stack dump: -0. Program arguments: /Users/hinnant/Downloads/current-clang/Developer/usr/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -S -disable-free -main-file-name put_time.pass.cpp -pic-level 1 -mdisable-fp-elim -munwind-tables -target-cpu core2 -nostdinc++ -resource-dir /Users/hinnant/Downloads/current-clang/Developer/usr/lib/clang/1.5 -I../../../../include -ferror-limit 19 -ftemplate-backtrace-limit 10 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -o /var/folders/ax/axmvgG0xF8COmLBHN1a-Ok+++TQ/-Tmp-/cc-iiullI.s -x c++ put_time.pass.cpp -1. parser at end of file -2. Per-file LLVM IR generation -3. ../../../../include/iomanip:457:5: Generating code for declaration 'std::operator<<' -4. ../../../../include/iomanip:463:1: LLVM IR generation of compound statement ('{}') -5. ../../../../include/iomanip:466:5: LLVM IR generation of compound statement ('{}') -clang: error: compiler command failed due to signal 6 (use -v to see invocation) -put_time.pass.cpp failed to compile -failed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -Assertion failed: (false), function main, file new_array.pass.cpp, line 53. -./testit: line 97: 90026 Abort trap ./a.out -new_array.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_array_nothrow.pass.cpp, line 53. -./testit: line 97: 90034 Abort trap ./a.out -new_array_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -Assertion failed: (false), function main, file new.pass.cpp, line 53. -./testit: line 97: 90089 Abort trap ./a.out -new.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_nothrow.pass.cpp, line 53. -./testit: line 97: 90096 Abort trap ./a.out -new_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 119. -./testit: line 97: 92476 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 111. -./testit: line 97: 92747 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:35: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:57:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -Assertion failed: (s2.get() == p), function main, file move01.pass.cpp, line 57. -./testit: line 97: 480 Abort trap ./a.out -move01.pass.cpp failed at run time -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1241:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 12 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:78:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 908 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 915 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:56:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:43:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: expected ')' -tuple_element.pass.cpp:36:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: expected ')' -tuple_element.pass.cpp:37:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: expected ')' -tuple_element.pass.cpp:41:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:42:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:36:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:37:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 1.5 (trunk 102606) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 136 -sections with failures : 50 -sections without failures: 866 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 155 -number of tests passed : 3236 - + ---- -total number of tests : 3391 -**************************************************** diff --git a/test_results/2010-04-29 g++-4_2_i386 b/test_results/2010-04-29 g++-4_2_i386 deleted file mode 100644 index 0d62b4b6..00000000 --- a/test_results/2010-04-29 g++-4_2_i386 +++ /dev/null @@ -1,5375 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -./testit: line 97: 49532 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1242: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1182: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1177: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 57025 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 57035 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 97: 57300 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:36: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:36: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 136 -sections with failures : 42 -sections without failures: 874 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 135 -number of tests passed : 3256 - + ---- -total number of tests : 3391 -**************************************************** diff --git a/test_results/2010-04-29 g++-4_2_x86_64 b/test_results/2010-04-29 g++-4_2_x86_64 deleted file mode 100644 index 83c43fd4..00000000 --- a/test_results/2010-04-29 g++-4_2_x86_64 +++ /dev/null @@ -1,5386 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -Assertion failed: (false), function main, file new_array.pass.cpp, line 53. -./testit: line 97: 43728 Abort trap ./a.out -new_array.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_array_nothrow.pass.cpp, line 53. -./testit: line 97: 43747 Abort trap ./a.out -new_array_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -Assertion failed: (false), function main, file new.pass.cpp, line 53. -./testit: line 97: 43814 Abort trap ./a.out -new.pass.cpp failed at run time -Assertion failed: (new_handler_called == 1), function main, file new_nothrow.pass.cpp, line 53. -./testit: line 97: 43823 Abort trap ./a.out -new_nothrow.pass.cpp failed at run time -failed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1242: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1182: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1177: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 76376 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 76388 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 97: 76702 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:36: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:36: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 136 -sections with failures : 43 -sections without failures: 873 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 138 -number of tests passed : 3253 - + ---- -total number of tests : 3391 -**************************************************** diff --git a/test_results/2010-04-29 g++-4_4_i386 b/test_results/2010-04-29 g++-4_4_i386 deleted file mode 100644 index b8069953..00000000 --- a/test_results/2010-04-29 g++-4_4_i386 +++ /dev/null @@ -1,3986 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccLb8WWD.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccLb8WWD.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccLb8WWD.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccLb8WWD.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccLb8WWD.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccLb8WWD.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccLb8WWD.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccLb8WWD.o - (maybe you meant: __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr) - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccLb8WWD.o - my_facet::~my_facet() in ccLb8WWD.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccLb8WWD.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccLb8WWD.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccg1RrAC.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccg1RrAC.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccg1RrAC.o - my_facet::~my_facet() in ccg1RrAC.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccg1RrAC.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccg1RrAC.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccg1RrAC.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccg1RrAC.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccg1RrAC.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccg1RrAC.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccg1RrAC.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccg1RrAC.o - (maybe you meant: __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZHNv1M.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctB8LhA.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBu78fU.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccYtCbP8.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccXa4yVV.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cciQzz4o.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5eYdij.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclRkjRu.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cceqUIik.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3qHCct.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7tWreJ.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccXOkLqR.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccQDFGIe.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccWCMInR.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccPrPWFY.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3sbBpD.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cca3juuz.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in cca3juuz.o - (maybe you meant: __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cca3juuz.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in cca3juuz.o - (maybe you meant: __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccZ0nRXK.o - my_facet::~my_facet() in ccZ0nRXK.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccZ0nRXK.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccZ0nRXK.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccZ0nRXK.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccZ0nRXK.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccZ0nRXK.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccZ0nRXK.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccZ0nRXK.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccZ0nRXK.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccZ0nRXK.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZ0nRXK.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccZ0nRXK.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccw5fPt2.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccw5fPt2.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccw5fPt2.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccw5fPt2.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccw5fPt2.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccw5fPt2.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccw5fPt2.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccw5fPt2.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccw5fPt2.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccw5fPt2.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccw5fPt2.o - my_facet::~my_facet() in ccw5fPt2.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccw5fPt2.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc5yi3XU.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5yi3XU.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckMU1WU.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckMU1WU.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAy34VU.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAy34VU.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmlFmx2.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmlFmx2.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccNw4ayb.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNw4ayb.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccySlANq.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccySlANq.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cclbxCBC.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclbxCBC.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3EmqgC.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3EmqgC.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZKCMtU.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZKCMtU.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccxZ1r4W.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccxZ1r4W.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccO7It9F.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccO7It9F.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccKOhFs1.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccKOhFs1.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -not implemented: /test/numerics/rand -not implemented: /test/numerics/rand/rand.adapt -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -not implemented: /test/numerics/rand/rand.eng -not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong -not implemented: /test/numerics/rand/rand.eng/rand.eng.mers -not implemented: /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -not implemented: /test/numerics/rand/rand.req -not implemented: /test/numerics/rand/rand.req/rand.req.adapt -not implemented: /test/numerics/rand/rand.req/rand.req.dst -not implemented: /test/numerics/rand/rand.req/rand.req.eng -not implemented: /test/numerics/rand/rand.req/rand.req.genl -not implemented: /test/numerics/rand/rand.req/rand.req.seedseq -not implemented: /test/numerics/rand/rand.req/rand.req.urng -not implemented: /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -not implemented: /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -passed 5 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -In file included from piecewise.pass.cpp:32: -../../../../../include/utility: In constructor ‘std::__1::pair<_T1, _T2>::pair(std::__1::piecewise_construct_t, std::__1::tuple<_Args1 ...>, std::__1::tuple<_Args2 ...>) [with _Args1 = int, int*, _Args2 = int*, int, long unsigned int ..._I1 = , long unsigned int ..._I2 = , _T1 = std::__1::pair, _T2 = std::__1::pair]’: -piecewise.pass.cpp:44: instantiated from here -../../../../../include/utility:260: error: type ‘std::__1::pair, std::__1::pair >’ is not a direct base of ‘std::__1::pair, std::__1::pair >’ -piecewise.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/pairs/pairs.pair -passed 14 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 136 -sections with failures : 20 -sections without failures: 896 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 83 -number of tests passed : 3308 - + ---- -total number of tests : 3391 -**************************************************** diff --git a/test_results/2010-05-06 clang_i386 b/test_results/2010-05-06 clang_i386 deleted file mode 100644 index 2dadc22e..00000000 --- a/test_results/2010-05-06 clang_i386 +++ /dev/null @@ -1,14447 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 34. -./testit: line 97: 55079 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 119. -./testit: line 97: 57341 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 111. -./testit: line 97: 57612 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -assign.pass.cpp:54:11: warning: expression result unused [-Wunused-value] - E e1;(3); - ^ -1 warning generated. -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -assign.pass.cpp:54:11: warning: expression result unused [-Wunused-value] - E e1;(3); - ^ -1 warning generated. -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -Assertion failed: (d < ns(2500000)), function f, file mutex.pass.cpp, line 52. -./testit: line 97: 67715 Abort trap ./a.out -mutex.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 54. -./testit: line 97: 68257 Abort trap ./a.out -lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:35: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:57:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1241:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:78:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 72070 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 72078 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:56:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:43:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: expected ')' -tuple_element.pass.cpp:36:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: expected ')' -tuple_element.pass.cpp:37:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: expected ')' -tuple_element.pass.cpp:41:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:42:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:36:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:37:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 103132) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 120 -sections with failures : 49 -sections without failures: 883 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 145 -number of tests passed : 3312 - + ---- -total number of tests : 3457 -**************************************************** diff --git a/test_results/2010-05-06 clang_x86_64 b/test_results/2010-05-06 clang_x86_64 deleted file mode 100644 index 0776fb3c..00000000 --- a/test_results/2010-05-06 clang_x86_64 +++ /dev/null @@ -1,14439 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:37:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:37:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:47:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:30: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:39:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:39:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:49:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:31: -In file included from ../../../../include/algorithm:567: -../../../../include/utility:227:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:545:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:545:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:553:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:111:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:112:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:114:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:116:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:117:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:119:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:121:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:123:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:124:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:26:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:111:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:111:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:112:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:112:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:114:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:114:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:116:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:116:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:117:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:117:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:119:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:119:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:121:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:121:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:123:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:123:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:124:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:124:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:72:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:66:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:73:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:42: -In file included from ../../../../../include/iterator:334: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 34. -./testit: line 97: 81898 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:33:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:34:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:122:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:122:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:110:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:110:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:112:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:114:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:160:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:160:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 119. -./testit: line 97: 84167 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 111. -./testit: line 97: 84438 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1106:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1106:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1124:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -assign.pass.cpp:54:11: warning: expression result unused [-Wunused-value] - E e1;(3); - ^ -1 warning generated. -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -assign.pass.cpp:54:11: warning: expression result unused [-Wunused-value] - E e1;(3); - ^ -1 warning generated. -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:58:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:59:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:60:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:61:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:63:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:66:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:70:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:78:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:85:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:93:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:100:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:119:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:123:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:131:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:135:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:142:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:146:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:180:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:180:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:186:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:186:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:187:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:187:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:192:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:192:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:63:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:68:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:75:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:81:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:88:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:111:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:115:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:126:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:136:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:168:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:168:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:169:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:169:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:174:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:174:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:175:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:175:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:179:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:179:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:64:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:65:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:66:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:67:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:69:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:70:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:71:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:72:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:41:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:42:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:43:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:77:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:57:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:57:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:78:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:69:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:69:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:79:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:123:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:131:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:139:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:187:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:195:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:203:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:155:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:83:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:45:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:47:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:49:5: warning: comparison between pointer and integer ('__apply_cv::type *' and 'int') [-pedantic] - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:47:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:47:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:60:22: error: non-const lvalue reference to type '__apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:49:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:49:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:83:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:163:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:84:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:84:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:65:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:171:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:85:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:1012:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:1012:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:71:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:72:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:73:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:73:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:85:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:29: -In file included from ../../../../include/functional:905: -../../../../include/__functional_03:51:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:905: -../../../../../../include/__functional_03:377:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:327:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:30: -In file included from ../../../../../../include/functional:510: -In file included from ../../../../../../include/memory:217: -In file included from ../../../../../../include/__functional_base:71: -../../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:86:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:86:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:37:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:37:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:45:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:45:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:82:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:82:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:660:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:674:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:678:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:84:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:84:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:85:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:85:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:94:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:94:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:507: -../../../../include/type_traits:1327:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:66:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:66:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:95:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:95:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:30: -In file included from ../../../../include/functional:510: -In file included from ../../../../include/memory:217: -In file included from ../../../../include/__functional_base:71: -../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:69:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:71:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:59:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:56:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:42:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:58:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:36:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:36:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:36:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:36:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:30: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:71:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:47:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:80:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:146:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:124:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:153:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:181:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:185:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:224:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:199:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:234:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:302:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:507: -../../../../../include/type_traits:1327:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1327:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1353:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:895:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:896:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:280:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:981:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:981:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1037:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:310:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:33: -In file included from ../../../../../include/functional:510: -In file included from ../../../../../include/memory:217: -In file included from ../../../../../include/__functional_base:71: -../../../../../include/__functional_base_03:442:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:454:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:466:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:478:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:490:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:502:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:514:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:526:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:538:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:550:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:562:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:574:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:586:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:598:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:610:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:622:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:636:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:648:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:660:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:672:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:684:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:696:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:708:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:720:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:732:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:744:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:756:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:768:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:780:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:792:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:804:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:816:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:830:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:838:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:874:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:896:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:904:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:912:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:920:1: note: candidate template ignored: failed template argument deduction -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:63:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:76:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:36: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:52:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:35: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:55:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:57:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:61:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1241:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:30: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:63:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:209: -../../../../../../include/type_traits:1217:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:32: -../../../../../../include/memory:2198:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:32: -In file included from ../../../../../../include/memory:208: -../../../../../../include/__config:117:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:66:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:63:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:65:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:81:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:63:24: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:65:37: error: no viable conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:81:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:66:38: error: no viable conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:30: -../../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2082:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2186:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2230:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:76:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:78:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:33: -./../deleter.h:105:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 92970 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 92978 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:111:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:111:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:289:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:36:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:36:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:36:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:36:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:37:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:37:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:37:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:38:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:38:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:38:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:39:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:39:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:39:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:41:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:41:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:41:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:42:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:42:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:42:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:28: -In file included from ../../../../include/type_traits:154: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:44:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:44:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:39:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:49:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:54:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:59:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:64:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:65:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:69:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:74:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:84:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:89:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:90:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:94:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:52:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:53:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:54:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:65:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:42:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:78:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:43:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:44:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:80:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:81:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:82:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:83:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:89:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:33:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:90:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:42:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:43:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:44:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:697:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:701:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:45:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:74:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:28: -../../../../../include/type_traits:686:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:32:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:61:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:62:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:63:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:34:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:64:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:138:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:42:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:42:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:43:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:43:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:44:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:44:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:710:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:714:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:45:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:45:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:79:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:66:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:28: -../../../../../include/type_traits:705:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:54:13: note: declared private here - virtual ~NotEmpty(); - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:32:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:32:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:32:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:33:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:34:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:44:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:44:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:44:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:44:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:45:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:45:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:45:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:46:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:46:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:46:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:47:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:47:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:47:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:48:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:48:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:48:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:49:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:49:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:49:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:28: -In file included from ../../../../../include/type_traits:154: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:50:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:50:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:48:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:48:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:48:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:52:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:52:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:30: -In file included from ../../../../include/tuple:133: -../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:41:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:42:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:54:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:55:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:56:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:59:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:61:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:62:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:63:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:58:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:63:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:64:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:65:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:66:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:68:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:68:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:40:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:46:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:53:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:55:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:41:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:47:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:52:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:54:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:55:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:56:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:56:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:59:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:55:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:57:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:58:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:59:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:60:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:61:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:57:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:31: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:48:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:67:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:36: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:37: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:38: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:61:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:65:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:66:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:66:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:52:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:53:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:54:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:59:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:60:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:62:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:62:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:65:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:65:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:66:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:66:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:55:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:56:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:60:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:60:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:62:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:63:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:64:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:64:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:65:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:65:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:68:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:68:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:69:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:69:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:49:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:56:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:42:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:54:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:60:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:61:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:50:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:51:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:57:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:54:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:56:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:57:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:58:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:59:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -In file included from ../../../../../include/memory:214: -../../../../../include/utility:230:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:56:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:30: -In file included from ../../../../../include/tuple:136: -../../../../../include/memory:2080:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2099:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2105:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2191:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2113:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2093:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2202:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:43:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:44:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:49:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:40:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:40:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:53:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:54:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:55:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:59:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:60:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:61:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:61:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:66:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:67:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:67:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:70:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:71:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:72:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:73:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:73:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:74:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:74:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:77:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:78:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:79:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:40:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:45:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:45:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:50:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:50:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:52:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:52:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:55:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:55:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:56:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:49:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:50:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:51:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:52:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:53:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:58:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:42:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:43:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:42:9: error: expected ')' -tuple_element.pass.cpp:42:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:42:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:47:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:48:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:47:9: error: expected ')' -tuple_element.pass.cpp:47:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:47:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:35: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:39:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:40:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:39:9: error: expected ')' -tuple_size.pass.cpp:39:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:39:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:39:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:44:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:45:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:44:9: error: expected ')' -tuple_size.pass.cpp:44:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:44:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:32: -In file included from ../../../../../include/tuple:133: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:43:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:43:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:41:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:42:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:56:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:56:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:57:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:58:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:63:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:53:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:54:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:61:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:61:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:62:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:62:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:63:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:64:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:71:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:71:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:72:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:72:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:73:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:74:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:81:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:47:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:48:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:53:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:53:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:55:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:56:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:57:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:57:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:58:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:58:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:41:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:45:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:46:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:47:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:47:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:48:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:49:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:49:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:53:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:54:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:55:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:40:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:40:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:40:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:41:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:41:79: error: expected ')' -uses_allocator.pass.cpp:40:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:45:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:45:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:45:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:46:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:46:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:43:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: expected ')' -tuple_element.pass.cpp:36:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: expected ')' -tuple_element.pass.cpp:37:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:37:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:37:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:38:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: expected ')' -tuple_element.pass.cpp:41:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:41:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:41:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:42:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:42:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:36:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:36:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:131: -In file included from ../../../../../include/__tuple:44: -../../../../../include/__tuple_03:37:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:36:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:36:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:30: -In file included from ../../../../../include/utility:130: -../../../../../include/__config:142:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 103132) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 120 -sections with failures : 47 -sections without failures: 885 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 143 -number of tests passed : 3314 - + ---- -total number of tests : 3457 -**************************************************** diff --git a/test_results/2010-05-06 g++-4_2_i386 b/test_results/2010-05-06 g++-4_2_i386 deleted file mode 100644 index 8cfc77f5..00000000 --- a/test_results/2010-05-06 g++-4_2_i386 +++ /dev/null @@ -1,5379 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 34. -./testit: line 97: 60421 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -Assertion failed: (d < ns(2500000)), function f, file mutex.pass.cpp, line 52. -./testit: line 97: 89954 Abort trap ./a.out -mutex.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1242: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1182: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1177: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 95558 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 95577 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 97: 95973 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:36: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:36: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 120 -sections with failures : 43 -sections without failures: 889 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 136 -number of tests passed : 3321 - + ---- -total number of tests : 3457 -**************************************************** diff --git a/test_results/2010-05-06 g++-4_2_x86_64 b/test_results/2010-05-06 g++-4_2_x86_64 deleted file mode 100644 index d33067f0..00000000 --- a/test_results/2010-05-06 g++-4_2_x86_64 +++ /dev/null @@ -1,5391 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:47: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -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]’ -minmax_comp.pass.cpp:49: instantiated from here -../../../../include/utility:230: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 34. -./testit: line 97: 84889 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -Assertion failed: (t1 - t0 - milliseconds(250) < milliseconds(5)), function f, file wait_for.pass.cpp, line 67. -./testit: line 97: 14507 Abort trap ./a.out -wait_for.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -Assertion failed: (t1 - t0 - milliseconds(250) < milliseconds(2)), function f, file wait_for_pred.pass.cpp, line 78. -./testit: line 97: 14695 Abort trap ./a.out -wait_for_pred.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -Assertion failed: (d < ns(2500000)), function f, file mutex.pass.cpp, line 52. -./testit: line 97: 14967 Abort trap ./a.out -mutex.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 10 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -Assertion failed: (d < ns(50000000)), function f, file try_lock.pass.cpp, line 54. -./testit: line 97: 15362 Abort trap ./a.out -try_lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:77: instantiated from here -member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function.pass.cpp:78: instantiated from here -member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:79: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:79: instantiated from here -member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:77: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:83: instantiated from here -member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const.pass.cpp:84: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const.pass.cpp:85: instantiated from here -member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:83: instantiated from here -member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_const_volatile.pass.cpp:84: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_const_volatile.pass.cpp:85: instantiated from here -member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:83: instantiated from here -member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -member_function_volatile.pass.cpp:84: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../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)] -../../../../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]’: -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:39: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -member_function_volatile.pass.cpp:85: instantiated from here -member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../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::*)()]’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:83: instantiated from here -../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:71: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:80: instantiated from here -../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:86: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:37: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:45: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:82: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:668: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:84: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/type_traits:1328: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:85: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:94: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/type_traits:1328: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:95: instantiated from here -../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:69: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:59: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:56: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:58: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:36: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:71: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:80: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:146: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:153: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:181: error: lvalue required as left operand of assignment -invoke.pass.cpp:185: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:224: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:234: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/type_traits:1328: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:302: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1294: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/type_traits:1328: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:310: instantiated from here -../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:61: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:63: instantiated from here -../../../../../../include/type_traits:1242: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1182: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1177: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:66: instantiated from here -../../../../../../include/type_traits:1218: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../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] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../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] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../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] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../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&] -../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../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&] -../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67. -./testit: line 97: 20345 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. -./testit: line 97: 20363 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. -./testit: line 97: 20940 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:65: instantiated from here -union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:698: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:74: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:74: instantiated from here -is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:32: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:33: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:34: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp:35: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:711: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:79: instantiated from here -../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:32: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:33: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp:34: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:32: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:33: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp:34: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:39: error: expected initializer before ‘<’ token -empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:40: error: template argument 1 is invalid -empty_member.pass.cpp:43: error: expected initializer before ‘<’ token -empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:44: error: template argument 1 is invalid -empty_member.pass.cpp:47: error: expected initializer before ‘<’ token -empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:48: error: template argument 1 is invalid -empty_member.pass.cpp:51: error: expected initializer before ‘<’ token -empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:52: error: template argument 1 is invalid -empty_member.pass.cpp:55: error: expected initializer before ‘<’ token -empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:56: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:39: error: expected initializer before ‘<’ token -const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:41: error: expected `;' before ‘t1’ -const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:62: error: expected initializer before ‘<’ token -convert_move.pass.cpp:63: error: expected initializer before ‘<’ token -convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:64: error: expected `;' before ‘t0’ -convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:65: error: expected `;' before ‘t1’ -convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -convert_move.pass.cpp:72: error: expected initializer before ‘<’ token -convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:73: error: expected `;' before ‘t0’ -convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:74: error: expected `;' before ‘t1’ -convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: expected initializer before ‘<’ token -convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:85: error: expected `;' before ‘t0’ -convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:86: error: expected `;' before ‘t1’ -convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:93: error: expected initializer before ‘<’ token -convert_move.pass.cpp:94: error: expected initializer before ‘<’ token -convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:95: error: expected `;' before ‘t0’ -convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:96: error: expected `;' before ‘t1’ -convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:40: error: ‘t’ was not declared in this scope -copy.pass.cpp:40: error: ‘t0’ was not declared in this scope -copy.pass.cpp:43: error: expected initializer before ‘<’ token -copy.pass.cpp:44: error: ‘T’ was not declared in this scope -copy.pass.cpp:44: error: expected `;' before ‘t0’ -copy.pass.cpp:45: error: expected `;' before ‘t’ -copy.pass.cpp:46: error: ‘t’ was not declared in this scope -copy.pass.cpp:46: error: ‘t0’ was not declared in this scope -copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: expected initializer before ‘<’ token -copy.pass.cpp:51: error: ‘T’ was not declared in this scope -copy.pass.cpp:51: error: expected `;' before ‘t0’ -copy.pass.cpp:52: error: expected `;' before ‘t’ -copy.pass.cpp:53: error: ‘t’ was not declared in this scope -copy.pass.cpp:53: error: ‘t0’ was not declared in this scope -copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: expected initializer before ‘<’ token -copy.pass.cpp:59: error: ‘T’ was not declared in this scope -copy.pass.cpp:59: error: expected `;' before ‘t0’ -copy.pass.cpp:60: error: expected `;' before ‘t’ -copy.pass.cpp:61: error: ‘t’ was not declared in this scope -copy.pass.cpp:61: error: ‘t0’ was not declared in this scope -copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:41: error: ‘t’ was not declared in this scope -move.pass.cpp:41: error: ‘t0’ was not declared in this scope -move.pass.cpp:44: error: expected initializer before ‘<’ token -move.pass.cpp:45: error: ‘T’ was not declared in this scope -move.pass.cpp:45: error: expected `;' before ‘t0’ -move.pass.cpp:46: error: expected `;' before ‘t’ -move.pass.cpp:47: error: ‘t’ was not declared in this scope -move.pass.cpp:47: error: ‘t0’ was not declared in this scope -move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: expected initializer before ‘<’ token -move.pass.cpp:52: error: ‘T’ was not declared in this scope -move.pass.cpp:52: error: expected `;' before ‘t0’ -move.pass.cpp:53: error: expected `;' before ‘t’ -move.pass.cpp:54: error: ‘t’ was not declared in this scope -move.pass.cpp:54: error: ‘t0’ was not declared in this scope -move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: expected initializer before ‘<’ token -move.pass.cpp:60: error: ‘T’ was not declared in this scope -move.pass.cpp:60: error: expected `;' before ‘t0’ -move.pass.cpp:61: error: expected `;' before ‘t’ -move.pass.cpp:62: error: ‘t’ was not declared in this scope -move.pass.cpp:62: error: ‘t0’ was not declared in this scope -move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:56: error: expected initializer before ‘<’ token -move_pair.pass.cpp:57: error: expected `;' before ‘t0’ -move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:58: error: expected `;' before ‘t1’ -move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:45: error: expected primary-expression before ‘int’ -alloc.pass.cpp:45: error: expected `;' before ‘int’ -alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:49: error: expected primary-expression before ‘int’ -alloc.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:54: error: expected primary-expression before ‘int’ -alloc.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:60: error: expected primary-expression before ‘int’ -alloc.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:66: error: expected primary-expression before ‘int’ -alloc.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:75: error: expected primary-expression before ‘int’ -alloc.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:86: error: expected primary-expression before ‘int’ -alloc.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:35: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:36: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:36: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:37: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:44: error: expected `;' before ‘t’ -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:49: error: expected `;' before ‘t’ -alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:56: error: expected `;' before ‘t’ -alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:64: error: expected `;' before ‘t’ -alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:72: error: expected `;' before ‘t’ -alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:82: error: expected `;' before ‘t’ -alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:37: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:38: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:41: error: expected `;' before ‘int’ -const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:46: error: expected `;' before ‘int’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:51: error: expected `;' before ‘int’ -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:58: error: expected `;' before ‘int’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:64: error: expected `;' before ‘int’ -const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:70: error: expected `;' before ‘int’ -const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:38: error: expected initializer before ‘<’ token -const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:63: error: expected `;' before ‘t1’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:68: error: expected initializer before ‘<’ token -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:70: error: expected `;' before ‘t0’ -convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t1’ -convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: expected initializer before ‘<’ token -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:80: error: expected `;' before ‘t0’ -convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:88: error: expected initializer before ‘<’ token -convert_move.pass.cpp:89: error: expected initializer before ‘<’ token -convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:90: error: expected `;' before ‘t0’ -convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:91: error: expected `;' before ‘t1’ -convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:37: error: expected initializer before ‘<’ token -copy.pass.cpp:38: error: ‘T’ was not declared in this scope -copy.pass.cpp:38: error: expected `;' before ‘t0’ -copy.pass.cpp:39: error: expected `;' before ‘t’ -copy.pass.cpp:42: error: expected initializer before ‘<’ token -copy.pass.cpp:43: error: ‘T’ was not declared in this scope -copy.pass.cpp:43: error: expected `;' before ‘t0’ -copy.pass.cpp:44: error: expected `;' before ‘t’ -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:45: error: ‘t’ was not declared in this scope -copy.pass.cpp:48: error: expected initializer before ‘<’ token -copy.pass.cpp:49: error: ‘T’ was not declared in this scope -copy.pass.cpp:49: error: expected `;' before ‘t0’ -copy.pass.cpp:50: error: expected `;' before ‘t’ -copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:51: error: ‘t’ was not declared in this scope -copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:55: error: expected initializer before ‘<’ token -copy.pass.cpp:56: error: ‘T’ was not declared in this scope -copy.pass.cpp:56: error: expected `;' before ‘t0’ -copy.pass.cpp:57: error: expected `;' before ‘t’ -copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:58: error: ‘t’ was not declared in this scope -copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:39: error: expected primary-expression before ‘>’ token -default.pass.cpp:39: error: ‘t’ was not declared in this scope -default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:42: error: expected primary-expression before ‘int’ -default.pass.cpp:42: error: expected `;' before ‘int’ -default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘t’ was not declared in this scope -default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:46: error: expected primary-expression before ‘int’ -default.pass.cpp:46: error: expected `;' before ‘int’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘t’ was not declared in this scope -default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:51: error: expected primary-expression before ‘int’ -default.pass.cpp:51: error: expected `;' before ‘int’ -default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:52: error: ‘t’ was not declared in this scope -default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:57: error: expected primary-expression before ‘int’ -default.pass.cpp:57: error: expected `;' before ‘int’ -default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:58: error: ‘t’ was not declared in this scope -default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:38: error: expected initializer before ‘<’ token -move.pass.cpp:39: error: ‘T’ was not declared in this scope -move.pass.cpp:39: error: expected `;' before ‘t0’ -move.pass.cpp:40: error: expected `;' before ‘t’ -move.pass.cpp:43: error: expected initializer before ‘<’ token -move.pass.cpp:44: error: ‘T’ was not declared in this scope -move.pass.cpp:44: error: expected `;' before ‘t0’ -move.pass.cpp:45: error: expected `;' before ‘t’ -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:46: error: ‘t’ was not declared in this scope -move.pass.cpp:49: error: expected initializer before ‘<’ token -move.pass.cpp:50: error: ‘T’ was not declared in this scope -move.pass.cpp:50: error: expected `;' before ‘t0’ -move.pass.cpp:51: error: expected `;' before ‘t’ -move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:52: error: ‘t’ was not declared in this scope -move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:56: error: expected initializer before ‘<’ token -move.pass.cpp:57: error: ‘T’ was not declared in this scope -move.pass.cpp:57: error: expected `;' before ‘t0’ -move.pass.cpp:58: error: expected `;' before ‘t’ -move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:59: error: ‘t’ was not declared in this scope -move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:55: error: expected initializer before ‘<’ token -move_pair.pass.cpp:56: error: expected `;' before ‘t0’ -move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:57: error: expected `;' before ‘t1’ -move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:40: error: expected `;' before ‘int’ -make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_const.pass.cpp:40: error: ‘T’ does not name a type -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_const.pass.cpp:44: error: expected initializer before ‘<’ token -get_const.pass.cpp:45: error: ‘T’ does not name a type -get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:46: error: ‘t’ was not declared in this scope -get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:50: error: expected initializer before ‘<’ token -get_const.pass.cpp:52: error: ‘T’ does not name a type -get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:53: error: ‘t’ was not declared in this scope -get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:40: error: expected `;' before ‘t’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:47: error: expected `;' before ‘t’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:58: error: expected `;' before ‘t’ -get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:47: error: template argument 2 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:47: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:49: error: template argument 2 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:49: error: template argument 1 is invalid -tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:54: error: template argument 2 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:54: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:56: error: template argument 2 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:56: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:58: error: template argument 2 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp:58: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: template argument 2 is invalid -tuple_size.pass.cpp:39: error: template argument 1 is invalid -tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:44: error: template argument 2 is invalid -tuple_size.pass.cpp:44: error: template argument 1 is invalid -tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:49: error: template argument 2 is invalid -tuple_size.pass.cpp:49: error: template argument 1 is invalid -tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp:54: error: template argument 2 is invalid -tuple_size.pass.cpp:54: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:41: error: expected initializer before ‘<’ token -begin.pass.cpp:43: error: ‘T’ does not name a type -begin.pass.cpp:44: error: ‘t’ was not declared in this scope -begin.pass.cpp:44: error: ‘begin’ was not declared in this scope -begin.pass.cpp:45: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:39: error: expected initializer before ‘<’ token -eq.pass.cpp:40: error: expected initializer before ‘<’ token -eq.pass.cpp:41: error: ‘T1’ does not name a type -eq.pass.cpp:42: error: ‘T2’ does not name a type -eq.pass.cpp:43: error: ‘t1’ was not declared in this scope -eq.pass.cpp:43: error: ‘t2’ was not declared in this scope -eq.pass.cpp:47: error: expected initializer before ‘<’ token -eq.pass.cpp:48: error: expected initializer before ‘<’ token -eq.pass.cpp:49: error: ‘T1’ does not name a type -eq.pass.cpp:50: error: ‘T2’ does not name a type -eq.pass.cpp:51: error: ‘t1’ was not declared in this scope -eq.pass.cpp:51: error: ‘t2’ was not declared in this scope -eq.pass.cpp:55: error: expected initializer before ‘<’ token -eq.pass.cpp:56: error: expected initializer before ‘<’ token -eq.pass.cpp:57: error: ‘T1’ does not name a type -eq.pass.cpp:58: error: ‘T2’ does not name a type -eq.pass.cpp:59: error: ‘t1’ was not declared in this scope -eq.pass.cpp:59: error: ‘t2’ was not declared in this scope -eq.pass.cpp:63: error: expected initializer before ‘<’ token -eq.pass.cpp:64: error: expected initializer before ‘<’ token -eq.pass.cpp:65: error: ‘T1’ does not name a type -eq.pass.cpp:66: error: ‘T2’ does not name a type -eq.pass.cpp:67: error: ‘t1’ was not declared in this scope -eq.pass.cpp:67: error: ‘t2’ was not declared in this scope -eq.pass.cpp:71: error: expected initializer before ‘<’ token -eq.pass.cpp:72: error: expected initializer before ‘<’ token -eq.pass.cpp:73: error: ‘T1’ does not name a type -eq.pass.cpp:74: error: ‘T2’ does not name a type -eq.pass.cpp:75: error: ‘t1’ was not declared in this scope -eq.pass.cpp:75: error: ‘t2’ was not declared in this scope -eq.pass.cpp:79: error: expected initializer before ‘<’ token -eq.pass.cpp:80: error: expected initializer before ‘<’ token -eq.pass.cpp:81: error: ‘T1’ does not name a type -eq.pass.cpp:82: error: ‘T2’ does not name a type -eq.pass.cpp:83: error: ‘t1’ was not declared in this scope -eq.pass.cpp:83: error: ‘t2’ was not declared in this scope -eq.pass.cpp:87: error: expected initializer before ‘<’ token -eq.pass.cpp:88: error: expected initializer before ‘<’ token -eq.pass.cpp:89: error: ‘T1’ does not name a type -eq.pass.cpp:90: error: ‘T2’ does not name a type -eq.pass.cpp:91: error: ‘t1’ was not declared in this scope -eq.pass.cpp:91: error: ‘t2’ was not declared in this scope -eq.pass.cpp:95: error: expected initializer before ‘<’ token -eq.pass.cpp:96: error: expected initializer before ‘<’ token -eq.pass.cpp:97: error: ‘T1’ does not name a type -eq.pass.cpp:98: error: ‘T2’ does not name a type -eq.pass.cpp:99: error: ‘t1’ was not declared in this scope -eq.pass.cpp:99: error: ‘t2’ was not declared in this scope -eq.pass.cpp:103: error: expected initializer before ‘<’ token -eq.pass.cpp:104: error: expected initializer before ‘<’ token -eq.pass.cpp:105: error: ‘T1’ does not name a type -eq.pass.cpp:106: error: ‘T2’ does not name a type -eq.pass.cpp:107: error: ‘t1’ was not declared in this scope -eq.pass.cpp:107: error: ‘t2’ was not declared in this scope -eq.pass.cpp:111: error: expected initializer before ‘<’ token -eq.pass.cpp:112: error: expected initializer before ‘<’ token -eq.pass.cpp:113: error: ‘T1’ does not name a type -eq.pass.cpp:114: error: ‘T2’ does not name a type -eq.pass.cpp:115: error: ‘t1’ was not declared in this scope -eq.pass.cpp:115: error: ‘t2’ was not declared in this scope -eq.pass.cpp:119: error: expected initializer before ‘<’ token -eq.pass.cpp:120: error: expected initializer before ‘<’ token -eq.pass.cpp:121: error: ‘T1’ does not name a type -eq.pass.cpp:122: error: ‘T2’ does not name a type -eq.pass.cpp:123: error: ‘t1’ was not declared in this scope -eq.pass.cpp:123: error: ‘t2’ was not declared in this scope -eq.pass.cpp:127: error: expected initializer before ‘<’ token -eq.pass.cpp:128: error: expected initializer before ‘<’ token -eq.pass.cpp:129: error: ‘T1’ does not name a type -eq.pass.cpp:130: error: ‘T2’ does not name a type -eq.pass.cpp:131: error: ‘t1’ was not declared in this scope -eq.pass.cpp:131: error: ‘t2’ was not declared in this scope -eq.pass.cpp:135: error: expected initializer before ‘<’ token -eq.pass.cpp:136: error: expected initializer before ‘<’ token -eq.pass.cpp:137: error: ‘T1’ does not name a type -eq.pass.cpp:138: error: ‘T2’ does not name a type -eq.pass.cpp:139: error: ‘t1’ was not declared in this scope -eq.pass.cpp:139: error: ‘t2’ was not declared in this scope -eq.pass.cpp:143: error: expected initializer before ‘<’ token -eq.pass.cpp:144: error: expected initializer before ‘<’ token -eq.pass.cpp:145: error: ‘T1’ does not name a type -eq.pass.cpp:146: error: ‘T2’ does not name a type -eq.pass.cpp:147: error: ‘t1’ was not declared in this scope -eq.pass.cpp:147: error: ‘t2’ was not declared in this scope -eq.pass.cpp:151: error: expected initializer before ‘<’ token -eq.pass.cpp:152: error: expected initializer before ‘<’ token -eq.pass.cpp:153: error: ‘T1’ does not name a type -eq.pass.cpp:154: error: ‘T2’ does not name a type -eq.pass.cpp:155: error: ‘t1’ was not declared in this scope -eq.pass.cpp:155: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:51: error: expected initializer before ‘<’ token -lt.pass.cpp:52: error: expected initializer before ‘<’ token -lt.pass.cpp:53: error: ‘T1’ does not name a type -lt.pass.cpp:54: error: ‘T2’ does not name a type -lt.pass.cpp:55: error: ‘t1’ was not declared in this scope -lt.pass.cpp:55: error: ‘t2’ was not declared in this scope -lt.pass.cpp:61: error: expected initializer before ‘<’ token -lt.pass.cpp:62: error: expected initializer before ‘<’ token -lt.pass.cpp:63: error: ‘T1’ does not name a type -lt.pass.cpp:64: error: ‘T2’ does not name a type -lt.pass.cpp:65: error: ‘t1’ was not declared in this scope -lt.pass.cpp:65: error: ‘t2’ was not declared in this scope -lt.pass.cpp:71: error: expected initializer before ‘<’ token -lt.pass.cpp:72: error: expected initializer before ‘<’ token -lt.pass.cpp:73: error: ‘T1’ does not name a type -lt.pass.cpp:74: error: ‘T2’ does not name a type -lt.pass.cpp:75: error: ‘t1’ was not declared in this scope -lt.pass.cpp:75: error: ‘t2’ was not declared in this scope -lt.pass.cpp:81: error: expected initializer before ‘<’ token -lt.pass.cpp:82: error: expected initializer before ‘<’ token -lt.pass.cpp:83: error: ‘T1’ does not name a type -lt.pass.cpp:84: error: ‘T2’ does not name a type -lt.pass.cpp:85: error: ‘t1’ was not declared in this scope -lt.pass.cpp:85: error: ‘t2’ was not declared in this scope -lt.pass.cpp:91: error: expected initializer before ‘<’ token -lt.pass.cpp:92: error: expected initializer before ‘<’ token -lt.pass.cpp:93: error: ‘T1’ does not name a type -lt.pass.cpp:94: error: ‘T2’ does not name a type -lt.pass.cpp:95: error: ‘t1’ was not declared in this scope -lt.pass.cpp:95: error: ‘t2’ was not declared in this scope -lt.pass.cpp:101: error: expected initializer before ‘<’ token -lt.pass.cpp:102: error: expected initializer before ‘<’ token -lt.pass.cpp:103: error: ‘T1’ does not name a type -lt.pass.cpp:104: error: ‘T2’ does not name a type -lt.pass.cpp:105: error: ‘t1’ was not declared in this scope -lt.pass.cpp:105: error: ‘t2’ was not declared in this scope -lt.pass.cpp:111: error: expected initializer before ‘<’ token -lt.pass.cpp:112: error: expected initializer before ‘<’ token -lt.pass.cpp:113: error: ‘T1’ does not name a type -lt.pass.cpp:114: error: ‘T2’ does not name a type -lt.pass.cpp:115: error: ‘t1’ was not declared in this scope -lt.pass.cpp:115: error: ‘t2’ was not declared in this scope -lt.pass.cpp:121: error: expected initializer before ‘<’ token -lt.pass.cpp:122: error: expected initializer before ‘<’ token -lt.pass.cpp:123: error: ‘T1’ does not name a type -lt.pass.cpp:124: error: ‘T2’ does not name a type -lt.pass.cpp:125: error: ‘t1’ was not declared in this scope -lt.pass.cpp:125: error: ‘t2’ was not declared in this scope -lt.pass.cpp:131: error: expected initializer before ‘<’ token -lt.pass.cpp:132: error: expected initializer before ‘<’ token -lt.pass.cpp:133: error: ‘T1’ does not name a type -lt.pass.cpp:134: error: ‘T2’ does not name a type -lt.pass.cpp:135: error: ‘t1’ was not declared in this scope -lt.pass.cpp:135: error: ‘t2’ was not declared in this scope -lt.pass.cpp:141: error: expected initializer before ‘<’ token -lt.pass.cpp:142: error: expected initializer before ‘<’ token -lt.pass.cpp:143: error: ‘T1’ does not name a type -lt.pass.cpp:144: error: ‘T2’ does not name a type -lt.pass.cpp:145: error: ‘t1’ was not declared in this scope -lt.pass.cpp:145: error: ‘t2’ was not declared in this scope -lt.pass.cpp:151: error: expected initializer before ‘<’ token -lt.pass.cpp:152: error: expected initializer before ‘<’ token -lt.pass.cpp:153: error: ‘T1’ does not name a type -lt.pass.cpp:154: error: ‘T2’ does not name a type -lt.pass.cpp:155: error: ‘t1’ was not declared in this scope -lt.pass.cpp:155: error: ‘t2’ was not declared in this scope -lt.pass.cpp:161: error: expected initializer before ‘<’ token -lt.pass.cpp:162: error: expected initializer before ‘<’ token -lt.pass.cpp:163: error: ‘T1’ does not name a type -lt.pass.cpp:164: error: ‘T2’ does not name a type -lt.pass.cpp:165: error: ‘t1’ was not declared in this scope -lt.pass.cpp:165: error: ‘t2’ was not declared in this scope -lt.pass.cpp:171: error: expected initializer before ‘<’ token -lt.pass.cpp:172: error: expected initializer before ‘<’ token -lt.pass.cpp:173: error: ‘T1’ does not name a type -lt.pass.cpp:174: error: ‘T2’ does not name a type -lt.pass.cpp:175: error: ‘t1’ was not declared in this scope -lt.pass.cpp:175: error: ‘t2’ was not declared in this scope -lt.pass.cpp:181: error: expected initializer before ‘<’ token -lt.pass.cpp:182: error: expected initializer before ‘<’ token -lt.pass.cpp:183: error: ‘T1’ does not name a type -lt.pass.cpp:184: error: ‘T2’ does not name a type -lt.pass.cpp:185: error: ‘t1’ was not declared in this scope -lt.pass.cpp:185: error: ‘t2’ was not declared in this scope -lt.pass.cpp:191: error: expected initializer before ‘<’ token -lt.pass.cpp:192: error: expected initializer before ‘<’ token -lt.pass.cpp:193: error: ‘T1’ does not name a type -lt.pass.cpp:194: error: ‘T2’ does not name a type -lt.pass.cpp:195: error: ‘t1’ was not declared in this scope -lt.pass.cpp:195: error: ‘t2’ was not declared in this scope -lt.pass.cpp:201: error: expected initializer before ‘<’ token -lt.pass.cpp:202: error: expected initializer before ‘<’ token -lt.pass.cpp:203: error: ‘T1’ does not name a type -lt.pass.cpp:204: error: ‘T2’ does not name a type -lt.pass.cpp:205: error: ‘t1’ was not declared in this scope -lt.pass.cpp:205: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:44: error: expected initializer before ‘<’ token -member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:45: error: expected `;' before ‘t0’ -member_swap.pass.cpp:46: error: expected `;' before ‘t1’ -member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:52: error: expected initializer before ‘<’ token -member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:53: error: expected `;' before ‘t0’ -member_swap.pass.cpp:54: error: expected `;' before ‘t1’ -member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:62: error: expected initializer before ‘<’ token -member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:63: error: expected `;' before ‘t0’ -member_swap.pass.cpp:64: error: expected `;' before ‘t1’ -member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: template argument 2 is invalid -uses_allocator.pass.cpp:40: error: template argument 1 is invalid -uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:45: error: template argument 2 is invalid -uses_allocator.pass.cpp:45: error: template argument 1 is invalid -uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:50: error: template argument 2 is invalid -uses_allocator.pass.cpp:50: error: template argument 1 is invalid -uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp:55: error: template argument 2 is invalid -uses_allocator.pass.cpp:55: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:36: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:37: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:41: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:36: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:36: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 120 -sections with failures : 46 -sections without failures: 886 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 139 -number of tests passed : 3318 - + ---- -total number of tests : 3457 -**************************************************** diff --git a/test_results/2010-05-06 g++-4_4_i386 b/test_results/2010-05-06 g++-4_4_i386 deleted file mode 100644 index 9e2d60dd..00000000 --- a/test_results/2010-05-06 g++-4_4_i386 +++ /dev/null @@ -1,3995 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:33:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:33:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:274:2: error: #error PRId8 not defined -cinttypes.pass.cpp:278:2: error: #error PRId16 not defined -cinttypes.pass.cpp:282:2: error: #error PRId32 not defined -cinttypes.pass.cpp:286:2: error: #error PRId64 not defined -cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:72: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:73: instantiated from here -types.pass.cpp:66: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 34. -./testit: line 97: 24931 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccWsDEo3.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccWsDEo3.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccWsDEo3.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccWsDEo3.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccWsDEo3.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccWsDEo3.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccWsDEo3.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccWsDEo3.o - (maybe you meant: __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr) - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccWsDEo3.o - my_facet::~my_facet() in ccWsDEo3.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWsDEo3.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccWsDEo3.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccMegMie.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccMegMie.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccMegMie.o - my_facet::~my_facet() in ccMegMie.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccMegMie.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMegMie.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccMegMie.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccMegMie.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccMegMie.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccMegMie.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccMegMie.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccMegMie.o - (maybe you meant: __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccknDU1Q.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTSACAL.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccr80LfJ.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJrVQyt.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccD4b43Y.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWOg8Z5.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cceSOIa3.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccb3C3ns.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccq4Mcss.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccl6SVIz.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc4AYAGB.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZEZKk8.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccebjPVb.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccjmhdAR.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccobNX3Y.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZiqE3z.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3GW6EC.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in cc3GW6EC.o - (maybe you meant: __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3GW6EC.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in cc3GW6EC.o - (maybe you meant: __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccpEoghm.o - my_facet::~my_facet() in ccpEoghm.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccpEoghm.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccpEoghm.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccpEoghm.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccpEoghm.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccpEoghm.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccpEoghm.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccpEoghm.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccpEoghm.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccpEoghm.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccpEoghm.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccpEoghm.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in cc7IHNSs.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc7IHNSs.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc7IHNSs.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc7IHNSs.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7IHNSs.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cc7IHNSs.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cc7IHNSs.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc7IHNSs.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in cc7IHNSs.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc7IHNSs.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cc7IHNSs.o - my_facet::~my_facet() in cc7IHNSs.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc7IHNSs.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9TDm9x.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9TDm9x.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccauFdhV.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccauFdhV.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc9l8iep.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9l8iep.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccb2Lvwq.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccb2Lvwq.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccz8qaNF.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccz8qaNF.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccsAVFKJ.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccsAVFKJ.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cccYunnU.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cccYunnU.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmTRk8P.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccmTRk8P.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccsjSQSn.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccsjSQSn.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctVo0c6.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctVo0c6.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccW6IJxn.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccW6IJxn.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccvbra3B.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccvbra3B.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits -not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf -not implemented: /test/numerics/rand/rand.device -not implemented: /test/numerics/rand/rand.dis -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -not implemented: /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -not implemented: /test/numerics/rand/rand.util -not implemented: /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:26:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:29:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -./testit: line 97: 34828 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -./testit: line 97: 34928 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:35:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:35:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:239: error: static assertion failed: "" -is_convertible.pass.cpp:289: error: static assertion failed: "" -is_convertible.pass.cpp:291: error: static assertion failed: "" -is_convertible.pass.cpp:333: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:37: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:37: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:37: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:42: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:42: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:42: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:47: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:47: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:47: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:52: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:52: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:52: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:57: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:57: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:57: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:62: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:62: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:62: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:63: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:63: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:63: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:67: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:68: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:68: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:68: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:69: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:69: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:70: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:70: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:72: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:72: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:74: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:74: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:74: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:75: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:78: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:83: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:86: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:89: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:90: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:90: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:90: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:93: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:93: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:93: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:95: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:95: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:95: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:96: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:96: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:98: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:98: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:98: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:99: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:101: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:101: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:101: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:102: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:105: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:110: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:113: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:116: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:117: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:117: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:117: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:122: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:122: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:122: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:123: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:125: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:125: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:125: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:126: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:128: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:128: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:128: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:129: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:133: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:133: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:133: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:134: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:138: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:138: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:138: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:143: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:148: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:153: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:158: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:158: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:158: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:159: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:159: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:159: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:164: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:164: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:164: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:165: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:168: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:170: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:170: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:170: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:171: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:175: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:175: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:175: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:176: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:180: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:180: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:180: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:185: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:190: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:195: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:200: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:200: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:200: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:201: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:201: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:201: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:206: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:206: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:206: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:207: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:210: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:212: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:212: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:212: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:213: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:217: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:217: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:217: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:218: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:222: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:222: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:222: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:227: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:232: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:237: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:242: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:242: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:242: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:243: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:243: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:243: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:248: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:248: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:248: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:254: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:254: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:254: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:259: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:259: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:259: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:264: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:264: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:264: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:269: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:269: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:269: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:274: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:274: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:274: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:279: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:279: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:279: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:284: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:284: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:284: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:285: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:285: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:285: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:290: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:290: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:290: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:296: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:296: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:296: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:301: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:301: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:301: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:306: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:306: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:306: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:311: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:311: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:311: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:316: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:316: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:316: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:321: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:321: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:321: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:326: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:326: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:326: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:327: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:327: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:327: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:332: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:332: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:332: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:338: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:338: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:338: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:343: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:343: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:343: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:348: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:348: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:348: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:353: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:353: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:353: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:358: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:358: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:358: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:363: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:363: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:363: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:368: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:368: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:368: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:369: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:369: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:369: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:370: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:370: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:370: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:371: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:371: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:371: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:373: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:373: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:373: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:374: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:374: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:374: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:375: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:375: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:375: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:376: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:376: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:376: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:378: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:378: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:378: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:379: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:379: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:379: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:380: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:380: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:380: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:381: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:381: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:381: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:80: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:81: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:82: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:89: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:90: instantiated from here -has_nothrow_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:78: instantiated from here -has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:80: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:81: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:82: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:89: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:90: instantiated from here -has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:80: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:81: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:82: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:89: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:90: instantiated from here -has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:80: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:81: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:82: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:89: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:90: instantiated from here -has_trivial_copy_assign.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:78: instantiated from here -has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:80: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:81: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:82: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:89: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:90: instantiated from here -has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:80: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:81: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:82: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:89: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:90: instantiated from here -has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:82: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:83: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:90: instantiated from here -has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:89: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:90: instantiated from here -has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:32: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:32: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:33: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:33: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:33: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:34: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:34: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:34: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:35: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:35: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:64: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:64: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:60: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:61: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:62: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:63: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:34: error: static assertion failed: "" -is_pod.pass.cpp:64: instantiated from here -is_pod.pass.cpp:36: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:44: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:44: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:45: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:46: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:46: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:47: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:48: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:48: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:49: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:49: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:50: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -passed 5 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -In file included from piecewise.pass.cpp:32: -../../../../../include/utility: In constructor ‘std::__1::pair<_T1, _T2>::pair(std::__1::piecewise_construct_t, std::__1::tuple<_Args1 ...>, std::__1::tuple<_Args2 ...>) [with _Args1 = int, int*, _Args2 = int*, int, long unsigned int ..._I1 = , long unsigned int ..._I2 = , _T1 = std::__1::pair, _T2 = std::__1::pair]’: -piecewise.pass.cpp:44: instantiated from here -../../../../../include/utility:260: error: type ‘std::__1::pair, std::__1::pair >’ is not a direct base of ‘std::__1::pair, std::__1::pair >’ -piecewise.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/pairs/pairs.pair -passed 14 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 120 -sections with failures : 23 -sections without failures: 909 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 86 -number of tests passed : 3371 - + ---- -total number of tests : 3457 -**************************************************** diff --git a/test_results/2010-05-13 clang_i386 b/test_results/2010-05-13 clang_i386 deleted file mode 100644 index 695e183e..00000000 --- a/test_results/2010-05-13 clang_i386 +++ /dev/null @@ -1,14533 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:23:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:23:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:33:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:25:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:25:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:35:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:531:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:531:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:12:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 42670 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:58:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:59:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 20. -./testit: line 84: 47369 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:19:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:20:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:108:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:108:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:100:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:146:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 105. -./testit: line 84: 49642 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 97. -./testit: line 84: 49914 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1092:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1092:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:44:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:45:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:46:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:47:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:49:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:52:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:50:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:56:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:71:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:79:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:86:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:98:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:109:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:117:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:121:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:128:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:166:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:166:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:172:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:172:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:173:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:173:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:178:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:178:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:49:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:54:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:61:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:67:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:74:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:80:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:87:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:91:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:97:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:118:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:154:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:154:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:155:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:155:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:160:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:160:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:161:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:161:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:52:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:53:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:55:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:56:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:57:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:58:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:27:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:28:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:29:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:43:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:43:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:64:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:55:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:55:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:105:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:113:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:121:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:169:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:177:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:185:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:137:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:145:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:153:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:55:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:42:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:44:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:22:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:22:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:22:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:22:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:33:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:110:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:167:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:171:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:185:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:266:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:49:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:62:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:38:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:21: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:41:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:43:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:47:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1223:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:49:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:18: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:52:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:49:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:51:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:67:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:49:24: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:51:37: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:67:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:52:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:62:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:64:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 65762 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 65777 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:97:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:97:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:275:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:22:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:22:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:22:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:22:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:23:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:23:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:24:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:24:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:25:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:25:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:27:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:27:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:28:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:28:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:30:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:30:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:25:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:40:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:41:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:46:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:51:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:56:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:61:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:76:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:80:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:37:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:38:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:39:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:40:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:69:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:28:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:29:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:30:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:31:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:668:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:668:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:668:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:18:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:19:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:21:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:21:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:46:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:47:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:48:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:49:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:50:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:28:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:29:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:30:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:31:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:18:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:18:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:30:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:30:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:30:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:30:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:31:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:31:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:32:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:34:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:36:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:36:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:34:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:34:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:38:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:27:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:28:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:30:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:41:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:47:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:48:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:49:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:44:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:51:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:52:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:26:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:32:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:27:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:33:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:41:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:43:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:45:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:43:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:29:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:34:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:39:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:23:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:24:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:24:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:27:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:26:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:28:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:38:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:45:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:46:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:41:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:48:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:49:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:28:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:28:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:29:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:31:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:35:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:28:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:46:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:35:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:35:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:40:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:42:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:42:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:26:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:30:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:35:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:26:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:26:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:56:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:63:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:26:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:31:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:31:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:33:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:38:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:38:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:35:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:28:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: expected ')' -tuple_element.pass.cpp:28:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:33:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: expected ')' -tuple_element.pass.cpp:33:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:25:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: expected ')' -tuple_size.pass.cpp:25:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: expected ')' -tuple_size.pass.cpp:30:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:29:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:29:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:26:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:26:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:27:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:28:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:35:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:36:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:43:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:44:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:39:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:40:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:59:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:60:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:27:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:28:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:31:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:31:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:34:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:36:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:36:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:27:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:27:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:33:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:33:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:27:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: expected ')' -uses_allocator.pass.cpp:26:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:31:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:32:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:32:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:29:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: expected ')' -tuple_element.pass.cpp:22:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: expected ')' -tuple_element.pass.cpp:23:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: expected ')' -tuple_element.pass.cpp:27:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:28:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:22:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:19:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 103711) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 105 -sections with failures : 48 -sections without failures: 899 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 144 -number of tests passed : 3463 - + ---- -total number of tests : 3607 -**************************************************** diff --git a/test_results/2010-05-13 clang_x86_64 b/test_results/2010-05-13 clang_x86_64 deleted file mode 100644 index 450a9f23..00000000 --- a/test_results/2010-05-13 clang_x86_64 +++ /dev/null @@ -1,14537 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:23:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:23:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:33:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:25:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:25:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:35:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:531:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:531:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:12:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 70594 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:58:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:59:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 20. -./testit: line 84: 75280 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:19:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:20:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:108:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:108:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:100:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:146:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 105. -./testit: line 84: 77569 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 97. -./testit: line 84: 77842 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1092:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1092:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -Assertion failed: (d < ns(50000000)), function f, file try_lock.pass.cpp, line 40. -./testit: line 84: 84956 Abort trap ./a.out -try_lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:44:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:45:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:46:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:47:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:49:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:52:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:50:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:56:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:71:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:79:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:86:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:98:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:109:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:117:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:121:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:128:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:166:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:166:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:172:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:172:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:173:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:173:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:178:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:178:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:49:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:54:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:61:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:67:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:74:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:80:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:87:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:91:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:97:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:118:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:154:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:154:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:155:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:155:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:160:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:160:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:161:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:161:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:52:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:53:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:55:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:56:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:57:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:58:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:27:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:28:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:29:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:43:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:43:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:64:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:55:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:55:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:105:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:113:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:121:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:169:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:177:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:185:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:137:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:145:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:153:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:8: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:309:14: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - explicit __func(_F __f, _Alloc __a) : __f_(_STD::move(__f), _STD::move(__a)) {} - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:55:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:42:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:44:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:22:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:22:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:22:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:22:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:33:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:110:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:167:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:171:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:185:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:1: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type -^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:266:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:5: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:49:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:62:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:38:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:21: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:41:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:43:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return t; - ^ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:47:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1223:14: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return T(__rv(t)); - ^~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:49:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return t; - ^ -In file included from move_convert03.pass.cpp:18: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:52:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:49:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:51:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:67:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:49:24: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:51:37: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:67:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:52:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:62:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:64:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 87477 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 87485 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: compiler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:97:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:97:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:275:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:22:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:22:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:22:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:22:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:23:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:23:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:24:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:24:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:25:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:25:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:27:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:27:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:28:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:28:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:30:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:30:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:25:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:40:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:41:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:46:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:51:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:56:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:61:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:76:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:80:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:37:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:38:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:39:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:40:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:69:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:28:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:29:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:30:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:31:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: base class 'NotEmpty const volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:668:7: error: base class 'NotEmpty volatile' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:668:7: error: base class 'NotEmpty const' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:668:7: error: base class 'NotEmpty' has private destructor - : public _Tp - ^~~~~~~~~~ -is_empty.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:679:56: note: implicit default destructor for 'std::__is_empty1' first required here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -8 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:18:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:19:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:21:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:21:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:46:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:47:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:48:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:49:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:50:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:28:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:29:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:30:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:31:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: base class 'Abstract const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'Abstract volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'Abstract const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'Abstract' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:52:13: note: declared private here - virtual ~Abstract() = 0; - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty const volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty volatile' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty const' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:687:49: error: base class 'NotEmpty' has private destructor -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -is_polymorphic.pass.cpp:40:13: note: declared private here - virtual ~NotEmpty(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:692:38: note: implicit default destructor for 'std::__is_polymorphic1' first required here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -12 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:18:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:18:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:30:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:30:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:30:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:30:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:31:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:31:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:32:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:34:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:36:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:36:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:34:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:34:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:38:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:27:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:28:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:30:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:41:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:47:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:48:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:49:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:44:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:51:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:52:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:26:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:32:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:27:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:33:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:41:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:43:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:45:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:43:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:29:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:34:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:39:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:23:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:24:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:24:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:27:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:26:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:28:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:38:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:45:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:46:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:41:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:48:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:49:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:28:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:28:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:29:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:31:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:35:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:28:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:46:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:35:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:35:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:40:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:42:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:42:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:26:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:30:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:35:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:26:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:26:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:56:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:63:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:26:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:31:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:31:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:33:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:38:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:38:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:35:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:28:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: expected ')' -tuple_element.pass.cpp:28:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:33:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: expected ')' -tuple_element.pass.cpp:33:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:25:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: expected ')' -tuple_size.pass.cpp:25:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: expected ')' -tuple_size.pass.cpp:30:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:29:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:29:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:26:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:26:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:27:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:28:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:35:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:36:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:43:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:44:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:39:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:40:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:59:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:60:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:27:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:28:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:31:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:31:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:34:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:36:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:36:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:27:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:27:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:33:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:33:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:27:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: expected ')' -uses_allocator.pass.cpp:26:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:31:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:32:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:32:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:29:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: expected ')' -tuple_element.pass.cpp:22:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: expected ')' -tuple_element.pass.cpp:23:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: expected ')' -tuple_element.pass.cpp:27:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:28:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:22:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:19:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 103711) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 105 -sections with failures : 49 -sections without failures: 898 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 145 -number of tests passed : 3462 - + ---- -total number of tests : 3607 -**************************************************** diff --git a/test_results/2010-05-13 g++-4_2_i386 b/test_results/2010-05-13 g++-4_2_i386 deleted file mode 100644 index 24afafd4..00000000 --- a/test_results/2010-05-13 g++-4_2_i386 +++ /dev/null @@ -1,5383 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:23: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:33: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax_comp.pass.cpp:25: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__1::greater]’ -minmax_comp.pass.cpp:35: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:19:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:39:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 43025 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 20. -./testit: line 84: 48747 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -Assertion failed: (d < ns(5000000)), function f1, file try_lock_for.pass.cpp, line 39. -./testit: line 84: 82028 Abort trap ./a.out -try_lock_for.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:44: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:45: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:46: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:47: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:50: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:51: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:52: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:79: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:86: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:98: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:109: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:117: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:121: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:128: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:172: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:197: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:209: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:241: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:244: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:247: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:254: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:257: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:54: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:74: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:80: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:87: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:91: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:97: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:118: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:154: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:155: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:160: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:161: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:170: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:171: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:181: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:182: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:189: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:190: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:191: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:226: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:229: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:235: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:238: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:53: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:56: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:57: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:57: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:58: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:27: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:28: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:43: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:55: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:65: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:55: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:106: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_03:114: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:178: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: 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::*)()]’ -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:146: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:55: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:42: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:44: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:33: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:110: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:167: error: lvalue required as left operand of assignment -invoke.pass.cpp:171: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:185: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:266: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:47: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:49: instantiated from here -../../../../../../include/type_traits:1224: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1164: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1159: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2181: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:52: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:49: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2088: 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] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:51: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:67: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2185: 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&] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:49: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:51: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:67: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:52: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 86854 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 86864 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 80. -./testit: line 84: 87178 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:275: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:94: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:139: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:181: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:223: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:37: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:38: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:39: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:40: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:28: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:29: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:30: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:31: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:33: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:36: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:25: error: expected initializer before ‘<’ token -empty_member.pass.cpp:26: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:26: error: template argument 1 is invalid -empty_member.pass.cpp:29: error: expected initializer before ‘<’ token -empty_member.pass.cpp:30: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:30: error: template argument 1 is invalid -empty_member.pass.cpp:33: error: expected initializer before ‘<’ token -empty_member.pass.cpp:34: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:34: error: template argument 1 is invalid -empty_member.pass.cpp:37: error: expected initializer before ‘<’ token -empty_member.pass.cpp:38: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:38: error: template argument 1 is invalid -empty_member.pass.cpp:41: error: expected initializer before ‘<’ token -empty_member.pass.cpp:42: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:42: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:25: error: expected initializer before ‘<’ token -const_pair.pass.cpp:27: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:27: error: expected `;' before ‘t1’ -const_pair.pass.cpp:28: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:39: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:40: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:40: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:41: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:41: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:45: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:46: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:47: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:47: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:49: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:49: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:56: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:68: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:69: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:69: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:70: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: expected initializer before ‘<’ token -convert_move.pass.cpp:42: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t0’ -convert_move.pass.cpp:43: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:43: error: expected `;' before ‘t1’ -convert_move.pass.cpp:44: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:44: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:48: error: expected initializer before ‘<’ token -convert_move.pass.cpp:49: error: expected initializer before ‘<’ token -convert_move.pass.cpp:50: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:50: error: expected `;' before ‘t0’ -convert_move.pass.cpp:51: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:51: error: expected `;' before ‘t1’ -convert_move.pass.cpp:52: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:52: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: expected initializer before ‘<’ token -convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -convert_move.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:59: error: expected `;' before ‘t0’ -convert_move.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected `;' before ‘t1’ -convert_move.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:61: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -convert_move.pass.cpp:71: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t0’ -convert_move.pass.cpp:72: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:72: error: expected `;' before ‘t1’ -convert_move.pass.cpp:73: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: expected initializer before ‘<’ token -convert_move.pass.cpp:81: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t0’ -convert_move.pass.cpp:82: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:82: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:83: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:26: error: ‘t’ was not declared in this scope -copy.pass.cpp:26: error: ‘t0’ was not declared in this scope -copy.pass.cpp:29: error: expected initializer before ‘<’ token -copy.pass.cpp:30: error: ‘T’ was not declared in this scope -copy.pass.cpp:30: error: expected `;' before ‘t0’ -copy.pass.cpp:31: error: expected `;' before ‘t’ -copy.pass.cpp:32: error: ‘t’ was not declared in this scope -copy.pass.cpp:32: error: ‘t0’ was not declared in this scope -copy.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:36: error: expected initializer before ‘<’ token -copy.pass.cpp:37: error: ‘T’ was not declared in this scope -copy.pass.cpp:37: error: expected `;' before ‘t0’ -copy.pass.cpp:38: error: expected `;' before ‘t’ -copy.pass.cpp:39: error: ‘t’ was not declared in this scope -copy.pass.cpp:39: error: ‘t0’ was not declared in this scope -copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: expected initializer before ‘<’ token -copy.pass.cpp:45: error: ‘T’ was not declared in this scope -copy.pass.cpp:45: error: expected `;' before ‘t0’ -copy.pass.cpp:46: error: expected `;' before ‘t’ -copy.pass.cpp:47: error: ‘t’ was not declared in this scope -copy.pass.cpp:47: error: ‘t0’ was not declared in this scope -copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:27: error: ‘t’ was not declared in this scope -move.pass.cpp:27: error: ‘t0’ was not declared in this scope -move.pass.cpp:30: error: expected initializer before ‘<’ token -move.pass.cpp:31: error: ‘T’ was not declared in this scope -move.pass.cpp:31: error: expected `;' before ‘t0’ -move.pass.cpp:32: error: expected `;' before ‘t’ -move.pass.cpp:33: error: ‘t’ was not declared in this scope -move.pass.cpp:33: error: ‘t0’ was not declared in this scope -move.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:37: error: expected initializer before ‘<’ token -move.pass.cpp:38: error: ‘T’ was not declared in this scope -move.pass.cpp:38: error: expected `;' before ‘t0’ -move.pass.cpp:39: error: expected `;' before ‘t’ -move.pass.cpp:40: error: ‘t’ was not declared in this scope -move.pass.cpp:40: error: ‘t0’ was not declared in this scope -move.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: expected initializer before ‘<’ token -move.pass.cpp:46: error: ‘T’ was not declared in this scope -move.pass.cpp:46: error: expected `;' before ‘t0’ -move.pass.cpp:47: error: expected `;' before ‘t’ -move.pass.cpp:48: error: ‘t’ was not declared in this scope -move.pass.cpp:48: error: ‘t0’ was not declared in this scope -move.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:41: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:42: error: expected initializer before ‘<’ token -move_pair.pass.cpp:43: error: expected `;' before ‘t0’ -move_pair.pass.cpp:44: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:44: error: expected `;' before ‘t1’ -move_pair.pass.cpp:45: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:25: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:25: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:29: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:36: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:28: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc.pass.cpp:31: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:31: error: expected primary-expression before ‘int’ -alloc.pass.cpp:31: error: expected `;' before ‘int’ -alloc.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc.pass.cpp:35: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:35: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:35: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:35: error: expected primary-expression before ‘int’ -alloc.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:40: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:40: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:40: error: expected primary-expression before ‘int’ -alloc.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:52: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:61: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:61: error: expected primary-expression before ‘int’ -alloc.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:72: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:28: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:33: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:48: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:59: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:27: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:44: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:53: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:56: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:65: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:68: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:29: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:31: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:31: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:32: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:37: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:51: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:51: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:29: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:30: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:30: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:31: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:34: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:35: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:36: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:36: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:38: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:38: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:56: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:57: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:45: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:46: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:46: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:64: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:64: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:72: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:72: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:75: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:75: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:28: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:28: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:29: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:32: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:33: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:33: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:34: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:38: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:39: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:39: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:41: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:43: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:49: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:51: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:55: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:58: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:66: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:66: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:69: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:29: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:30: error: expected `;' before ‘t’ -alloc_move.pass.cpp:33: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:34: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:34: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:35: error: expected `;' before ‘t’ -alloc_move.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:36: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:39: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:40: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:40: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:42: error: expected `;' before ‘t’ -alloc_move.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:44: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:50: error: expected `;' before ‘t’ -alloc_move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:56: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:56: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:58: error: expected `;' before ‘t’ -alloc_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:64: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:65: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:65: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:68: error: expected `;' before ‘t’ -alloc_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:71: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:49: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:49: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:23: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:23: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:23: error: expected `;' before ‘int’ -const_Types.pass.cpp:24: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:24: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:27: error: expected `;' before ‘int’ -const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:32: error: expected `;' before ‘int’ -const_Types.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:33: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:44: error: expected `;' before ‘int’ -const_Types.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:45: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:50: error: expected `;' before ‘int’ -const_Types.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:56: error: expected `;' before ‘int’ -const_Types.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:57: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:24: error: expected initializer before ‘<’ token -const_pair.pass.cpp:26: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:26: error: expected `;' before ‘t1’ -const_pair.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:27: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:36: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:38: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:39: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:46: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:46: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:47: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:62: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:63: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:63: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:64: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:64: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:39: error: expected initializer before ‘<’ token -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:41: error: expected `;' before ‘t0’ -convert_move.pass.cpp:42: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t1’ -convert_move.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:43: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:46: error: expected initializer before ‘<’ token -convert_move.pass.cpp:47: error: expected initializer before ‘<’ token -convert_move.pass.cpp:48: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:48: error: expected `;' before ‘t0’ -convert_move.pass.cpp:49: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:49: error: expected `;' before ‘t1’ -convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: expected initializer before ‘<’ token -convert_move.pass.cpp:65: error: expected initializer before ‘<’ token -convert_move.pass.cpp:66: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:66: error: expected `;' before ‘t0’ -convert_move.pass.cpp:67: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:67: error: expected `;' before ‘t1’ -convert_move.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -convert_move.pass.cpp:77: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:77: error: expected `;' before ‘t1’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:28: error: expected initializer before ‘<’ token -copy.pass.cpp:29: error: ‘T’ was not declared in this scope -copy.pass.cpp:29: error: expected `;' before ‘t0’ -copy.pass.cpp:30: error: expected `;' before ‘t’ -copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:31: error: ‘t’ was not declared in this scope -copy.pass.cpp:34: error: expected initializer before ‘<’ token -copy.pass.cpp:35: error: ‘T’ was not declared in this scope -copy.pass.cpp:35: error: expected `;' before ‘t0’ -copy.pass.cpp:36: error: expected `;' before ‘t’ -copy.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:37: error: ‘t’ was not declared in this scope -copy.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: expected initializer before ‘<’ token -copy.pass.cpp:42: error: ‘T’ was not declared in this scope -copy.pass.cpp:42: error: expected `;' before ‘t0’ -copy.pass.cpp:43: error: expected `;' before ‘t’ -copy.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: ‘t’ was not declared in this scope -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:25: error: expected primary-expression before ‘>’ token -default.pass.cpp:25: error: ‘t’ was not declared in this scope -default.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:28: error: expected primary-expression before ‘int’ -default.pass.cpp:28: error: expected `;' before ‘int’ -default.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:29: error: ‘t’ was not declared in this scope -default.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:32: error: expected primary-expression before ‘int’ -default.pass.cpp:32: error: expected `;' before ‘int’ -default.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:33: error: ‘t’ was not declared in this scope -default.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:37: error: expected primary-expression before ‘int’ -default.pass.cpp:37: error: expected `;' before ‘int’ -default.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:38: error: ‘t’ was not declared in this scope -default.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:43: error: expected primary-expression before ‘int’ -default.pass.cpp:43: error: expected `;' before ‘int’ -default.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:44: error: ‘t’ was not declared in this scope -default.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:29: error: expected initializer before ‘<’ token -move.pass.cpp:30: error: ‘T’ was not declared in this scope -move.pass.cpp:30: error: expected `;' before ‘t0’ -move.pass.cpp:31: error: expected `;' before ‘t’ -move.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:32: error: ‘t’ was not declared in this scope -move.pass.cpp:35: error: expected initializer before ‘<’ token -move.pass.cpp:36: error: ‘T’ was not declared in this scope -move.pass.cpp:36: error: expected `;' before ‘t0’ -move.pass.cpp:37: error: expected `;' before ‘t’ -move.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:38: error: ‘t’ was not declared in this scope -move.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: expected initializer before ‘<’ token -move.pass.cpp:43: error: ‘T’ was not declared in this scope -move.pass.cpp:43: error: expected `;' before ‘t0’ -move.pass.cpp:44: error: expected `;' before ‘t’ -move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: ‘t’ was not declared in this scope -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:40: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:41: error: expected initializer before ‘<’ token -move_pair.pass.cpp:42: error: expected `;' before ‘t0’ -move_pair.pass.cpp:43: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:43: error: expected `;' before ‘t1’ -move_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:44: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:26: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:26: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:26: error: expected `;' before ‘int’ -make_tuple.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:28: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:26: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:39: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:39: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:40: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:40: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:41: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:41: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:44: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:45: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:45: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:46: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:46: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:47: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:50: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:50: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:51: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:51: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:52: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:52: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:56: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:56: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:57: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:57: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:58: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:63: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:64: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:80: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:81: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:87: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:88: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:88: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:88: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:90: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:96: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:97: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:97: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:98: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:98: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:98: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:101: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:103: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:106: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:107: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:107: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:108: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:108: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:108: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:110: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:111: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:113: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_const.pass.cpp:26: error: ‘T’ does not name a type -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_const.pass.cpp:30: error: expected initializer before ‘<’ token -get_const.pass.cpp:31: error: ‘T’ does not name a type -get_const.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:32: error: ‘t’ was not declared in this scope -get_const.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:36: error: expected initializer before ‘<’ token -get_const.pass.cpp:38: error: ‘T’ does not name a type -get_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:39: error: ‘t’ was not declared in this scope -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:26: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:26: error: expected `;' before ‘t’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:32: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:33: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:33: error: expected `;' before ‘t’ -get_non_const.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:34: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:44: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:44: error: expected `;' before ‘t’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:27: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:28: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:28: error: template argument 2 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:32: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:33: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:33: error: template argument 2 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:35: error: template argument 2 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:40: error: template argument 2 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:44: error: template argument 2 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:24: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:25: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:25: error: template argument 2 is invalid -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:29: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:30: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:30: error: template argument 2 is invalid -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:34: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:35: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:35: error: template argument 2 is invalid -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp:40: error: template argument 2 is invalid -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:27: error: expected initializer before ‘<’ token -begin.pass.cpp:29: error: ‘T’ does not name a type -begin.pass.cpp:30: error: ‘t’ was not declared in this scope -begin.pass.cpp:30: error: ‘begin’ was not declared in this scope -begin.pass.cpp:31: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:25: error: expected initializer before ‘<’ token -eq.pass.cpp:26: error: expected initializer before ‘<’ token -eq.pass.cpp:27: error: ‘T1’ does not name a type -eq.pass.cpp:28: error: ‘T2’ does not name a type -eq.pass.cpp:29: error: ‘t1’ was not declared in this scope -eq.pass.cpp:29: error: ‘t2’ was not declared in this scope -eq.pass.cpp:33: error: expected initializer before ‘<’ token -eq.pass.cpp:34: error: expected initializer before ‘<’ token -eq.pass.cpp:35: error: ‘T1’ does not name a type -eq.pass.cpp:36: error: ‘T2’ does not name a type -eq.pass.cpp:37: error: ‘t1’ was not declared in this scope -eq.pass.cpp:37: error: ‘t2’ was not declared in this scope -eq.pass.cpp:41: error: expected initializer before ‘<’ token -eq.pass.cpp:42: error: expected initializer before ‘<’ token -eq.pass.cpp:43: error: ‘T1’ does not name a type -eq.pass.cpp:44: error: ‘T2’ does not name a type -eq.pass.cpp:45: error: ‘t1’ was not declared in this scope -eq.pass.cpp:45: error: ‘t2’ was not declared in this scope -eq.pass.cpp:49: error: expected initializer before ‘<’ token -eq.pass.cpp:50: error: expected initializer before ‘<’ token -eq.pass.cpp:51: error: ‘T1’ does not name a type -eq.pass.cpp:52: error: ‘T2’ does not name a type -eq.pass.cpp:53: error: ‘t1’ was not declared in this scope -eq.pass.cpp:53: error: ‘t2’ was not declared in this scope -eq.pass.cpp:57: error: expected initializer before ‘<’ token -eq.pass.cpp:58: error: expected initializer before ‘<’ token -eq.pass.cpp:59: error: ‘T1’ does not name a type -eq.pass.cpp:60: error: ‘T2’ does not name a type -eq.pass.cpp:61: error: ‘t1’ was not declared in this scope -eq.pass.cpp:61: error: ‘t2’ was not declared in this scope -eq.pass.cpp:65: error: expected initializer before ‘<’ token -eq.pass.cpp:66: error: expected initializer before ‘<’ token -eq.pass.cpp:67: error: ‘T1’ does not name a type -eq.pass.cpp:68: error: ‘T2’ does not name a type -eq.pass.cpp:69: error: ‘t1’ was not declared in this scope -eq.pass.cpp:69: error: ‘t2’ was not declared in this scope -eq.pass.cpp:73: error: expected initializer before ‘<’ token -eq.pass.cpp:74: error: expected initializer before ‘<’ token -eq.pass.cpp:75: error: ‘T1’ does not name a type -eq.pass.cpp:76: error: ‘T2’ does not name a type -eq.pass.cpp:77: error: ‘t1’ was not declared in this scope -eq.pass.cpp:77: error: ‘t2’ was not declared in this scope -eq.pass.cpp:81: error: expected initializer before ‘<’ token -eq.pass.cpp:82: error: expected initializer before ‘<’ token -eq.pass.cpp:83: error: ‘T1’ does not name a type -eq.pass.cpp:84: error: ‘T2’ does not name a type -eq.pass.cpp:85: error: ‘t1’ was not declared in this scope -eq.pass.cpp:85: error: ‘t2’ was not declared in this scope -eq.pass.cpp:89: error: expected initializer before ‘<’ token -eq.pass.cpp:90: error: expected initializer before ‘<’ token -eq.pass.cpp:91: error: ‘T1’ does not name a type -eq.pass.cpp:92: error: ‘T2’ does not name a type -eq.pass.cpp:93: error: ‘t1’ was not declared in this scope -eq.pass.cpp:93: error: ‘t2’ was not declared in this scope -eq.pass.cpp:97: error: expected initializer before ‘<’ token -eq.pass.cpp:98: error: expected initializer before ‘<’ token -eq.pass.cpp:99: error: ‘T1’ does not name a type -eq.pass.cpp:100: error: ‘T2’ does not name a type -eq.pass.cpp:101: error: ‘t1’ was not declared in this scope -eq.pass.cpp:101: error: ‘t2’ was not declared in this scope -eq.pass.cpp:105: error: expected initializer before ‘<’ token -eq.pass.cpp:106: error: expected initializer before ‘<’ token -eq.pass.cpp:107: error: ‘T1’ does not name a type -eq.pass.cpp:108: error: ‘T2’ does not name a type -eq.pass.cpp:109: error: ‘t1’ was not declared in this scope -eq.pass.cpp:109: error: ‘t2’ was not declared in this scope -eq.pass.cpp:113: error: expected initializer before ‘<’ token -eq.pass.cpp:114: error: expected initializer before ‘<’ token -eq.pass.cpp:115: error: ‘T1’ does not name a type -eq.pass.cpp:116: error: ‘T2’ does not name a type -eq.pass.cpp:117: error: ‘t1’ was not declared in this scope -eq.pass.cpp:117: error: ‘t2’ was not declared in this scope -eq.pass.cpp:121: error: expected initializer before ‘<’ token -eq.pass.cpp:122: error: expected initializer before ‘<’ token -eq.pass.cpp:123: error: ‘T1’ does not name a type -eq.pass.cpp:124: error: ‘T2’ does not name a type -eq.pass.cpp:125: error: ‘t1’ was not declared in this scope -eq.pass.cpp:125: error: ‘t2’ was not declared in this scope -eq.pass.cpp:129: error: expected initializer before ‘<’ token -eq.pass.cpp:130: error: expected initializer before ‘<’ token -eq.pass.cpp:131: error: ‘T1’ does not name a type -eq.pass.cpp:132: error: ‘T2’ does not name a type -eq.pass.cpp:133: error: ‘t1’ was not declared in this scope -eq.pass.cpp:133: error: ‘t2’ was not declared in this scope -eq.pass.cpp:137: error: expected initializer before ‘<’ token -eq.pass.cpp:138: error: expected initializer before ‘<’ token -eq.pass.cpp:139: error: ‘T1’ does not name a type -eq.pass.cpp:140: error: ‘T2’ does not name a type -eq.pass.cpp:141: error: ‘t1’ was not declared in this scope -eq.pass.cpp:141: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:37: error: expected initializer before ‘<’ token -lt.pass.cpp:38: error: expected initializer before ‘<’ token -lt.pass.cpp:39: error: ‘T1’ does not name a type -lt.pass.cpp:40: error: ‘T2’ does not name a type -lt.pass.cpp:41: error: ‘t1’ was not declared in this scope -lt.pass.cpp:41: error: ‘t2’ was not declared in this scope -lt.pass.cpp:47: error: expected initializer before ‘<’ token -lt.pass.cpp:48: error: expected initializer before ‘<’ token -lt.pass.cpp:49: error: ‘T1’ does not name a type -lt.pass.cpp:50: error: ‘T2’ does not name a type -lt.pass.cpp:51: error: ‘t1’ was not declared in this scope -lt.pass.cpp:51: error: ‘t2’ was not declared in this scope -lt.pass.cpp:57: error: expected initializer before ‘<’ token -lt.pass.cpp:58: error: expected initializer before ‘<’ token -lt.pass.cpp:59: error: ‘T1’ does not name a type -lt.pass.cpp:60: error: ‘T2’ does not name a type -lt.pass.cpp:61: error: ‘t1’ was not declared in this scope -lt.pass.cpp:61: error: ‘t2’ was not declared in this scope -lt.pass.cpp:67: error: expected initializer before ‘<’ token -lt.pass.cpp:68: error: expected initializer before ‘<’ token -lt.pass.cpp:69: error: ‘T1’ does not name a type -lt.pass.cpp:70: error: ‘T2’ does not name a type -lt.pass.cpp:71: error: ‘t1’ was not declared in this scope -lt.pass.cpp:71: error: ‘t2’ was not declared in this scope -lt.pass.cpp:77: error: expected initializer before ‘<’ token -lt.pass.cpp:78: error: expected initializer before ‘<’ token -lt.pass.cpp:79: error: ‘T1’ does not name a type -lt.pass.cpp:80: error: ‘T2’ does not name a type -lt.pass.cpp:81: error: ‘t1’ was not declared in this scope -lt.pass.cpp:81: error: ‘t2’ was not declared in this scope -lt.pass.cpp:87: error: expected initializer before ‘<’ token -lt.pass.cpp:88: error: expected initializer before ‘<’ token -lt.pass.cpp:89: error: ‘T1’ does not name a type -lt.pass.cpp:90: error: ‘T2’ does not name a type -lt.pass.cpp:91: error: ‘t1’ was not declared in this scope -lt.pass.cpp:91: error: ‘t2’ was not declared in this scope -lt.pass.cpp:97: error: expected initializer before ‘<’ token -lt.pass.cpp:98: error: expected initializer before ‘<’ token -lt.pass.cpp:99: error: ‘T1’ does not name a type -lt.pass.cpp:100: error: ‘T2’ does not name a type -lt.pass.cpp:101: error: ‘t1’ was not declared in this scope -lt.pass.cpp:101: error: ‘t2’ was not declared in this scope -lt.pass.cpp:107: error: expected initializer before ‘<’ token -lt.pass.cpp:108: error: expected initializer before ‘<’ token -lt.pass.cpp:109: error: ‘T1’ does not name a type -lt.pass.cpp:110: error: ‘T2’ does not name a type -lt.pass.cpp:111: error: ‘t1’ was not declared in this scope -lt.pass.cpp:111: error: ‘t2’ was not declared in this scope -lt.pass.cpp:117: error: expected initializer before ‘<’ token -lt.pass.cpp:118: error: expected initializer before ‘<’ token -lt.pass.cpp:119: error: ‘T1’ does not name a type -lt.pass.cpp:120: error: ‘T2’ does not name a type -lt.pass.cpp:121: error: ‘t1’ was not declared in this scope -lt.pass.cpp:121: error: ‘t2’ was not declared in this scope -lt.pass.cpp:127: error: expected initializer before ‘<’ token -lt.pass.cpp:128: error: expected initializer before ‘<’ token -lt.pass.cpp:129: error: ‘T1’ does not name a type -lt.pass.cpp:130: error: ‘T2’ does not name a type -lt.pass.cpp:131: error: ‘t1’ was not declared in this scope -lt.pass.cpp:131: error: ‘t2’ was not declared in this scope -lt.pass.cpp:137: error: expected initializer before ‘<’ token -lt.pass.cpp:138: error: expected initializer before ‘<’ token -lt.pass.cpp:139: error: ‘T1’ does not name a type -lt.pass.cpp:140: error: ‘T2’ does not name a type -lt.pass.cpp:141: error: ‘t1’ was not declared in this scope -lt.pass.cpp:141: error: ‘t2’ was not declared in this scope -lt.pass.cpp:147: error: expected initializer before ‘<’ token -lt.pass.cpp:148: error: expected initializer before ‘<’ token -lt.pass.cpp:149: error: ‘T1’ does not name a type -lt.pass.cpp:150: error: ‘T2’ does not name a type -lt.pass.cpp:151: error: ‘t1’ was not declared in this scope -lt.pass.cpp:151: error: ‘t2’ was not declared in this scope -lt.pass.cpp:157: error: expected initializer before ‘<’ token -lt.pass.cpp:158: error: expected initializer before ‘<’ token -lt.pass.cpp:159: error: ‘T1’ does not name a type -lt.pass.cpp:160: error: ‘T2’ does not name a type -lt.pass.cpp:161: error: ‘t1’ was not declared in this scope -lt.pass.cpp:161: error: ‘t2’ was not declared in this scope -lt.pass.cpp:167: error: expected initializer before ‘<’ token -lt.pass.cpp:168: error: expected initializer before ‘<’ token -lt.pass.cpp:169: error: ‘T1’ does not name a type -lt.pass.cpp:170: error: ‘T2’ does not name a type -lt.pass.cpp:171: error: ‘t1’ was not declared in this scope -lt.pass.cpp:171: error: ‘t2’ was not declared in this scope -lt.pass.cpp:177: error: expected initializer before ‘<’ token -lt.pass.cpp:178: error: expected initializer before ‘<’ token -lt.pass.cpp:179: error: ‘T1’ does not name a type -lt.pass.cpp:180: error: ‘T2’ does not name a type -lt.pass.cpp:181: error: ‘t1’ was not declared in this scope -lt.pass.cpp:181: error: ‘t2’ was not declared in this scope -lt.pass.cpp:187: error: expected initializer before ‘<’ token -lt.pass.cpp:188: error: expected initializer before ‘<’ token -lt.pass.cpp:189: error: ‘T1’ does not name a type -lt.pass.cpp:190: error: ‘T2’ does not name a type -lt.pass.cpp:191: error: ‘t1’ was not declared in this scope -lt.pass.cpp:191: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:25: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:26: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:26: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:27: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:28: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:31: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:32: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:32: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:33: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:34: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:49: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:50: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:50: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:51: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:52: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:24: error: expected initializer before ‘<’ token -member_swap.pass.cpp:25: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:25: error: expected `;' before ‘t0’ -member_swap.pass.cpp:26: error: expected `;' before ‘t1’ -member_swap.pass.cpp:27: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:27: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:30: error: expected initializer before ‘<’ token -member_swap.pass.cpp:31: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:31: error: expected `;' before ‘t0’ -member_swap.pass.cpp:32: error: expected `;' before ‘t1’ -member_swap.pass.cpp:33: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:33: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:48: error: expected initializer before ‘<’ token -member_swap.pass.cpp:49: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:49: error: expected `;' before ‘t0’ -member_swap.pass.cpp:50: error: expected `;' before ‘t1’ -member_swap.pass.cpp:51: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:51: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:25: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:26: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:26: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:26: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:26: error: template argument 2 is invalid -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:30: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:31: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:31: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:31: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:31: error: template argument 2 is invalid -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:35: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:36: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:36: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:36: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:36: error: template argument 2 is invalid -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:41: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:41: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp:41: error: template argument 2 is invalid -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:22: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:22: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 105 -sections with failures : 44 -sections without failures: 903 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 137 -number of tests passed : 3470 - + ---- -total number of tests : 3607 -**************************************************** diff --git a/test_results/2010-05-13 g++-4_2_x86_64 b/test_results/2010-05-13 g++-4_2_x86_64 deleted file mode 100644 index 2b6236a2..00000000 --- a/test_results/2010-05-13 g++-4_2_x86_64 +++ /dev/null @@ -1,5386 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:23: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:33: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax_comp.pass.cpp:25: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__1::greater]’ -minmax_comp.pass.cpp:35: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:19:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:39:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 65508 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 20. -./testit: line 84: 74411 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -./testit: line 84: 7058 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -Assertion failed: (d < ns(5000000)), function f1, file mutex_duration.pass.cpp, line 37. -./testit: line 84: 11007 Abort trap ./a.out -mutex_duration.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 10 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:44: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:45: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:46: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:47: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:50: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:51: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:52: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:79: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:86: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:98: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:109: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:117: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:121: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:128: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:172: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:197: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:209: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:241: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:244: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:247: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:254: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:257: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:54: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:74: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:80: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:87: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:91: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:97: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:118: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:154: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:155: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:160: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:161: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:170: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:171: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:181: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:182: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:189: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:190: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:191: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:226: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:229: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:235: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:238: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:53: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:56: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:57: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:57: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:58: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:27: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:28: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:43: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:55: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:65: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:55: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:106: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_03:114: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:178: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: 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::*)()]’ -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:146: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:55: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:42: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:44: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:33: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:110: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:167: error: lvalue required as left operand of assignment -invoke.pass.cpp:171: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:185: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:266: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete, U = std::__1::default_delete]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:47: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, T>::type std::__1::forward(U&) [with T = Deleter, U = Deleter]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:49: instantiated from here -../../../../../../include/type_traits:1224: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1164: note: candidates are: std::__1::__rv::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter] -../../../../../../include/type_traits:1159: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter&, U = CDeleter]’: -../../../../../../include/memory:2181: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:52: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:49: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2088: 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] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:51: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:67: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2185: 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&] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:49: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:51: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:67: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:52: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 15506 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 15516 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 80. -./testit: line 84: 15754 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:275: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:94: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:139: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:181: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:223: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:37: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:38: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:39: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:40: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:28: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:29: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:30: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:31: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:33: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:36: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:25: error: expected initializer before ‘<’ token -empty_member.pass.cpp:26: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:26: error: template argument 1 is invalid -empty_member.pass.cpp:29: error: expected initializer before ‘<’ token -empty_member.pass.cpp:30: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:30: error: template argument 1 is invalid -empty_member.pass.cpp:33: error: expected initializer before ‘<’ token -empty_member.pass.cpp:34: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:34: error: template argument 1 is invalid -empty_member.pass.cpp:37: error: expected initializer before ‘<’ token -empty_member.pass.cpp:38: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:38: error: template argument 1 is invalid -empty_member.pass.cpp:41: error: expected initializer before ‘<’ token -empty_member.pass.cpp:42: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:42: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:25: error: expected initializer before ‘<’ token -const_pair.pass.cpp:27: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:27: error: expected `;' before ‘t1’ -const_pair.pass.cpp:28: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:39: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:40: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:40: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:41: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:41: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:45: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:46: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:47: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:47: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:49: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:49: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:56: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:68: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:69: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:69: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:70: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: expected initializer before ‘<’ token -convert_move.pass.cpp:42: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t0’ -convert_move.pass.cpp:43: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:43: error: expected `;' before ‘t1’ -convert_move.pass.cpp:44: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:44: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:48: error: expected initializer before ‘<’ token -convert_move.pass.cpp:49: error: expected initializer before ‘<’ token -convert_move.pass.cpp:50: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:50: error: expected `;' before ‘t0’ -convert_move.pass.cpp:51: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:51: error: expected `;' before ‘t1’ -convert_move.pass.cpp:52: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:52: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: expected initializer before ‘<’ token -convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -convert_move.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:59: error: expected `;' before ‘t0’ -convert_move.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected `;' before ‘t1’ -convert_move.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:61: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -convert_move.pass.cpp:71: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t0’ -convert_move.pass.cpp:72: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:72: error: expected `;' before ‘t1’ -convert_move.pass.cpp:73: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: expected initializer before ‘<’ token -convert_move.pass.cpp:81: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t0’ -convert_move.pass.cpp:82: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:82: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:83: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:26: error: ‘t’ was not declared in this scope -copy.pass.cpp:26: error: ‘t0’ was not declared in this scope -copy.pass.cpp:29: error: expected initializer before ‘<’ token -copy.pass.cpp:30: error: ‘T’ was not declared in this scope -copy.pass.cpp:30: error: expected `;' before ‘t0’ -copy.pass.cpp:31: error: expected `;' before ‘t’ -copy.pass.cpp:32: error: ‘t’ was not declared in this scope -copy.pass.cpp:32: error: ‘t0’ was not declared in this scope -copy.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:36: error: expected initializer before ‘<’ token -copy.pass.cpp:37: error: ‘T’ was not declared in this scope -copy.pass.cpp:37: error: expected `;' before ‘t0’ -copy.pass.cpp:38: error: expected `;' before ‘t’ -copy.pass.cpp:39: error: ‘t’ was not declared in this scope -copy.pass.cpp:39: error: ‘t0’ was not declared in this scope -copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: expected initializer before ‘<’ token -copy.pass.cpp:45: error: ‘T’ was not declared in this scope -copy.pass.cpp:45: error: expected `;' before ‘t0’ -copy.pass.cpp:46: error: expected `;' before ‘t’ -copy.pass.cpp:47: error: ‘t’ was not declared in this scope -copy.pass.cpp:47: error: ‘t0’ was not declared in this scope -copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:27: error: ‘t’ was not declared in this scope -move.pass.cpp:27: error: ‘t0’ was not declared in this scope -move.pass.cpp:30: error: expected initializer before ‘<’ token -move.pass.cpp:31: error: ‘T’ was not declared in this scope -move.pass.cpp:31: error: expected `;' before ‘t0’ -move.pass.cpp:32: error: expected `;' before ‘t’ -move.pass.cpp:33: error: ‘t’ was not declared in this scope -move.pass.cpp:33: error: ‘t0’ was not declared in this scope -move.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:37: error: expected initializer before ‘<’ token -move.pass.cpp:38: error: ‘T’ was not declared in this scope -move.pass.cpp:38: error: expected `;' before ‘t0’ -move.pass.cpp:39: error: expected `;' before ‘t’ -move.pass.cpp:40: error: ‘t’ was not declared in this scope -move.pass.cpp:40: error: ‘t0’ was not declared in this scope -move.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: expected initializer before ‘<’ token -move.pass.cpp:46: error: ‘T’ was not declared in this scope -move.pass.cpp:46: error: expected `;' before ‘t0’ -move.pass.cpp:47: error: expected `;' before ‘t’ -move.pass.cpp:48: error: ‘t’ was not declared in this scope -move.pass.cpp:48: error: ‘t0’ was not declared in this scope -move.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:41: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:42: error: expected initializer before ‘<’ token -move_pair.pass.cpp:43: error: expected `;' before ‘t0’ -move_pair.pass.cpp:44: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:44: error: expected `;' before ‘t1’ -move_pair.pass.cpp:45: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:25: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:25: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:29: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:36: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:28: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc.pass.cpp:31: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:31: error: expected primary-expression before ‘int’ -alloc.pass.cpp:31: error: expected `;' before ‘int’ -alloc.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc.pass.cpp:35: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:35: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:35: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:35: error: expected primary-expression before ‘int’ -alloc.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:40: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:40: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:40: error: expected primary-expression before ‘int’ -alloc.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:52: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:61: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:61: error: expected primary-expression before ‘int’ -alloc.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:72: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:28: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:33: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:48: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:59: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:27: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:44: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:53: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:56: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:65: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:68: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:29: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:31: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:31: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:32: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:37: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:51: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:51: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:29: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:30: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:30: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:31: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:34: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:35: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:36: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:36: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:38: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:38: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:56: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:57: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:45: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:46: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:46: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:64: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:64: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:72: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:72: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:75: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:75: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:28: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:28: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:29: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:32: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:33: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:33: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:34: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:38: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:39: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:39: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:41: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:43: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:49: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:51: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:55: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:58: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:66: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:66: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:69: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:29: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:30: error: expected `;' before ‘t’ -alloc_move.pass.cpp:33: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:34: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:34: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:35: error: expected `;' before ‘t’ -alloc_move.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:36: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:39: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:40: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:40: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:42: error: expected `;' before ‘t’ -alloc_move.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:44: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:50: error: expected `;' before ‘t’ -alloc_move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:56: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:56: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:58: error: expected `;' before ‘t’ -alloc_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:64: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:65: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:65: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:68: error: expected `;' before ‘t’ -alloc_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:71: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:49: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:49: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:23: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:23: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:23: error: expected `;' before ‘int’ -const_Types.pass.cpp:24: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:24: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:27: error: expected `;' before ‘int’ -const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:32: error: expected `;' before ‘int’ -const_Types.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:33: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:44: error: expected `;' before ‘int’ -const_Types.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:45: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:50: error: expected `;' before ‘int’ -const_Types.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:56: error: expected `;' before ‘int’ -const_Types.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:57: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:24: error: expected initializer before ‘<’ token -const_pair.pass.cpp:26: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:26: error: expected `;' before ‘t1’ -const_pair.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:27: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:36: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:38: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:39: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:46: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:46: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:47: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:62: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:63: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:63: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:64: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:64: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:39: error: expected initializer before ‘<’ token -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:41: error: expected `;' before ‘t0’ -convert_move.pass.cpp:42: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t1’ -convert_move.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:43: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:46: error: expected initializer before ‘<’ token -convert_move.pass.cpp:47: error: expected initializer before ‘<’ token -convert_move.pass.cpp:48: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:48: error: expected `;' before ‘t0’ -convert_move.pass.cpp:49: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:49: error: expected `;' before ‘t1’ -convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: expected initializer before ‘<’ token -convert_move.pass.cpp:65: error: expected initializer before ‘<’ token -convert_move.pass.cpp:66: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:66: error: expected `;' before ‘t0’ -convert_move.pass.cpp:67: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:67: error: expected `;' before ‘t1’ -convert_move.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -convert_move.pass.cpp:77: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:77: error: expected `;' before ‘t1’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:28: error: expected initializer before ‘<’ token -copy.pass.cpp:29: error: ‘T’ was not declared in this scope -copy.pass.cpp:29: error: expected `;' before ‘t0’ -copy.pass.cpp:30: error: expected `;' before ‘t’ -copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:31: error: ‘t’ was not declared in this scope -copy.pass.cpp:34: error: expected initializer before ‘<’ token -copy.pass.cpp:35: error: ‘T’ was not declared in this scope -copy.pass.cpp:35: error: expected `;' before ‘t0’ -copy.pass.cpp:36: error: expected `;' before ‘t’ -copy.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:37: error: ‘t’ was not declared in this scope -copy.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: expected initializer before ‘<’ token -copy.pass.cpp:42: error: ‘T’ was not declared in this scope -copy.pass.cpp:42: error: expected `;' before ‘t0’ -copy.pass.cpp:43: error: expected `;' before ‘t’ -copy.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: ‘t’ was not declared in this scope -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:25: error: expected primary-expression before ‘>’ token -default.pass.cpp:25: error: ‘t’ was not declared in this scope -default.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:28: error: expected primary-expression before ‘int’ -default.pass.cpp:28: error: expected `;' before ‘int’ -default.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:29: error: ‘t’ was not declared in this scope -default.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:32: error: expected primary-expression before ‘int’ -default.pass.cpp:32: error: expected `;' before ‘int’ -default.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:33: error: ‘t’ was not declared in this scope -default.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:37: error: expected primary-expression before ‘int’ -default.pass.cpp:37: error: expected `;' before ‘int’ -default.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:38: error: ‘t’ was not declared in this scope -default.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:43: error: expected primary-expression before ‘int’ -default.pass.cpp:43: error: expected `;' before ‘int’ -default.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:44: error: ‘t’ was not declared in this scope -default.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:29: error: expected initializer before ‘<’ token -move.pass.cpp:30: error: ‘T’ was not declared in this scope -move.pass.cpp:30: error: expected `;' before ‘t0’ -move.pass.cpp:31: error: expected `;' before ‘t’ -move.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:32: error: ‘t’ was not declared in this scope -move.pass.cpp:35: error: expected initializer before ‘<’ token -move.pass.cpp:36: error: ‘T’ was not declared in this scope -move.pass.cpp:36: error: expected `;' before ‘t0’ -move.pass.cpp:37: error: expected `;' before ‘t’ -move.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:38: error: ‘t’ was not declared in this scope -move.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: expected initializer before ‘<’ token -move.pass.cpp:43: error: ‘T’ was not declared in this scope -move.pass.cpp:43: error: expected `;' before ‘t0’ -move.pass.cpp:44: error: expected `;' before ‘t’ -move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: ‘t’ was not declared in this scope -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:40: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:41: error: expected initializer before ‘<’ token -move_pair.pass.cpp:42: error: expected `;' before ‘t0’ -move_pair.pass.cpp:43: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:43: error: expected `;' before ‘t1’ -move_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:44: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:26: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:26: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:26: error: expected `;' before ‘int’ -make_tuple.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:28: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:26: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:39: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:39: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:40: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:40: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:41: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:41: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:44: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:45: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:45: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:46: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:46: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:47: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:50: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:50: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:51: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:51: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:52: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:52: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:56: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:56: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:57: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:57: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:58: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:63: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:64: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:80: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:81: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:87: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:88: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:88: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:88: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:90: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:96: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:97: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:97: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:98: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:98: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:98: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:101: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:103: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:106: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:107: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:107: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:108: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:108: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:108: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:110: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:111: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:113: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_const.pass.cpp:26: error: ‘T’ does not name a type -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_const.pass.cpp:30: error: expected initializer before ‘<’ token -get_const.pass.cpp:31: error: ‘T’ does not name a type -get_const.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:32: error: ‘t’ was not declared in this scope -get_const.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:36: error: expected initializer before ‘<’ token -get_const.pass.cpp:38: error: ‘T’ does not name a type -get_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:39: error: ‘t’ was not declared in this scope -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:26: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:26: error: expected `;' before ‘t’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:32: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:33: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:33: error: expected `;' before ‘t’ -get_non_const.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:34: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:44: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:44: error: expected `;' before ‘t’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:27: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:28: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:28: error: template argument 2 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:32: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:33: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:33: error: template argument 2 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:35: error: template argument 2 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:40: error: template argument 2 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:44: error: template argument 2 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:24: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:25: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:25: error: template argument 2 is invalid -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:29: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:30: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:30: error: template argument 2 is invalid -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:34: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:35: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:35: error: template argument 2 is invalid -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp:40: error: template argument 2 is invalid -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:27: error: expected initializer before ‘<’ token -begin.pass.cpp:29: error: ‘T’ does not name a type -begin.pass.cpp:30: error: ‘t’ was not declared in this scope -begin.pass.cpp:30: error: ‘begin’ was not declared in this scope -begin.pass.cpp:31: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:25: error: expected initializer before ‘<’ token -eq.pass.cpp:26: error: expected initializer before ‘<’ token -eq.pass.cpp:27: error: ‘T1’ does not name a type -eq.pass.cpp:28: error: ‘T2’ does not name a type -eq.pass.cpp:29: error: ‘t1’ was not declared in this scope -eq.pass.cpp:29: error: ‘t2’ was not declared in this scope -eq.pass.cpp:33: error: expected initializer before ‘<’ token -eq.pass.cpp:34: error: expected initializer before ‘<’ token -eq.pass.cpp:35: error: ‘T1’ does not name a type -eq.pass.cpp:36: error: ‘T2’ does not name a type -eq.pass.cpp:37: error: ‘t1’ was not declared in this scope -eq.pass.cpp:37: error: ‘t2’ was not declared in this scope -eq.pass.cpp:41: error: expected initializer before ‘<’ token -eq.pass.cpp:42: error: expected initializer before ‘<’ token -eq.pass.cpp:43: error: ‘T1’ does not name a type -eq.pass.cpp:44: error: ‘T2’ does not name a type -eq.pass.cpp:45: error: ‘t1’ was not declared in this scope -eq.pass.cpp:45: error: ‘t2’ was not declared in this scope -eq.pass.cpp:49: error: expected initializer before ‘<’ token -eq.pass.cpp:50: error: expected initializer before ‘<’ token -eq.pass.cpp:51: error: ‘T1’ does not name a type -eq.pass.cpp:52: error: ‘T2’ does not name a type -eq.pass.cpp:53: error: ‘t1’ was not declared in this scope -eq.pass.cpp:53: error: ‘t2’ was not declared in this scope -eq.pass.cpp:57: error: expected initializer before ‘<’ token -eq.pass.cpp:58: error: expected initializer before ‘<’ token -eq.pass.cpp:59: error: ‘T1’ does not name a type -eq.pass.cpp:60: error: ‘T2’ does not name a type -eq.pass.cpp:61: error: ‘t1’ was not declared in this scope -eq.pass.cpp:61: error: ‘t2’ was not declared in this scope -eq.pass.cpp:65: error: expected initializer before ‘<’ token -eq.pass.cpp:66: error: expected initializer before ‘<’ token -eq.pass.cpp:67: error: ‘T1’ does not name a type -eq.pass.cpp:68: error: ‘T2’ does not name a type -eq.pass.cpp:69: error: ‘t1’ was not declared in this scope -eq.pass.cpp:69: error: ‘t2’ was not declared in this scope -eq.pass.cpp:73: error: expected initializer before ‘<’ token -eq.pass.cpp:74: error: expected initializer before ‘<’ token -eq.pass.cpp:75: error: ‘T1’ does not name a type -eq.pass.cpp:76: error: ‘T2’ does not name a type -eq.pass.cpp:77: error: ‘t1’ was not declared in this scope -eq.pass.cpp:77: error: ‘t2’ was not declared in this scope -eq.pass.cpp:81: error: expected initializer before ‘<’ token -eq.pass.cpp:82: error: expected initializer before ‘<’ token -eq.pass.cpp:83: error: ‘T1’ does not name a type -eq.pass.cpp:84: error: ‘T2’ does not name a type -eq.pass.cpp:85: error: ‘t1’ was not declared in this scope -eq.pass.cpp:85: error: ‘t2’ was not declared in this scope -eq.pass.cpp:89: error: expected initializer before ‘<’ token -eq.pass.cpp:90: error: expected initializer before ‘<’ token -eq.pass.cpp:91: error: ‘T1’ does not name a type -eq.pass.cpp:92: error: ‘T2’ does not name a type -eq.pass.cpp:93: error: ‘t1’ was not declared in this scope -eq.pass.cpp:93: error: ‘t2’ was not declared in this scope -eq.pass.cpp:97: error: expected initializer before ‘<’ token -eq.pass.cpp:98: error: expected initializer before ‘<’ token -eq.pass.cpp:99: error: ‘T1’ does not name a type -eq.pass.cpp:100: error: ‘T2’ does not name a type -eq.pass.cpp:101: error: ‘t1’ was not declared in this scope -eq.pass.cpp:101: error: ‘t2’ was not declared in this scope -eq.pass.cpp:105: error: expected initializer before ‘<’ token -eq.pass.cpp:106: error: expected initializer before ‘<’ token -eq.pass.cpp:107: error: ‘T1’ does not name a type -eq.pass.cpp:108: error: ‘T2’ does not name a type -eq.pass.cpp:109: error: ‘t1’ was not declared in this scope -eq.pass.cpp:109: error: ‘t2’ was not declared in this scope -eq.pass.cpp:113: error: expected initializer before ‘<’ token -eq.pass.cpp:114: error: expected initializer before ‘<’ token -eq.pass.cpp:115: error: ‘T1’ does not name a type -eq.pass.cpp:116: error: ‘T2’ does not name a type -eq.pass.cpp:117: error: ‘t1’ was not declared in this scope -eq.pass.cpp:117: error: ‘t2’ was not declared in this scope -eq.pass.cpp:121: error: expected initializer before ‘<’ token -eq.pass.cpp:122: error: expected initializer before ‘<’ token -eq.pass.cpp:123: error: ‘T1’ does not name a type -eq.pass.cpp:124: error: ‘T2’ does not name a type -eq.pass.cpp:125: error: ‘t1’ was not declared in this scope -eq.pass.cpp:125: error: ‘t2’ was not declared in this scope -eq.pass.cpp:129: error: expected initializer before ‘<’ token -eq.pass.cpp:130: error: expected initializer before ‘<’ token -eq.pass.cpp:131: error: ‘T1’ does not name a type -eq.pass.cpp:132: error: ‘T2’ does not name a type -eq.pass.cpp:133: error: ‘t1’ was not declared in this scope -eq.pass.cpp:133: error: ‘t2’ was not declared in this scope -eq.pass.cpp:137: error: expected initializer before ‘<’ token -eq.pass.cpp:138: error: expected initializer before ‘<’ token -eq.pass.cpp:139: error: ‘T1’ does not name a type -eq.pass.cpp:140: error: ‘T2’ does not name a type -eq.pass.cpp:141: error: ‘t1’ was not declared in this scope -eq.pass.cpp:141: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:37: error: expected initializer before ‘<’ token -lt.pass.cpp:38: error: expected initializer before ‘<’ token -lt.pass.cpp:39: error: ‘T1’ does not name a type -lt.pass.cpp:40: error: ‘T2’ does not name a type -lt.pass.cpp:41: error: ‘t1’ was not declared in this scope -lt.pass.cpp:41: error: ‘t2’ was not declared in this scope -lt.pass.cpp:47: error: expected initializer before ‘<’ token -lt.pass.cpp:48: error: expected initializer before ‘<’ token -lt.pass.cpp:49: error: ‘T1’ does not name a type -lt.pass.cpp:50: error: ‘T2’ does not name a type -lt.pass.cpp:51: error: ‘t1’ was not declared in this scope -lt.pass.cpp:51: error: ‘t2’ was not declared in this scope -lt.pass.cpp:57: error: expected initializer before ‘<’ token -lt.pass.cpp:58: error: expected initializer before ‘<’ token -lt.pass.cpp:59: error: ‘T1’ does not name a type -lt.pass.cpp:60: error: ‘T2’ does not name a type -lt.pass.cpp:61: error: ‘t1’ was not declared in this scope -lt.pass.cpp:61: error: ‘t2’ was not declared in this scope -lt.pass.cpp:67: error: expected initializer before ‘<’ token -lt.pass.cpp:68: error: expected initializer before ‘<’ token -lt.pass.cpp:69: error: ‘T1’ does not name a type -lt.pass.cpp:70: error: ‘T2’ does not name a type -lt.pass.cpp:71: error: ‘t1’ was not declared in this scope -lt.pass.cpp:71: error: ‘t2’ was not declared in this scope -lt.pass.cpp:77: error: expected initializer before ‘<’ token -lt.pass.cpp:78: error: expected initializer before ‘<’ token -lt.pass.cpp:79: error: ‘T1’ does not name a type -lt.pass.cpp:80: error: ‘T2’ does not name a type -lt.pass.cpp:81: error: ‘t1’ was not declared in this scope -lt.pass.cpp:81: error: ‘t2’ was not declared in this scope -lt.pass.cpp:87: error: expected initializer before ‘<’ token -lt.pass.cpp:88: error: expected initializer before ‘<’ token -lt.pass.cpp:89: error: ‘T1’ does not name a type -lt.pass.cpp:90: error: ‘T2’ does not name a type -lt.pass.cpp:91: error: ‘t1’ was not declared in this scope -lt.pass.cpp:91: error: ‘t2’ was not declared in this scope -lt.pass.cpp:97: error: expected initializer before ‘<’ token -lt.pass.cpp:98: error: expected initializer before ‘<’ token -lt.pass.cpp:99: error: ‘T1’ does not name a type -lt.pass.cpp:100: error: ‘T2’ does not name a type -lt.pass.cpp:101: error: ‘t1’ was not declared in this scope -lt.pass.cpp:101: error: ‘t2’ was not declared in this scope -lt.pass.cpp:107: error: expected initializer before ‘<’ token -lt.pass.cpp:108: error: expected initializer before ‘<’ token -lt.pass.cpp:109: error: ‘T1’ does not name a type -lt.pass.cpp:110: error: ‘T2’ does not name a type -lt.pass.cpp:111: error: ‘t1’ was not declared in this scope -lt.pass.cpp:111: error: ‘t2’ was not declared in this scope -lt.pass.cpp:117: error: expected initializer before ‘<’ token -lt.pass.cpp:118: error: expected initializer before ‘<’ token -lt.pass.cpp:119: error: ‘T1’ does not name a type -lt.pass.cpp:120: error: ‘T2’ does not name a type -lt.pass.cpp:121: error: ‘t1’ was not declared in this scope -lt.pass.cpp:121: error: ‘t2’ was not declared in this scope -lt.pass.cpp:127: error: expected initializer before ‘<’ token -lt.pass.cpp:128: error: expected initializer before ‘<’ token -lt.pass.cpp:129: error: ‘T1’ does not name a type -lt.pass.cpp:130: error: ‘T2’ does not name a type -lt.pass.cpp:131: error: ‘t1’ was not declared in this scope -lt.pass.cpp:131: error: ‘t2’ was not declared in this scope -lt.pass.cpp:137: error: expected initializer before ‘<’ token -lt.pass.cpp:138: error: expected initializer before ‘<’ token -lt.pass.cpp:139: error: ‘T1’ does not name a type -lt.pass.cpp:140: error: ‘T2’ does not name a type -lt.pass.cpp:141: error: ‘t1’ was not declared in this scope -lt.pass.cpp:141: error: ‘t2’ was not declared in this scope -lt.pass.cpp:147: error: expected initializer before ‘<’ token -lt.pass.cpp:148: error: expected initializer before ‘<’ token -lt.pass.cpp:149: error: ‘T1’ does not name a type -lt.pass.cpp:150: error: ‘T2’ does not name a type -lt.pass.cpp:151: error: ‘t1’ was not declared in this scope -lt.pass.cpp:151: error: ‘t2’ was not declared in this scope -lt.pass.cpp:157: error: expected initializer before ‘<’ token -lt.pass.cpp:158: error: expected initializer before ‘<’ token -lt.pass.cpp:159: error: ‘T1’ does not name a type -lt.pass.cpp:160: error: ‘T2’ does not name a type -lt.pass.cpp:161: error: ‘t1’ was not declared in this scope -lt.pass.cpp:161: error: ‘t2’ was not declared in this scope -lt.pass.cpp:167: error: expected initializer before ‘<’ token -lt.pass.cpp:168: error: expected initializer before ‘<’ token -lt.pass.cpp:169: error: ‘T1’ does not name a type -lt.pass.cpp:170: error: ‘T2’ does not name a type -lt.pass.cpp:171: error: ‘t1’ was not declared in this scope -lt.pass.cpp:171: error: ‘t2’ was not declared in this scope -lt.pass.cpp:177: error: expected initializer before ‘<’ token -lt.pass.cpp:178: error: expected initializer before ‘<’ token -lt.pass.cpp:179: error: ‘T1’ does not name a type -lt.pass.cpp:180: error: ‘T2’ does not name a type -lt.pass.cpp:181: error: ‘t1’ was not declared in this scope -lt.pass.cpp:181: error: ‘t2’ was not declared in this scope -lt.pass.cpp:187: error: expected initializer before ‘<’ token -lt.pass.cpp:188: error: expected initializer before ‘<’ token -lt.pass.cpp:189: error: ‘T1’ does not name a type -lt.pass.cpp:190: error: ‘T2’ does not name a type -lt.pass.cpp:191: error: ‘t1’ was not declared in this scope -lt.pass.cpp:191: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:25: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:26: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:26: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:27: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:28: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:31: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:32: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:32: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:33: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:34: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:49: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:50: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:50: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:51: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:52: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:24: error: expected initializer before ‘<’ token -member_swap.pass.cpp:25: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:25: error: expected `;' before ‘t0’ -member_swap.pass.cpp:26: error: expected `;' before ‘t1’ -member_swap.pass.cpp:27: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:27: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:30: error: expected initializer before ‘<’ token -member_swap.pass.cpp:31: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:31: error: expected `;' before ‘t0’ -member_swap.pass.cpp:32: error: expected `;' before ‘t1’ -member_swap.pass.cpp:33: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:33: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:48: error: expected initializer before ‘<’ token -member_swap.pass.cpp:49: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:49: error: expected `;' before ‘t0’ -member_swap.pass.cpp:50: error: expected `;' before ‘t1’ -member_swap.pass.cpp:51: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:51: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:25: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:26: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:26: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:26: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:26: error: template argument 2 is invalid -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:30: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:31: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:31: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:31: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:31: error: template argument 2 is invalid -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:35: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:36: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:36: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:36: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:36: error: template argument 2 is invalid -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:41: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:41: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp:41: error: template argument 2 is invalid -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:22: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:22: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 105 -sections with failures : 45 -sections without failures: 902 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 138 -number of tests passed : 3469 - + ---- -total number of tests : 3607 -**************************************************** diff --git a/test_results/2010-05-13 g++-4_4_i386 b/test_results/2010-05-13 g++-4_4_i386 deleted file mode 100644 index f4d0ddcc..00000000 --- a/test_results/2010-05-13 g++-4_4_i386 +++ /dev/null @@ -1,3993 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 3181 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -Assertion failed: (std::set_unexpected(f1) == std::terminate), function main, file set_unexpected.pass.cpp, line 20. -./testit: line 84: 9519 Abort trap ./a.out -set_unexpected.pass.cpp failed at run time -failed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccu2OYh1.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccu2OYh1.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccu2OYh1.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccu2OYh1.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccu2OYh1.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccu2OYh1.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccu2OYh1.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccu2OYh1.o - (maybe you meant: __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr) - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccu2OYh1.o - my_facet::~my_facet() in ccu2OYh1.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccu2OYh1.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccu2OYh1.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccD2IJTN.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccD2IJTN.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccD2IJTN.o - my_facet::~my_facet() in ccD2IJTN.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccD2IJTN.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccD2IJTN.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccD2IJTN.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccD2IJTN.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccD2IJTN.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccD2IJTN.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccD2IJTN.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccD2IJTN.o - (maybe you meant: __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc9MmsPX.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccueuWyO.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccvH2Vlo.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQvbPzf.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc7jZPf8.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccerNPxi.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccnI2IGs.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccQbYYqb.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccRp4I7M.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7V0v1X.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGaZKwp.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccn3mLkE.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctWGiAq.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccUSXqto.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccoL6dF0.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrJDtbk.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7yeXAQ.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in cc7yeXAQ.o - (maybe you meant: __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc7yeXAQ.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in cc7yeXAQ.o - (maybe you meant: __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cc3Os2jO.o - my_facet::~my_facet() in cc3Os2jO.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc3Os2jO.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cc3Os2jO.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cc3Os2jO.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc3Os2jO.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc3Os2jO.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc3Os2jO.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc3Os2jO.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in cc3Os2jO.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in cc3Os2jO.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3Os2jO.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc3Os2jO.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccLHTUKt.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccLHTUKt.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccLHTUKt.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccLHTUKt.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccLHTUKt.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccLHTUKt.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccLHTUKt.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccLHTUKt.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccLHTUKt.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccLHTUKt.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccLHTUKt.o - my_facet::~my_facet() in ccLHTUKt.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccLHTUKt.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccE5rgYT.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccE5rgYT.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc4oUpfP.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc4oUpfP.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc1I34sC.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc1I34sC.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccJ13QCf.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJ13QCf.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccSv0OEF.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSv0OEF.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc7t3C0k.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc7t3C0k.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccCtAzMe.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccCtAzMe.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccpp3FWX.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccpp3FWX.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccNnVJYZ.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccNnVJYZ.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc741LHY.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc741LHY.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccsfxlEg.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccsfxlEg.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2Pzz8W.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2Pzz8W.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string::append -passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string::compare -passed 4 tests in /test/strings/basic.string/string.ops/string::find -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string::rfind -passed 1 tests in /test/strings/basic.string/string.ops/string::substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:225: error: static assertion failed: "" -is_convertible.pass.cpp:275: error: static assertion failed: "" -is_convertible.pass.cpp:277: error: static assertion failed: "" -is_convertible.pass.cpp:319: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:22: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:22: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:22: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:22: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:23: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:23: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:24: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:24: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:25: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:25: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:27: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:27: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:28: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:28: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:30: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:30: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:31: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:31: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:33: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:33: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:34: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:34: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:35: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:35: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:40: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:40: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:43: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:43: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:46: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:46: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:51: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:51: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:56: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:56: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:61: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:61: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:76: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:76: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:76: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:76: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:81: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:81: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:82: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:82: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:84: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:84: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:85: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:85: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:88: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:88: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:91: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:91: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:92: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:92: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:97: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:97: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:97: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:97: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:100: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:100: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:100: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:100: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:103: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:103: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:103: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:103: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:108: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:108: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:109: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:109: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:112: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:112: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:115: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:115: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:118: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:118: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:119: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:119: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:121: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:121: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:121: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:124: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:124: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:124: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:124: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:124: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:127: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:127: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:127: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:127: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:127: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:130: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:130: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:130: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:130: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:131: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:131: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:131: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:136: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:136: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:136: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:137: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:137: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:140: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:140: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:142: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:142: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:142: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:147: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:147: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:147: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:152: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:152: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:152: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:157: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:157: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:157: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:162: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:162: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:172: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:172: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:172: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:172: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:173: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:173: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:178: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:178: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:179: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:179: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:182: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:182: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:184: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:184: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:189: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:189: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:194: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:194: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:199: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:199: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:204: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:204: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:214: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:214: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:214: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:214: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:215: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:215: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:220: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:220: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:221: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:221: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:224: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:224: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:226: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:226: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:231: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:231: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:236: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:236: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:241: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:241: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:246: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:246: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:256: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:256: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:257: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:257: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:262: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:262: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:265: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:265: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:268: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:268: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:273: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:273: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:278: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:278: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:283: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:283: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:288: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:288: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:298: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:298: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:299: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:299: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:304: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:304: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:307: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:307: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:310: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:310: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:315: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:315: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:320: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:320: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:325: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:325: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:330: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:330: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:340: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:340: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:341: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:341: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:346: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:346: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:349: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:349: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:352: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:352: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:357: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:357: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:362: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:362: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:367: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:367: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:29: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:30: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:31: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:29: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:30: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:31: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:18: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:19: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:19: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:19: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:20: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:20: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:20: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:50: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:50: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:50: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:18: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:19: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:19: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:19: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:18: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:19: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:19: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:19: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:20: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:20: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:20: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -passed 5 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -In file included from piecewise.pass.cpp:18: -../../../../../include/utility: In constructor ‘std::__1::pair<_T1, _T2>::pair(std::__1::piecewise_construct_t, std::__1::tuple<_Args1 ...>, std::__1::tuple<_Args2 ...>) [with _Args1 = int, int*, _Args2 = int*, int, long unsigned int ..._I1 = , long unsigned int ..._I2 = , _T1 = std::__1::pair, _T2 = std::__1::pair]’: -piecewise.pass.cpp:30: instantiated from here -../../../../../include/utility:242: error: type ‘std::__1::pair, std::__1::pair >’ is not a direct base of ‘std::__1::pair, std::__1::pair >’ -piecewise.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/pairs/pairs.pair -passed 14 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 105 -sections with failures : 22 -sections without failures: 925 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 85 -number of tests passed : 3522 - + ---- -total number of tests : 3607 -**************************************************** diff --git a/test_results/2010-05-20 clang_i386 b/test_results/2010-05-20 clang_i386 deleted file mode 100644 index b133e9ab..00000000 --- a/test_results/2010-05-20 clang_i386 +++ /dev/null @@ -1,14412 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:23:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:23:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:33:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:25:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:25:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:35:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:531:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:531:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:12:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 6012 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:58:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:59:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:19:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:20:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:108:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:108:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:100:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:146:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 105. -./testit: line 84: 11331 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 97. -./testit: line 84: 11542 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1092:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1092:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -Assertion failed: (d < ns(50000000)), function f, file try_lock.pass.cpp, line 40. -./testit: line 84: 25169 Abort trap ./a.out -try_lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:44:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:45:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:46:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:47:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:49:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:52:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:50:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:56:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:71:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:79:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:86:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:98:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:109:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:117:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:121:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:128:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:166:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:166:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:172:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:172:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:173:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:173:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:178:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:178:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:49:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:54:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:61:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:67:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:74:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:80:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:87:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:91:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:97:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:118:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:154:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:154:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:155:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:155:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:160:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:160:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:161:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:161:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:52:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:53:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:55:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:56:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:57:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:58:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:27:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:28:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:29:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:43:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:43:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:64:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:55:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:55:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:105:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:113:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:121:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:169:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:177:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:185:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:137:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:145:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:153:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:55:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:42:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:44:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:22:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:22:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:22:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:22:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:33:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:110:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:167:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:171:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:185:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:266:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:49:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:62:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:38:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:21: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:41:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:43:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return __t; - ^~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:47:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1223:16: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return _Tp(__rv<_Tp>(__t)); - ^~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:49:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return __t; - ^~~ -In file included from move_convert03.pass.cpp:18: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:52:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:49:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:51:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:67:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:49:24: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:51:37: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:67:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:52:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:62:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:64:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 28448 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 28457 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: assembler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: assembler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:97:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:97:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:275:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:22:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:22:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:22:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:22:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:23:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:23:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:24:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:24:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:25:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:25:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:27:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:27:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:28:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:28:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:30:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:30:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:25:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:40:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:41:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:46:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:51:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:56:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:61:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:76:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:80:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:37:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:38:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:39:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:40:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:69:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:28:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:29:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:30:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:31:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -4 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:18:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:19:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:21:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:21:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:46:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:47:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:48:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:49:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:50:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:28:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:29:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:30:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:31:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -4 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:18:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:18:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:30:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:30:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:30:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:30:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:31:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:31:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:32:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:34:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:36:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:36:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:34:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:34:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:38:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:27:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:28:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:30:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:41:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:47:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:48:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:49:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:44:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:51:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:52:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:26:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:32:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:27:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:33:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:41:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:43:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:45:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:43:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:29:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:34:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:39:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:23:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:24:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:24:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:27:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:26:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:28:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:38:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:45:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:46:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:41:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:48:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:49:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:28:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:28:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:29:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:31:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:35:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:28:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:46:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:35:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:35:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:40:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:42:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:42:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:26:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:30:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:35:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:26:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:26:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:56:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:63:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:26:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:31:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:31:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:33:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:38:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:38:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:35:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:28:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: expected ')' -tuple_element.pass.cpp:28:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:33:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: expected ')' -tuple_element.pass.cpp:33:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:25:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: expected ')' -tuple_size.pass.cpp:25:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: expected ')' -tuple_size.pass.cpp:30:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:29:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:29:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:26:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:26:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:27:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:28:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:35:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:36:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:43:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:44:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:39:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:40:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:59:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:60:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:27:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:28:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:31:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:31:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:34:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:36:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:36:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:27:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:27:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:33:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:33:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:27:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: expected ')' -uses_allocator.pass.cpp:26:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:31:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:32:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:32:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:29:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: expected ')' -tuple_element.pass.cpp:22:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: expected ')' -tuple_element.pass.cpp:23:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: expected ')' -tuple_element.pass.cpp:27:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:28:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:22:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:19:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 104220) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 89 -sections with failures : 48 -sections without failures: 915 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 144 -number of tests passed : 3712 - + ---- -total number of tests : 3856 -**************************************************** diff --git a/test_results/2010-05-20 clang_x86_64 b/test_results/2010-05-20 clang_x86_64 deleted file mode 100644 index c8a3bd72..00000000 --- a/test_results/2010-05-20 clang_x86_64 +++ /dev/null @@ -1,14412 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -#error random_shuffle for UniformRandomNumberGenerator not implemented - ^ -1 error generated. -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:23:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:23:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:33:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:25:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:25:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:35:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:549: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -inttypes_h.pass.cpp failed to compile -math_h.pass.cpp:531:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:531:30: note: instantiated from: - assert(nextafter(0,1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -math_h.pass.cpp:539:32: note: instantiated from: - assert(nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -stdio_h.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:12:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 23024 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:58:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:59:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:19:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:20:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -get_double.pass.cpp:108:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_double.pass.cpp:108:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_float.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_float.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -get_long_double.pass.cpp:96:9: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(v == 0x125p-1); - ^ -get_long_double.pass.cpp:96:21: note: instantiated from: - assert(v == 0x125p-1); - ^ -1 warning generated. -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:100:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:146:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 105. -./testit: line 84: 33934 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 97. -./testit: line 84: 34147 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -cmath.pass.cpp:1092:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1092:35: note: instantiated from: - assert(std::nextafter(0,1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:5: warning: hexadecimal floating constants are a C99 feature that is incompatible with C++0x - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -cmath.pass.cpp:1110:37: note: instantiated from: - assert(std::nexttoward(0, 1) == 0x1p-1074); - ^ -2 warnings generated. -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -Assertion failed: (d < ns(5000000)), function f2, file try_lock_until.pass.cpp, line 46. -./testit: line 84: 40775 Abort trap ./a.out -try_lock_until.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:44:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:45:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:46:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:47:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:49:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:52:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:50:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:56:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:71:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:79:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:86:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:98:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:109:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:117:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:121:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:128:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:166:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:166:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:172:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:172:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:173:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:173:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:178:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:178:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:49:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:54:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:61:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:67:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:74:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:80:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:87:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:91:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:97:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:118:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:154:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:154:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:155:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:155:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:160:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:160:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:161:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:161:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:52:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:53:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:55:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:56:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:57:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:58:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:27:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:28:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:29:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:43:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:43:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:64:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:55:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:55:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:105:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:113:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:121:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:169:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:177:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:185:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:137:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:145:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:153:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:55:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:42:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:44:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:22:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:22:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:22:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:22:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:33:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:110:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:167:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:171:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:185:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:266:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:49:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:62:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:38:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:21: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:41:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:43:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return __t; - ^~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:47:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1223:16: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return _Tp(__rv<_Tp>(__t)); - ^~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:49:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return __t; - ^~~ -In file included from move_convert03.pass.cpp:18: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:95:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:52:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:49:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:51:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:67:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:49:24: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:51:37: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:67:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:52:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:62:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:64:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 42767 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 42773 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: assembler command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: assembler command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:97:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:97:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:275:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:22:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:22:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:22:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:22:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:23:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:23:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:24:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:24:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:25:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:25:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:27:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:27:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:28:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:28:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:30:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:30:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:25:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:40:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:41:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:46:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:51:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:56:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:61:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:76:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:80:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:37:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:38:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:39:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:40:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:69:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:28:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:29:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:30:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:31:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -4 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:18:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:19:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:21:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:21:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:46:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:47:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:48:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:49:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:50:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:116:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:28:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:29:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:30:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:31:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -4 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:18:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:18:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:30:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:30:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:30:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:30:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:31:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:31:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:32:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:34:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:36:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:36:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:34:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:34:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:38:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:27:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:28:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:30:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:41:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:47:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:48:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:49:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:44:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:51:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:52:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:26:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:32:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:27:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:33:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:41:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:43:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:45:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:43:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:29:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:34:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:39:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:23:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:24:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:24:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:27:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:26:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:28:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:38:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:45:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:46:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:41:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:48:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:49:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:28:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:28:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:29:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:31:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:35:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:28:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:46:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:35:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:35:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:40:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:42:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:42:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:26:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:30:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:35:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:26:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:26:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:56:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:63:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:26:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:31:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:31:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:33:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:38:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:38:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:35:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:28:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: expected ')' -tuple_element.pass.cpp:28:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:33:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: expected ')' -tuple_element.pass.cpp:33:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:25:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: expected ')' -tuple_size.pass.cpp:25:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: expected ')' -tuple_size.pass.cpp:30:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:29:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:29:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:26:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:26:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:27:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:28:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:35:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:36:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:43:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:44:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:39:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:40:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:59:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:60:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:27:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:28:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:31:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:31:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:34:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:36:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:36:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:27:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:27:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:33:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:33:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:27:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: expected ')' -uses_allocator.pass.cpp:26:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:31:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:32:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:32:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:29:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: expected ')' -tuple_element.pass.cpp:22:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: expected ')' -tuple_element.pass.cpp:23:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: expected ')' -tuple_element.pass.cpp:27:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:28:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:22:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:19:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:120:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 104220) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 89 -sections with failures : 48 -sections without failures: 915 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 144 -number of tests passed : 3712 - + ---- -total number of tests : 3856 -**************************************************** diff --git a/test_results/2010-05-20 g++-4_2_i386 b/test_results/2010-05-20 g++-4_2_i386 deleted file mode 100644 index cec216c4..00000000 --- a/test_results/2010-05-20 g++-4_2_i386 +++ /dev/null @@ -1,5383 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:23: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:33: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax_comp.pass.cpp:25: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__1::greater]’ -minmax_comp.pass.cpp:35: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:19:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:39:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 2011 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 84: 17131 Segmentation fault ./a.out -put2.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -Assertion failed: (d < ns(50000000)), function f, file try_lock.pass.cpp, line 42. -./testit: line 84: 47246 Abort trap ./a.out -try_lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:44: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:45: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:46: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:47: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:50: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:51: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:52: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:79: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:86: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:98: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:109: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:117: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:121: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:128: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:172: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:197: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:209: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:241: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:244: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:247: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:254: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:257: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:54: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:74: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:80: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:87: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:91: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:97: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:118: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:154: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:155: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:160: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:161: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:170: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:171: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:181: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:182: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:189: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:190: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:191: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:226: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:229: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:235: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:238: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:53: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:56: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:57: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:57: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:58: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:27: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:28: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:43: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:55: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:65: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:55: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:106: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_03:114: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:178: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: 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::*)()]’ -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:146: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:55: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:42: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:44: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:33: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:110: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:167: error: lvalue required as left operand of assignment -invoke.pass.cpp:171: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:185: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:266: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = std::__1::default_delete, _Up = std::__1::default_delete]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:47: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, _Tp>::type std::__1::forward(_Up&) [with _Tp = Deleter, _Up = Deleter]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:49: instantiated from here -../../../../../../include/type_traits:1224: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1164: note: candidates are: std::__1::__rv<_Tp>::__rv(typename std::__1::remove_reference<_Tp>::type&) [with _Tp = Deleter] -../../../../../../include/type_traits:1159: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = CDeleter&, _Up = CDeleter]’: -../../../../../../include/memory:2181: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:52: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:49: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2088: 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] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:51: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:67: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2185: 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&] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:49: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:51: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:67: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:52: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 51416 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 51428 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 80. -./testit: line 84: 51740 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:275: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:94: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:139: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:181: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:223: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:37: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:38: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:39: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:40: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:28: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:29: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:30: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:31: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:33: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:36: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:25: error: expected initializer before ‘<’ token -empty_member.pass.cpp:26: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:26: error: template argument 1 is invalid -empty_member.pass.cpp:29: error: expected initializer before ‘<’ token -empty_member.pass.cpp:30: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:30: error: template argument 1 is invalid -empty_member.pass.cpp:33: error: expected initializer before ‘<’ token -empty_member.pass.cpp:34: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:34: error: template argument 1 is invalid -empty_member.pass.cpp:37: error: expected initializer before ‘<’ token -empty_member.pass.cpp:38: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:38: error: template argument 1 is invalid -empty_member.pass.cpp:41: error: expected initializer before ‘<’ token -empty_member.pass.cpp:42: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:42: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:25: error: expected initializer before ‘<’ token -const_pair.pass.cpp:27: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:27: error: expected `;' before ‘t1’ -const_pair.pass.cpp:28: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:39: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:40: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:40: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:41: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:41: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:45: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:46: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:47: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:47: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:49: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:49: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:56: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:68: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:69: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:69: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:70: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: expected initializer before ‘<’ token -convert_move.pass.cpp:42: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t0’ -convert_move.pass.cpp:43: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:43: error: expected `;' before ‘t1’ -convert_move.pass.cpp:44: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:44: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:48: error: expected initializer before ‘<’ token -convert_move.pass.cpp:49: error: expected initializer before ‘<’ token -convert_move.pass.cpp:50: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:50: error: expected `;' before ‘t0’ -convert_move.pass.cpp:51: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:51: error: expected `;' before ‘t1’ -convert_move.pass.cpp:52: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:52: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: expected initializer before ‘<’ token -convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -convert_move.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:59: error: expected `;' before ‘t0’ -convert_move.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected `;' before ‘t1’ -convert_move.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:61: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -convert_move.pass.cpp:71: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t0’ -convert_move.pass.cpp:72: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:72: error: expected `;' before ‘t1’ -convert_move.pass.cpp:73: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: expected initializer before ‘<’ token -convert_move.pass.cpp:81: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t0’ -convert_move.pass.cpp:82: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:82: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:83: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:26: error: ‘t’ was not declared in this scope -copy.pass.cpp:26: error: ‘t0’ was not declared in this scope -copy.pass.cpp:29: error: expected initializer before ‘<’ token -copy.pass.cpp:30: error: ‘T’ was not declared in this scope -copy.pass.cpp:30: error: expected `;' before ‘t0’ -copy.pass.cpp:31: error: expected `;' before ‘t’ -copy.pass.cpp:32: error: ‘t’ was not declared in this scope -copy.pass.cpp:32: error: ‘t0’ was not declared in this scope -copy.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:36: error: expected initializer before ‘<’ token -copy.pass.cpp:37: error: ‘T’ was not declared in this scope -copy.pass.cpp:37: error: expected `;' before ‘t0’ -copy.pass.cpp:38: error: expected `;' before ‘t’ -copy.pass.cpp:39: error: ‘t’ was not declared in this scope -copy.pass.cpp:39: error: ‘t0’ was not declared in this scope -copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: expected initializer before ‘<’ token -copy.pass.cpp:45: error: ‘T’ was not declared in this scope -copy.pass.cpp:45: error: expected `;' before ‘t0’ -copy.pass.cpp:46: error: expected `;' before ‘t’ -copy.pass.cpp:47: error: ‘t’ was not declared in this scope -copy.pass.cpp:47: error: ‘t0’ was not declared in this scope -copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:27: error: ‘t’ was not declared in this scope -move.pass.cpp:27: error: ‘t0’ was not declared in this scope -move.pass.cpp:30: error: expected initializer before ‘<’ token -move.pass.cpp:31: error: ‘T’ was not declared in this scope -move.pass.cpp:31: error: expected `;' before ‘t0’ -move.pass.cpp:32: error: expected `;' before ‘t’ -move.pass.cpp:33: error: ‘t’ was not declared in this scope -move.pass.cpp:33: error: ‘t0’ was not declared in this scope -move.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:37: error: expected initializer before ‘<’ token -move.pass.cpp:38: error: ‘T’ was not declared in this scope -move.pass.cpp:38: error: expected `;' before ‘t0’ -move.pass.cpp:39: error: expected `;' before ‘t’ -move.pass.cpp:40: error: ‘t’ was not declared in this scope -move.pass.cpp:40: error: ‘t0’ was not declared in this scope -move.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: expected initializer before ‘<’ token -move.pass.cpp:46: error: ‘T’ was not declared in this scope -move.pass.cpp:46: error: expected `;' before ‘t0’ -move.pass.cpp:47: error: expected `;' before ‘t’ -move.pass.cpp:48: error: ‘t’ was not declared in this scope -move.pass.cpp:48: error: ‘t0’ was not declared in this scope -move.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:41: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:42: error: expected initializer before ‘<’ token -move_pair.pass.cpp:43: error: expected `;' before ‘t0’ -move_pair.pass.cpp:44: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:44: error: expected `;' before ‘t1’ -move_pair.pass.cpp:45: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:25: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:25: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:29: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:36: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:28: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc.pass.cpp:31: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:31: error: expected primary-expression before ‘int’ -alloc.pass.cpp:31: error: expected `;' before ‘int’ -alloc.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc.pass.cpp:35: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:35: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:35: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:35: error: expected primary-expression before ‘int’ -alloc.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:40: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:40: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:40: error: expected primary-expression before ‘int’ -alloc.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:52: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:61: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:61: error: expected primary-expression before ‘int’ -alloc.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:72: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:28: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:33: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:48: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:59: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:27: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:44: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:53: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:56: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:65: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:68: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:29: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:31: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:31: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:32: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:37: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:51: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:51: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:29: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:30: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:30: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:31: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:34: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:35: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:36: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:36: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:38: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:38: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:56: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:57: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:45: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:46: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:46: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:64: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:64: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:72: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:72: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:75: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:75: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:28: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:28: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:29: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:32: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:33: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:33: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:34: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:38: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:39: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:39: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:41: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:43: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:49: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:51: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:55: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:58: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:66: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:66: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:69: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:29: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:30: error: expected `;' before ‘t’ -alloc_move.pass.cpp:33: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:34: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:34: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:35: error: expected `;' before ‘t’ -alloc_move.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:36: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:39: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:40: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:40: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:42: error: expected `;' before ‘t’ -alloc_move.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:44: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:50: error: expected `;' before ‘t’ -alloc_move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:56: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:56: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:58: error: expected `;' before ‘t’ -alloc_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:64: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:65: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:65: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:68: error: expected `;' before ‘t’ -alloc_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:71: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:49: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:49: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:23: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:23: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:23: error: expected `;' before ‘int’ -const_Types.pass.cpp:24: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:24: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:27: error: expected `;' before ‘int’ -const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:32: error: expected `;' before ‘int’ -const_Types.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:33: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:44: error: expected `;' before ‘int’ -const_Types.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:45: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:50: error: expected `;' before ‘int’ -const_Types.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:56: error: expected `;' before ‘int’ -const_Types.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:57: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:24: error: expected initializer before ‘<’ token -const_pair.pass.cpp:26: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:26: error: expected `;' before ‘t1’ -const_pair.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:27: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:36: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:38: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:39: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:46: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:46: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:47: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:62: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:63: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:63: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:64: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:64: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:39: error: expected initializer before ‘<’ token -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:41: error: expected `;' before ‘t0’ -convert_move.pass.cpp:42: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t1’ -convert_move.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:43: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:46: error: expected initializer before ‘<’ token -convert_move.pass.cpp:47: error: expected initializer before ‘<’ token -convert_move.pass.cpp:48: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:48: error: expected `;' before ‘t0’ -convert_move.pass.cpp:49: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:49: error: expected `;' before ‘t1’ -convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: expected initializer before ‘<’ token -convert_move.pass.cpp:65: error: expected initializer before ‘<’ token -convert_move.pass.cpp:66: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:66: error: expected `;' before ‘t0’ -convert_move.pass.cpp:67: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:67: error: expected `;' before ‘t1’ -convert_move.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -convert_move.pass.cpp:77: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:77: error: expected `;' before ‘t1’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:28: error: expected initializer before ‘<’ token -copy.pass.cpp:29: error: ‘T’ was not declared in this scope -copy.pass.cpp:29: error: expected `;' before ‘t0’ -copy.pass.cpp:30: error: expected `;' before ‘t’ -copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:31: error: ‘t’ was not declared in this scope -copy.pass.cpp:34: error: expected initializer before ‘<’ token -copy.pass.cpp:35: error: ‘T’ was not declared in this scope -copy.pass.cpp:35: error: expected `;' before ‘t0’ -copy.pass.cpp:36: error: expected `;' before ‘t’ -copy.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:37: error: ‘t’ was not declared in this scope -copy.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: expected initializer before ‘<’ token -copy.pass.cpp:42: error: ‘T’ was not declared in this scope -copy.pass.cpp:42: error: expected `;' before ‘t0’ -copy.pass.cpp:43: error: expected `;' before ‘t’ -copy.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: ‘t’ was not declared in this scope -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:25: error: expected primary-expression before ‘>’ token -default.pass.cpp:25: error: ‘t’ was not declared in this scope -default.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:28: error: expected primary-expression before ‘int’ -default.pass.cpp:28: error: expected `;' before ‘int’ -default.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:29: error: ‘t’ was not declared in this scope -default.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:32: error: expected primary-expression before ‘int’ -default.pass.cpp:32: error: expected `;' before ‘int’ -default.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:33: error: ‘t’ was not declared in this scope -default.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:37: error: expected primary-expression before ‘int’ -default.pass.cpp:37: error: expected `;' before ‘int’ -default.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:38: error: ‘t’ was not declared in this scope -default.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:43: error: expected primary-expression before ‘int’ -default.pass.cpp:43: error: expected `;' before ‘int’ -default.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:44: error: ‘t’ was not declared in this scope -default.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:29: error: expected initializer before ‘<’ token -move.pass.cpp:30: error: ‘T’ was not declared in this scope -move.pass.cpp:30: error: expected `;' before ‘t0’ -move.pass.cpp:31: error: expected `;' before ‘t’ -move.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:32: error: ‘t’ was not declared in this scope -move.pass.cpp:35: error: expected initializer before ‘<’ token -move.pass.cpp:36: error: ‘T’ was not declared in this scope -move.pass.cpp:36: error: expected `;' before ‘t0’ -move.pass.cpp:37: error: expected `;' before ‘t’ -move.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:38: error: ‘t’ was not declared in this scope -move.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: expected initializer before ‘<’ token -move.pass.cpp:43: error: ‘T’ was not declared in this scope -move.pass.cpp:43: error: expected `;' before ‘t0’ -move.pass.cpp:44: error: expected `;' before ‘t’ -move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: ‘t’ was not declared in this scope -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:40: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:41: error: expected initializer before ‘<’ token -move_pair.pass.cpp:42: error: expected `;' before ‘t0’ -move_pair.pass.cpp:43: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:43: error: expected `;' before ‘t1’ -move_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:44: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:26: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:26: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:26: error: expected `;' before ‘int’ -make_tuple.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:28: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:26: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:39: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:39: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:40: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:40: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:41: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:41: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:44: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:45: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:45: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:46: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:46: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:47: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:50: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:50: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:51: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:51: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:52: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:52: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:56: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:56: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:57: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:57: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:58: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:63: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:64: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:80: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:81: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:87: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:88: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:88: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:88: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:90: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:96: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:97: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:97: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:98: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:98: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:98: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:101: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:103: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:106: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:107: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:107: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:108: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:108: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:108: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:110: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:111: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:113: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_const.pass.cpp:26: error: ‘T’ does not name a type -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_const.pass.cpp:30: error: expected initializer before ‘<’ token -get_const.pass.cpp:31: error: ‘T’ does not name a type -get_const.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:32: error: ‘t’ was not declared in this scope -get_const.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:36: error: expected initializer before ‘<’ token -get_const.pass.cpp:38: error: ‘T’ does not name a type -get_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:39: error: ‘t’ was not declared in this scope -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:26: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:26: error: expected `;' before ‘t’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:32: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:33: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:33: error: expected `;' before ‘t’ -get_non_const.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:34: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:44: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:44: error: expected `;' before ‘t’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:27: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:28: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:28: error: template argument 2 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:32: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:33: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:33: error: template argument 2 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:35: error: template argument 2 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:40: error: template argument 2 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:44: error: template argument 2 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:24: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:25: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:25: error: template argument 2 is invalid -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:29: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:30: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:30: error: template argument 2 is invalid -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:34: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:35: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:35: error: template argument 2 is invalid -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp:40: error: template argument 2 is invalid -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:27: error: expected initializer before ‘<’ token -begin.pass.cpp:29: error: ‘T’ does not name a type -begin.pass.cpp:30: error: ‘t’ was not declared in this scope -begin.pass.cpp:30: error: ‘begin’ was not declared in this scope -begin.pass.cpp:31: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:25: error: expected initializer before ‘<’ token -eq.pass.cpp:26: error: expected initializer before ‘<’ token -eq.pass.cpp:27: error: ‘T1’ does not name a type -eq.pass.cpp:28: error: ‘T2’ does not name a type -eq.pass.cpp:29: error: ‘t1’ was not declared in this scope -eq.pass.cpp:29: error: ‘t2’ was not declared in this scope -eq.pass.cpp:33: error: expected initializer before ‘<’ token -eq.pass.cpp:34: error: expected initializer before ‘<’ token -eq.pass.cpp:35: error: ‘T1’ does not name a type -eq.pass.cpp:36: error: ‘T2’ does not name a type -eq.pass.cpp:37: error: ‘t1’ was not declared in this scope -eq.pass.cpp:37: error: ‘t2’ was not declared in this scope -eq.pass.cpp:41: error: expected initializer before ‘<’ token -eq.pass.cpp:42: error: expected initializer before ‘<’ token -eq.pass.cpp:43: error: ‘T1’ does not name a type -eq.pass.cpp:44: error: ‘T2’ does not name a type -eq.pass.cpp:45: error: ‘t1’ was not declared in this scope -eq.pass.cpp:45: error: ‘t2’ was not declared in this scope -eq.pass.cpp:49: error: expected initializer before ‘<’ token -eq.pass.cpp:50: error: expected initializer before ‘<’ token -eq.pass.cpp:51: error: ‘T1’ does not name a type -eq.pass.cpp:52: error: ‘T2’ does not name a type -eq.pass.cpp:53: error: ‘t1’ was not declared in this scope -eq.pass.cpp:53: error: ‘t2’ was not declared in this scope -eq.pass.cpp:57: error: expected initializer before ‘<’ token -eq.pass.cpp:58: error: expected initializer before ‘<’ token -eq.pass.cpp:59: error: ‘T1’ does not name a type -eq.pass.cpp:60: error: ‘T2’ does not name a type -eq.pass.cpp:61: error: ‘t1’ was not declared in this scope -eq.pass.cpp:61: error: ‘t2’ was not declared in this scope -eq.pass.cpp:65: error: expected initializer before ‘<’ token -eq.pass.cpp:66: error: expected initializer before ‘<’ token -eq.pass.cpp:67: error: ‘T1’ does not name a type -eq.pass.cpp:68: error: ‘T2’ does not name a type -eq.pass.cpp:69: error: ‘t1’ was not declared in this scope -eq.pass.cpp:69: error: ‘t2’ was not declared in this scope -eq.pass.cpp:73: error: expected initializer before ‘<’ token -eq.pass.cpp:74: error: expected initializer before ‘<’ token -eq.pass.cpp:75: error: ‘T1’ does not name a type -eq.pass.cpp:76: error: ‘T2’ does not name a type -eq.pass.cpp:77: error: ‘t1’ was not declared in this scope -eq.pass.cpp:77: error: ‘t2’ was not declared in this scope -eq.pass.cpp:81: error: expected initializer before ‘<’ token -eq.pass.cpp:82: error: expected initializer before ‘<’ token -eq.pass.cpp:83: error: ‘T1’ does not name a type -eq.pass.cpp:84: error: ‘T2’ does not name a type -eq.pass.cpp:85: error: ‘t1’ was not declared in this scope -eq.pass.cpp:85: error: ‘t2’ was not declared in this scope -eq.pass.cpp:89: error: expected initializer before ‘<’ token -eq.pass.cpp:90: error: expected initializer before ‘<’ token -eq.pass.cpp:91: error: ‘T1’ does not name a type -eq.pass.cpp:92: error: ‘T2’ does not name a type -eq.pass.cpp:93: error: ‘t1’ was not declared in this scope -eq.pass.cpp:93: error: ‘t2’ was not declared in this scope -eq.pass.cpp:97: error: expected initializer before ‘<’ token -eq.pass.cpp:98: error: expected initializer before ‘<’ token -eq.pass.cpp:99: error: ‘T1’ does not name a type -eq.pass.cpp:100: error: ‘T2’ does not name a type -eq.pass.cpp:101: error: ‘t1’ was not declared in this scope -eq.pass.cpp:101: error: ‘t2’ was not declared in this scope -eq.pass.cpp:105: error: expected initializer before ‘<’ token -eq.pass.cpp:106: error: expected initializer before ‘<’ token -eq.pass.cpp:107: error: ‘T1’ does not name a type -eq.pass.cpp:108: error: ‘T2’ does not name a type -eq.pass.cpp:109: error: ‘t1’ was not declared in this scope -eq.pass.cpp:109: error: ‘t2’ was not declared in this scope -eq.pass.cpp:113: error: expected initializer before ‘<’ token -eq.pass.cpp:114: error: expected initializer before ‘<’ token -eq.pass.cpp:115: error: ‘T1’ does not name a type -eq.pass.cpp:116: error: ‘T2’ does not name a type -eq.pass.cpp:117: error: ‘t1’ was not declared in this scope -eq.pass.cpp:117: error: ‘t2’ was not declared in this scope -eq.pass.cpp:121: error: expected initializer before ‘<’ token -eq.pass.cpp:122: error: expected initializer before ‘<’ token -eq.pass.cpp:123: error: ‘T1’ does not name a type -eq.pass.cpp:124: error: ‘T2’ does not name a type -eq.pass.cpp:125: error: ‘t1’ was not declared in this scope -eq.pass.cpp:125: error: ‘t2’ was not declared in this scope -eq.pass.cpp:129: error: expected initializer before ‘<’ token -eq.pass.cpp:130: error: expected initializer before ‘<’ token -eq.pass.cpp:131: error: ‘T1’ does not name a type -eq.pass.cpp:132: error: ‘T2’ does not name a type -eq.pass.cpp:133: error: ‘t1’ was not declared in this scope -eq.pass.cpp:133: error: ‘t2’ was not declared in this scope -eq.pass.cpp:137: error: expected initializer before ‘<’ token -eq.pass.cpp:138: error: expected initializer before ‘<’ token -eq.pass.cpp:139: error: ‘T1’ does not name a type -eq.pass.cpp:140: error: ‘T2’ does not name a type -eq.pass.cpp:141: error: ‘t1’ was not declared in this scope -eq.pass.cpp:141: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:37: error: expected initializer before ‘<’ token -lt.pass.cpp:38: error: expected initializer before ‘<’ token -lt.pass.cpp:39: error: ‘T1’ does not name a type -lt.pass.cpp:40: error: ‘T2’ does not name a type -lt.pass.cpp:41: error: ‘t1’ was not declared in this scope -lt.pass.cpp:41: error: ‘t2’ was not declared in this scope -lt.pass.cpp:47: error: expected initializer before ‘<’ token -lt.pass.cpp:48: error: expected initializer before ‘<’ token -lt.pass.cpp:49: error: ‘T1’ does not name a type -lt.pass.cpp:50: error: ‘T2’ does not name a type -lt.pass.cpp:51: error: ‘t1’ was not declared in this scope -lt.pass.cpp:51: error: ‘t2’ was not declared in this scope -lt.pass.cpp:57: error: expected initializer before ‘<’ token -lt.pass.cpp:58: error: expected initializer before ‘<’ token -lt.pass.cpp:59: error: ‘T1’ does not name a type -lt.pass.cpp:60: error: ‘T2’ does not name a type -lt.pass.cpp:61: error: ‘t1’ was not declared in this scope -lt.pass.cpp:61: error: ‘t2’ was not declared in this scope -lt.pass.cpp:67: error: expected initializer before ‘<’ token -lt.pass.cpp:68: error: expected initializer before ‘<’ token -lt.pass.cpp:69: error: ‘T1’ does not name a type -lt.pass.cpp:70: error: ‘T2’ does not name a type -lt.pass.cpp:71: error: ‘t1’ was not declared in this scope -lt.pass.cpp:71: error: ‘t2’ was not declared in this scope -lt.pass.cpp:77: error: expected initializer before ‘<’ token -lt.pass.cpp:78: error: expected initializer before ‘<’ token -lt.pass.cpp:79: error: ‘T1’ does not name a type -lt.pass.cpp:80: error: ‘T2’ does not name a type -lt.pass.cpp:81: error: ‘t1’ was not declared in this scope -lt.pass.cpp:81: error: ‘t2’ was not declared in this scope -lt.pass.cpp:87: error: expected initializer before ‘<’ token -lt.pass.cpp:88: error: expected initializer before ‘<’ token -lt.pass.cpp:89: error: ‘T1’ does not name a type -lt.pass.cpp:90: error: ‘T2’ does not name a type -lt.pass.cpp:91: error: ‘t1’ was not declared in this scope -lt.pass.cpp:91: error: ‘t2’ was not declared in this scope -lt.pass.cpp:97: error: expected initializer before ‘<’ token -lt.pass.cpp:98: error: expected initializer before ‘<’ token -lt.pass.cpp:99: error: ‘T1’ does not name a type -lt.pass.cpp:100: error: ‘T2’ does not name a type -lt.pass.cpp:101: error: ‘t1’ was not declared in this scope -lt.pass.cpp:101: error: ‘t2’ was not declared in this scope -lt.pass.cpp:107: error: expected initializer before ‘<’ token -lt.pass.cpp:108: error: expected initializer before ‘<’ token -lt.pass.cpp:109: error: ‘T1’ does not name a type -lt.pass.cpp:110: error: ‘T2’ does not name a type -lt.pass.cpp:111: error: ‘t1’ was not declared in this scope -lt.pass.cpp:111: error: ‘t2’ was not declared in this scope -lt.pass.cpp:117: error: expected initializer before ‘<’ token -lt.pass.cpp:118: error: expected initializer before ‘<’ token -lt.pass.cpp:119: error: ‘T1’ does not name a type -lt.pass.cpp:120: error: ‘T2’ does not name a type -lt.pass.cpp:121: error: ‘t1’ was not declared in this scope -lt.pass.cpp:121: error: ‘t2’ was not declared in this scope -lt.pass.cpp:127: error: expected initializer before ‘<’ token -lt.pass.cpp:128: error: expected initializer before ‘<’ token -lt.pass.cpp:129: error: ‘T1’ does not name a type -lt.pass.cpp:130: error: ‘T2’ does not name a type -lt.pass.cpp:131: error: ‘t1’ was not declared in this scope -lt.pass.cpp:131: error: ‘t2’ was not declared in this scope -lt.pass.cpp:137: error: expected initializer before ‘<’ token -lt.pass.cpp:138: error: expected initializer before ‘<’ token -lt.pass.cpp:139: error: ‘T1’ does not name a type -lt.pass.cpp:140: error: ‘T2’ does not name a type -lt.pass.cpp:141: error: ‘t1’ was not declared in this scope -lt.pass.cpp:141: error: ‘t2’ was not declared in this scope -lt.pass.cpp:147: error: expected initializer before ‘<’ token -lt.pass.cpp:148: error: expected initializer before ‘<’ token -lt.pass.cpp:149: error: ‘T1’ does not name a type -lt.pass.cpp:150: error: ‘T2’ does not name a type -lt.pass.cpp:151: error: ‘t1’ was not declared in this scope -lt.pass.cpp:151: error: ‘t2’ was not declared in this scope -lt.pass.cpp:157: error: expected initializer before ‘<’ token -lt.pass.cpp:158: error: expected initializer before ‘<’ token -lt.pass.cpp:159: error: ‘T1’ does not name a type -lt.pass.cpp:160: error: ‘T2’ does not name a type -lt.pass.cpp:161: error: ‘t1’ was not declared in this scope -lt.pass.cpp:161: error: ‘t2’ was not declared in this scope -lt.pass.cpp:167: error: expected initializer before ‘<’ token -lt.pass.cpp:168: error: expected initializer before ‘<’ token -lt.pass.cpp:169: error: ‘T1’ does not name a type -lt.pass.cpp:170: error: ‘T2’ does not name a type -lt.pass.cpp:171: error: ‘t1’ was not declared in this scope -lt.pass.cpp:171: error: ‘t2’ was not declared in this scope -lt.pass.cpp:177: error: expected initializer before ‘<’ token -lt.pass.cpp:178: error: expected initializer before ‘<’ token -lt.pass.cpp:179: error: ‘T1’ does not name a type -lt.pass.cpp:180: error: ‘T2’ does not name a type -lt.pass.cpp:181: error: ‘t1’ was not declared in this scope -lt.pass.cpp:181: error: ‘t2’ was not declared in this scope -lt.pass.cpp:187: error: expected initializer before ‘<’ token -lt.pass.cpp:188: error: expected initializer before ‘<’ token -lt.pass.cpp:189: error: ‘T1’ does not name a type -lt.pass.cpp:190: error: ‘T2’ does not name a type -lt.pass.cpp:191: error: ‘t1’ was not declared in this scope -lt.pass.cpp:191: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:25: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:26: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:26: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:27: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:28: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:31: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:32: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:32: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:33: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:34: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:49: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:50: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:50: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:51: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:52: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:24: error: expected initializer before ‘<’ token -member_swap.pass.cpp:25: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:25: error: expected `;' before ‘t0’ -member_swap.pass.cpp:26: error: expected `;' before ‘t1’ -member_swap.pass.cpp:27: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:27: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:30: error: expected initializer before ‘<’ token -member_swap.pass.cpp:31: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:31: error: expected `;' before ‘t0’ -member_swap.pass.cpp:32: error: expected `;' before ‘t1’ -member_swap.pass.cpp:33: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:33: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:48: error: expected initializer before ‘<’ token -member_swap.pass.cpp:49: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:49: error: expected `;' before ‘t0’ -member_swap.pass.cpp:50: error: expected `;' before ‘t1’ -member_swap.pass.cpp:51: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:51: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:25: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:26: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:26: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:26: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:26: error: template argument 2 is invalid -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:30: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:31: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:31: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:31: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:31: error: template argument 2 is invalid -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:35: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:36: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:36: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:36: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:36: error: template argument 2 is invalid -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:41: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:41: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp:41: error: template argument 2 is invalid -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:22: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:22: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 89 -sections with failures : 44 -sections without failures: 919 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 137 -number of tests passed : 3719 - + ---- -total number of tests : 3856 -**************************************************** diff --git a/test_results/2010-05-20 g++-4_2_x86_64 b/test_results/2010-05-20 g++-4_2_x86_64 deleted file mode 100644 index d8737633..00000000 --- a/test_results/2010-05-20 g++-4_2_x86_64 +++ /dev/null @@ -1,5380 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:23: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:33: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax_comp.pass.cpp:25: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__1::greater]’ -minmax_comp.pass.cpp:35: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:19:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:39:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 24804 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 38. -./testit: line 84: 69861 Abort trap ./a.out -lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:44: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:45: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:46: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:47: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:50: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:51: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:52: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:79: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:86: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:98: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:109: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:117: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:121: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:128: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:172: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:197: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:209: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:241: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:244: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:247: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:254: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:257: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:54: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:74: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:80: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:87: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:91: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:97: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:118: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:154: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:155: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:160: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:161: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:170: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:171: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:181: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:182: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:189: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:190: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:191: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:226: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:229: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:235: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:238: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:53: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:56: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:57: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:57: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:58: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:27: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:28: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:43: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:55: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:65: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:55: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:106: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_03:114: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:178: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: 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::*)()]’ -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:146: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:55: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:42: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:44: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:33: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:110: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:167: error: lvalue required as left operand of assignment -invoke.pass.cpp:171: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:185: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:266: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = std::__1::default_delete, _Up = std::__1::default_delete]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:47: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, _Tp>::type std::__1::forward(_Up&) [with _Tp = Deleter, _Up = Deleter]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:49: instantiated from here -../../../../../../include/type_traits:1224: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1164: note: candidates are: std::__1::__rv<_Tp>::__rv(typename std::__1::remove_reference<_Tp>::type&) [with _Tp = Deleter] -../../../../../../include/type_traits:1159: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = CDeleter&, _Up = CDeleter]’: -../../../../../../include/memory:2181: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:52: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:49: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2088: 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] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:51: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:67: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2185: 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&] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:49: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:51: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:67: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:52: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 74575 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 74587 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 80. -./testit: line 84: 74876 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:275: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:94: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:139: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:181: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:223: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:37: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:38: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:39: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:40: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:28: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:29: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:30: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:31: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:33: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:36: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:25: error: expected initializer before ‘<’ token -empty_member.pass.cpp:26: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:26: error: template argument 1 is invalid -empty_member.pass.cpp:29: error: expected initializer before ‘<’ token -empty_member.pass.cpp:30: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:30: error: template argument 1 is invalid -empty_member.pass.cpp:33: error: expected initializer before ‘<’ token -empty_member.pass.cpp:34: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:34: error: template argument 1 is invalid -empty_member.pass.cpp:37: error: expected initializer before ‘<’ token -empty_member.pass.cpp:38: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:38: error: template argument 1 is invalid -empty_member.pass.cpp:41: error: expected initializer before ‘<’ token -empty_member.pass.cpp:42: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:42: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:25: error: expected initializer before ‘<’ token -const_pair.pass.cpp:27: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:27: error: expected `;' before ‘t1’ -const_pair.pass.cpp:28: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:39: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:40: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:40: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:41: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:41: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:45: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:46: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:47: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:47: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:49: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:49: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:56: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:68: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:69: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:69: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:70: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: expected initializer before ‘<’ token -convert_move.pass.cpp:42: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t0’ -convert_move.pass.cpp:43: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:43: error: expected `;' before ‘t1’ -convert_move.pass.cpp:44: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:44: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:48: error: expected initializer before ‘<’ token -convert_move.pass.cpp:49: error: expected initializer before ‘<’ token -convert_move.pass.cpp:50: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:50: error: expected `;' before ‘t0’ -convert_move.pass.cpp:51: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:51: error: expected `;' before ‘t1’ -convert_move.pass.cpp:52: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:52: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: expected initializer before ‘<’ token -convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -convert_move.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:59: error: expected `;' before ‘t0’ -convert_move.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected `;' before ‘t1’ -convert_move.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:61: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -convert_move.pass.cpp:71: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t0’ -convert_move.pass.cpp:72: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:72: error: expected `;' before ‘t1’ -convert_move.pass.cpp:73: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: expected initializer before ‘<’ token -convert_move.pass.cpp:81: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t0’ -convert_move.pass.cpp:82: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:82: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:83: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:26: error: ‘t’ was not declared in this scope -copy.pass.cpp:26: error: ‘t0’ was not declared in this scope -copy.pass.cpp:29: error: expected initializer before ‘<’ token -copy.pass.cpp:30: error: ‘T’ was not declared in this scope -copy.pass.cpp:30: error: expected `;' before ‘t0’ -copy.pass.cpp:31: error: expected `;' before ‘t’ -copy.pass.cpp:32: error: ‘t’ was not declared in this scope -copy.pass.cpp:32: error: ‘t0’ was not declared in this scope -copy.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:36: error: expected initializer before ‘<’ token -copy.pass.cpp:37: error: ‘T’ was not declared in this scope -copy.pass.cpp:37: error: expected `;' before ‘t0’ -copy.pass.cpp:38: error: expected `;' before ‘t’ -copy.pass.cpp:39: error: ‘t’ was not declared in this scope -copy.pass.cpp:39: error: ‘t0’ was not declared in this scope -copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: expected initializer before ‘<’ token -copy.pass.cpp:45: error: ‘T’ was not declared in this scope -copy.pass.cpp:45: error: expected `;' before ‘t0’ -copy.pass.cpp:46: error: expected `;' before ‘t’ -copy.pass.cpp:47: error: ‘t’ was not declared in this scope -copy.pass.cpp:47: error: ‘t0’ was not declared in this scope -copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:27: error: ‘t’ was not declared in this scope -move.pass.cpp:27: error: ‘t0’ was not declared in this scope -move.pass.cpp:30: error: expected initializer before ‘<’ token -move.pass.cpp:31: error: ‘T’ was not declared in this scope -move.pass.cpp:31: error: expected `;' before ‘t0’ -move.pass.cpp:32: error: expected `;' before ‘t’ -move.pass.cpp:33: error: ‘t’ was not declared in this scope -move.pass.cpp:33: error: ‘t0’ was not declared in this scope -move.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:37: error: expected initializer before ‘<’ token -move.pass.cpp:38: error: ‘T’ was not declared in this scope -move.pass.cpp:38: error: expected `;' before ‘t0’ -move.pass.cpp:39: error: expected `;' before ‘t’ -move.pass.cpp:40: error: ‘t’ was not declared in this scope -move.pass.cpp:40: error: ‘t0’ was not declared in this scope -move.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: expected initializer before ‘<’ token -move.pass.cpp:46: error: ‘T’ was not declared in this scope -move.pass.cpp:46: error: expected `;' before ‘t0’ -move.pass.cpp:47: error: expected `;' before ‘t’ -move.pass.cpp:48: error: ‘t’ was not declared in this scope -move.pass.cpp:48: error: ‘t0’ was not declared in this scope -move.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:41: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:42: error: expected initializer before ‘<’ token -move_pair.pass.cpp:43: error: expected `;' before ‘t0’ -move_pair.pass.cpp:44: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:44: error: expected `;' before ‘t1’ -move_pair.pass.cpp:45: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:25: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:25: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:29: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:36: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:28: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc.pass.cpp:31: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:31: error: expected primary-expression before ‘int’ -alloc.pass.cpp:31: error: expected `;' before ‘int’ -alloc.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc.pass.cpp:35: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:35: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:35: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:35: error: expected primary-expression before ‘int’ -alloc.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:40: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:40: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:40: error: expected primary-expression before ‘int’ -alloc.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:52: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:61: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:61: error: expected primary-expression before ‘int’ -alloc.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:72: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:28: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:33: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:48: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:59: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:27: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:44: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:53: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:56: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:65: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:68: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:29: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:31: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:31: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:32: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:37: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:51: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:51: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:29: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:30: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:30: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:31: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:34: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:35: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:36: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:36: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:38: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:38: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:56: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:57: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:45: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:46: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:46: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:64: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:64: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:72: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:72: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:75: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:75: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:28: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:28: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:29: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:32: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:33: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:33: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:34: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:38: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:39: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:39: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:41: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:43: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:49: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:51: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:55: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:58: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:66: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:66: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:69: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:29: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:30: error: expected `;' before ‘t’ -alloc_move.pass.cpp:33: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:34: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:34: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:35: error: expected `;' before ‘t’ -alloc_move.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:36: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:39: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:40: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:40: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:42: error: expected `;' before ‘t’ -alloc_move.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:44: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:50: error: expected `;' before ‘t’ -alloc_move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:56: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:56: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:58: error: expected `;' before ‘t’ -alloc_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:64: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:65: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:65: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:68: error: expected `;' before ‘t’ -alloc_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:71: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:49: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:49: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:23: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:23: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:23: error: expected `;' before ‘int’ -const_Types.pass.cpp:24: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:24: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:27: error: expected `;' before ‘int’ -const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:32: error: expected `;' before ‘int’ -const_Types.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:33: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:44: error: expected `;' before ‘int’ -const_Types.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:45: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:50: error: expected `;' before ‘int’ -const_Types.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:56: error: expected `;' before ‘int’ -const_Types.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:57: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:24: error: expected initializer before ‘<’ token -const_pair.pass.cpp:26: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:26: error: expected `;' before ‘t1’ -const_pair.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:27: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:36: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:38: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:39: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:46: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:46: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:47: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:62: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:63: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:63: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:64: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:64: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:39: error: expected initializer before ‘<’ token -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:41: error: expected `;' before ‘t0’ -convert_move.pass.cpp:42: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t1’ -convert_move.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:43: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:46: error: expected initializer before ‘<’ token -convert_move.pass.cpp:47: error: expected initializer before ‘<’ token -convert_move.pass.cpp:48: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:48: error: expected `;' before ‘t0’ -convert_move.pass.cpp:49: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:49: error: expected `;' before ‘t1’ -convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: expected initializer before ‘<’ token -convert_move.pass.cpp:65: error: expected initializer before ‘<’ token -convert_move.pass.cpp:66: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:66: error: expected `;' before ‘t0’ -convert_move.pass.cpp:67: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:67: error: expected `;' before ‘t1’ -convert_move.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -convert_move.pass.cpp:77: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:77: error: expected `;' before ‘t1’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:28: error: expected initializer before ‘<’ token -copy.pass.cpp:29: error: ‘T’ was not declared in this scope -copy.pass.cpp:29: error: expected `;' before ‘t0’ -copy.pass.cpp:30: error: expected `;' before ‘t’ -copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:31: error: ‘t’ was not declared in this scope -copy.pass.cpp:34: error: expected initializer before ‘<’ token -copy.pass.cpp:35: error: ‘T’ was not declared in this scope -copy.pass.cpp:35: error: expected `;' before ‘t0’ -copy.pass.cpp:36: error: expected `;' before ‘t’ -copy.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:37: error: ‘t’ was not declared in this scope -copy.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: expected initializer before ‘<’ token -copy.pass.cpp:42: error: ‘T’ was not declared in this scope -copy.pass.cpp:42: error: expected `;' before ‘t0’ -copy.pass.cpp:43: error: expected `;' before ‘t’ -copy.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: ‘t’ was not declared in this scope -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:25: error: expected primary-expression before ‘>’ token -default.pass.cpp:25: error: ‘t’ was not declared in this scope -default.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:28: error: expected primary-expression before ‘int’ -default.pass.cpp:28: error: expected `;' before ‘int’ -default.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:29: error: ‘t’ was not declared in this scope -default.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:32: error: expected primary-expression before ‘int’ -default.pass.cpp:32: error: expected `;' before ‘int’ -default.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:33: error: ‘t’ was not declared in this scope -default.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:37: error: expected primary-expression before ‘int’ -default.pass.cpp:37: error: expected `;' before ‘int’ -default.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:38: error: ‘t’ was not declared in this scope -default.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:43: error: expected primary-expression before ‘int’ -default.pass.cpp:43: error: expected `;' before ‘int’ -default.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:44: error: ‘t’ was not declared in this scope -default.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:29: error: expected initializer before ‘<’ token -move.pass.cpp:30: error: ‘T’ was not declared in this scope -move.pass.cpp:30: error: expected `;' before ‘t0’ -move.pass.cpp:31: error: expected `;' before ‘t’ -move.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:32: error: ‘t’ was not declared in this scope -move.pass.cpp:35: error: expected initializer before ‘<’ token -move.pass.cpp:36: error: ‘T’ was not declared in this scope -move.pass.cpp:36: error: expected `;' before ‘t0’ -move.pass.cpp:37: error: expected `;' before ‘t’ -move.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:38: error: ‘t’ was not declared in this scope -move.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: expected initializer before ‘<’ token -move.pass.cpp:43: error: ‘T’ was not declared in this scope -move.pass.cpp:43: error: expected `;' before ‘t0’ -move.pass.cpp:44: error: expected `;' before ‘t’ -move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: ‘t’ was not declared in this scope -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:40: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:41: error: expected initializer before ‘<’ token -move_pair.pass.cpp:42: error: expected `;' before ‘t0’ -move_pair.pass.cpp:43: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:43: error: expected `;' before ‘t1’ -move_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:44: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:26: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:26: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:26: error: expected `;' before ‘int’ -make_tuple.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:28: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:26: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:39: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:39: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:40: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:40: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:41: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:41: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:44: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:45: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:45: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:46: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:46: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:47: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:50: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:50: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:51: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:51: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:52: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:52: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:56: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:56: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:57: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:57: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:58: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:63: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:64: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:80: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:81: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:87: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:88: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:88: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:88: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:90: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:96: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:97: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:97: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:98: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:98: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:98: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:101: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:103: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:106: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:107: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:107: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:108: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:108: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:108: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:110: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:111: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:113: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_const.pass.cpp:26: error: ‘T’ does not name a type -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_const.pass.cpp:30: error: expected initializer before ‘<’ token -get_const.pass.cpp:31: error: ‘T’ does not name a type -get_const.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:32: error: ‘t’ was not declared in this scope -get_const.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:36: error: expected initializer before ‘<’ token -get_const.pass.cpp:38: error: ‘T’ does not name a type -get_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:39: error: ‘t’ was not declared in this scope -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:26: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:26: error: expected `;' before ‘t’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:32: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:33: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:33: error: expected `;' before ‘t’ -get_non_const.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:34: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:44: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:44: error: expected `;' before ‘t’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:27: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:28: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:28: error: template argument 2 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:32: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:33: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:33: error: template argument 2 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:35: error: template argument 2 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:40: error: template argument 2 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:44: error: template argument 2 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:24: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:25: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:25: error: template argument 2 is invalid -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:29: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:30: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:30: error: template argument 2 is invalid -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:34: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:35: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:35: error: template argument 2 is invalid -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp:40: error: template argument 2 is invalid -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:27: error: expected initializer before ‘<’ token -begin.pass.cpp:29: error: ‘T’ does not name a type -begin.pass.cpp:30: error: ‘t’ was not declared in this scope -begin.pass.cpp:30: error: ‘begin’ was not declared in this scope -begin.pass.cpp:31: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:25: error: expected initializer before ‘<’ token -eq.pass.cpp:26: error: expected initializer before ‘<’ token -eq.pass.cpp:27: error: ‘T1’ does not name a type -eq.pass.cpp:28: error: ‘T2’ does not name a type -eq.pass.cpp:29: error: ‘t1’ was not declared in this scope -eq.pass.cpp:29: error: ‘t2’ was not declared in this scope -eq.pass.cpp:33: error: expected initializer before ‘<’ token -eq.pass.cpp:34: error: expected initializer before ‘<’ token -eq.pass.cpp:35: error: ‘T1’ does not name a type -eq.pass.cpp:36: error: ‘T2’ does not name a type -eq.pass.cpp:37: error: ‘t1’ was not declared in this scope -eq.pass.cpp:37: error: ‘t2’ was not declared in this scope -eq.pass.cpp:41: error: expected initializer before ‘<’ token -eq.pass.cpp:42: error: expected initializer before ‘<’ token -eq.pass.cpp:43: error: ‘T1’ does not name a type -eq.pass.cpp:44: error: ‘T2’ does not name a type -eq.pass.cpp:45: error: ‘t1’ was not declared in this scope -eq.pass.cpp:45: error: ‘t2’ was not declared in this scope -eq.pass.cpp:49: error: expected initializer before ‘<’ token -eq.pass.cpp:50: error: expected initializer before ‘<’ token -eq.pass.cpp:51: error: ‘T1’ does not name a type -eq.pass.cpp:52: error: ‘T2’ does not name a type -eq.pass.cpp:53: error: ‘t1’ was not declared in this scope -eq.pass.cpp:53: error: ‘t2’ was not declared in this scope -eq.pass.cpp:57: error: expected initializer before ‘<’ token -eq.pass.cpp:58: error: expected initializer before ‘<’ token -eq.pass.cpp:59: error: ‘T1’ does not name a type -eq.pass.cpp:60: error: ‘T2’ does not name a type -eq.pass.cpp:61: error: ‘t1’ was not declared in this scope -eq.pass.cpp:61: error: ‘t2’ was not declared in this scope -eq.pass.cpp:65: error: expected initializer before ‘<’ token -eq.pass.cpp:66: error: expected initializer before ‘<’ token -eq.pass.cpp:67: error: ‘T1’ does not name a type -eq.pass.cpp:68: error: ‘T2’ does not name a type -eq.pass.cpp:69: error: ‘t1’ was not declared in this scope -eq.pass.cpp:69: error: ‘t2’ was not declared in this scope -eq.pass.cpp:73: error: expected initializer before ‘<’ token -eq.pass.cpp:74: error: expected initializer before ‘<’ token -eq.pass.cpp:75: error: ‘T1’ does not name a type -eq.pass.cpp:76: error: ‘T2’ does not name a type -eq.pass.cpp:77: error: ‘t1’ was not declared in this scope -eq.pass.cpp:77: error: ‘t2’ was not declared in this scope -eq.pass.cpp:81: error: expected initializer before ‘<’ token -eq.pass.cpp:82: error: expected initializer before ‘<’ token -eq.pass.cpp:83: error: ‘T1’ does not name a type -eq.pass.cpp:84: error: ‘T2’ does not name a type -eq.pass.cpp:85: error: ‘t1’ was not declared in this scope -eq.pass.cpp:85: error: ‘t2’ was not declared in this scope -eq.pass.cpp:89: error: expected initializer before ‘<’ token -eq.pass.cpp:90: error: expected initializer before ‘<’ token -eq.pass.cpp:91: error: ‘T1’ does not name a type -eq.pass.cpp:92: error: ‘T2’ does not name a type -eq.pass.cpp:93: error: ‘t1’ was not declared in this scope -eq.pass.cpp:93: error: ‘t2’ was not declared in this scope -eq.pass.cpp:97: error: expected initializer before ‘<’ token -eq.pass.cpp:98: error: expected initializer before ‘<’ token -eq.pass.cpp:99: error: ‘T1’ does not name a type -eq.pass.cpp:100: error: ‘T2’ does not name a type -eq.pass.cpp:101: error: ‘t1’ was not declared in this scope -eq.pass.cpp:101: error: ‘t2’ was not declared in this scope -eq.pass.cpp:105: error: expected initializer before ‘<’ token -eq.pass.cpp:106: error: expected initializer before ‘<’ token -eq.pass.cpp:107: error: ‘T1’ does not name a type -eq.pass.cpp:108: error: ‘T2’ does not name a type -eq.pass.cpp:109: error: ‘t1’ was not declared in this scope -eq.pass.cpp:109: error: ‘t2’ was not declared in this scope -eq.pass.cpp:113: error: expected initializer before ‘<’ token -eq.pass.cpp:114: error: expected initializer before ‘<’ token -eq.pass.cpp:115: error: ‘T1’ does not name a type -eq.pass.cpp:116: error: ‘T2’ does not name a type -eq.pass.cpp:117: error: ‘t1’ was not declared in this scope -eq.pass.cpp:117: error: ‘t2’ was not declared in this scope -eq.pass.cpp:121: error: expected initializer before ‘<’ token -eq.pass.cpp:122: error: expected initializer before ‘<’ token -eq.pass.cpp:123: error: ‘T1’ does not name a type -eq.pass.cpp:124: error: ‘T2’ does not name a type -eq.pass.cpp:125: error: ‘t1’ was not declared in this scope -eq.pass.cpp:125: error: ‘t2’ was not declared in this scope -eq.pass.cpp:129: error: expected initializer before ‘<’ token -eq.pass.cpp:130: error: expected initializer before ‘<’ token -eq.pass.cpp:131: error: ‘T1’ does not name a type -eq.pass.cpp:132: error: ‘T2’ does not name a type -eq.pass.cpp:133: error: ‘t1’ was not declared in this scope -eq.pass.cpp:133: error: ‘t2’ was not declared in this scope -eq.pass.cpp:137: error: expected initializer before ‘<’ token -eq.pass.cpp:138: error: expected initializer before ‘<’ token -eq.pass.cpp:139: error: ‘T1’ does not name a type -eq.pass.cpp:140: error: ‘T2’ does not name a type -eq.pass.cpp:141: error: ‘t1’ was not declared in this scope -eq.pass.cpp:141: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:37: error: expected initializer before ‘<’ token -lt.pass.cpp:38: error: expected initializer before ‘<’ token -lt.pass.cpp:39: error: ‘T1’ does not name a type -lt.pass.cpp:40: error: ‘T2’ does not name a type -lt.pass.cpp:41: error: ‘t1’ was not declared in this scope -lt.pass.cpp:41: error: ‘t2’ was not declared in this scope -lt.pass.cpp:47: error: expected initializer before ‘<’ token -lt.pass.cpp:48: error: expected initializer before ‘<’ token -lt.pass.cpp:49: error: ‘T1’ does not name a type -lt.pass.cpp:50: error: ‘T2’ does not name a type -lt.pass.cpp:51: error: ‘t1’ was not declared in this scope -lt.pass.cpp:51: error: ‘t2’ was not declared in this scope -lt.pass.cpp:57: error: expected initializer before ‘<’ token -lt.pass.cpp:58: error: expected initializer before ‘<’ token -lt.pass.cpp:59: error: ‘T1’ does not name a type -lt.pass.cpp:60: error: ‘T2’ does not name a type -lt.pass.cpp:61: error: ‘t1’ was not declared in this scope -lt.pass.cpp:61: error: ‘t2’ was not declared in this scope -lt.pass.cpp:67: error: expected initializer before ‘<’ token -lt.pass.cpp:68: error: expected initializer before ‘<’ token -lt.pass.cpp:69: error: ‘T1’ does not name a type -lt.pass.cpp:70: error: ‘T2’ does not name a type -lt.pass.cpp:71: error: ‘t1’ was not declared in this scope -lt.pass.cpp:71: error: ‘t2’ was not declared in this scope -lt.pass.cpp:77: error: expected initializer before ‘<’ token -lt.pass.cpp:78: error: expected initializer before ‘<’ token -lt.pass.cpp:79: error: ‘T1’ does not name a type -lt.pass.cpp:80: error: ‘T2’ does not name a type -lt.pass.cpp:81: error: ‘t1’ was not declared in this scope -lt.pass.cpp:81: error: ‘t2’ was not declared in this scope -lt.pass.cpp:87: error: expected initializer before ‘<’ token -lt.pass.cpp:88: error: expected initializer before ‘<’ token -lt.pass.cpp:89: error: ‘T1’ does not name a type -lt.pass.cpp:90: error: ‘T2’ does not name a type -lt.pass.cpp:91: error: ‘t1’ was not declared in this scope -lt.pass.cpp:91: error: ‘t2’ was not declared in this scope -lt.pass.cpp:97: error: expected initializer before ‘<’ token -lt.pass.cpp:98: error: expected initializer before ‘<’ token -lt.pass.cpp:99: error: ‘T1’ does not name a type -lt.pass.cpp:100: error: ‘T2’ does not name a type -lt.pass.cpp:101: error: ‘t1’ was not declared in this scope -lt.pass.cpp:101: error: ‘t2’ was not declared in this scope -lt.pass.cpp:107: error: expected initializer before ‘<’ token -lt.pass.cpp:108: error: expected initializer before ‘<’ token -lt.pass.cpp:109: error: ‘T1’ does not name a type -lt.pass.cpp:110: error: ‘T2’ does not name a type -lt.pass.cpp:111: error: ‘t1’ was not declared in this scope -lt.pass.cpp:111: error: ‘t2’ was not declared in this scope -lt.pass.cpp:117: error: expected initializer before ‘<’ token -lt.pass.cpp:118: error: expected initializer before ‘<’ token -lt.pass.cpp:119: error: ‘T1’ does not name a type -lt.pass.cpp:120: error: ‘T2’ does not name a type -lt.pass.cpp:121: error: ‘t1’ was not declared in this scope -lt.pass.cpp:121: error: ‘t2’ was not declared in this scope -lt.pass.cpp:127: error: expected initializer before ‘<’ token -lt.pass.cpp:128: error: expected initializer before ‘<’ token -lt.pass.cpp:129: error: ‘T1’ does not name a type -lt.pass.cpp:130: error: ‘T2’ does not name a type -lt.pass.cpp:131: error: ‘t1’ was not declared in this scope -lt.pass.cpp:131: error: ‘t2’ was not declared in this scope -lt.pass.cpp:137: error: expected initializer before ‘<’ token -lt.pass.cpp:138: error: expected initializer before ‘<’ token -lt.pass.cpp:139: error: ‘T1’ does not name a type -lt.pass.cpp:140: error: ‘T2’ does not name a type -lt.pass.cpp:141: error: ‘t1’ was not declared in this scope -lt.pass.cpp:141: error: ‘t2’ was not declared in this scope -lt.pass.cpp:147: error: expected initializer before ‘<’ token -lt.pass.cpp:148: error: expected initializer before ‘<’ token -lt.pass.cpp:149: error: ‘T1’ does not name a type -lt.pass.cpp:150: error: ‘T2’ does not name a type -lt.pass.cpp:151: error: ‘t1’ was not declared in this scope -lt.pass.cpp:151: error: ‘t2’ was not declared in this scope -lt.pass.cpp:157: error: expected initializer before ‘<’ token -lt.pass.cpp:158: error: expected initializer before ‘<’ token -lt.pass.cpp:159: error: ‘T1’ does not name a type -lt.pass.cpp:160: error: ‘T2’ does not name a type -lt.pass.cpp:161: error: ‘t1’ was not declared in this scope -lt.pass.cpp:161: error: ‘t2’ was not declared in this scope -lt.pass.cpp:167: error: expected initializer before ‘<’ token -lt.pass.cpp:168: error: expected initializer before ‘<’ token -lt.pass.cpp:169: error: ‘T1’ does not name a type -lt.pass.cpp:170: error: ‘T2’ does not name a type -lt.pass.cpp:171: error: ‘t1’ was not declared in this scope -lt.pass.cpp:171: error: ‘t2’ was not declared in this scope -lt.pass.cpp:177: error: expected initializer before ‘<’ token -lt.pass.cpp:178: error: expected initializer before ‘<’ token -lt.pass.cpp:179: error: ‘T1’ does not name a type -lt.pass.cpp:180: error: ‘T2’ does not name a type -lt.pass.cpp:181: error: ‘t1’ was not declared in this scope -lt.pass.cpp:181: error: ‘t2’ was not declared in this scope -lt.pass.cpp:187: error: expected initializer before ‘<’ token -lt.pass.cpp:188: error: expected initializer before ‘<’ token -lt.pass.cpp:189: error: ‘T1’ does not name a type -lt.pass.cpp:190: error: ‘T2’ does not name a type -lt.pass.cpp:191: error: ‘t1’ was not declared in this scope -lt.pass.cpp:191: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:25: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:26: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:26: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:27: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:28: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:31: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:32: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:32: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:33: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:34: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:49: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:50: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:50: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:51: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:52: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:24: error: expected initializer before ‘<’ token -member_swap.pass.cpp:25: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:25: error: expected `;' before ‘t0’ -member_swap.pass.cpp:26: error: expected `;' before ‘t1’ -member_swap.pass.cpp:27: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:27: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:30: error: expected initializer before ‘<’ token -member_swap.pass.cpp:31: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:31: error: expected `;' before ‘t0’ -member_swap.pass.cpp:32: error: expected `;' before ‘t1’ -member_swap.pass.cpp:33: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:33: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:48: error: expected initializer before ‘<’ token -member_swap.pass.cpp:49: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:49: error: expected `;' before ‘t0’ -member_swap.pass.cpp:50: error: expected `;' before ‘t1’ -member_swap.pass.cpp:51: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:51: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:25: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:26: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:26: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:26: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:26: error: template argument 2 is invalid -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:30: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:31: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:31: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:31: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:31: error: template argument 2 is invalid -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:35: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:36: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:36: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:36: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:36: error: template argument 2 is invalid -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:41: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:41: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp:41: error: template argument 2 is invalid -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:22: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:22: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 89 -sections with failures : 43 -sections without failures: 920 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 136 -number of tests passed : 3720 - + ---- -total number of tests : 3856 -**************************************************** diff --git a/test_results/2010-05-20 g++-4_4_i386 b/test_results/2010-05-20 g++-4_4_i386 deleted file mode 100644 index 634a89b2..00000000 --- a/test_results/2010-05-20 g++-4_4_i386 +++ /dev/null @@ -1,3990 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -random_shuffle_urng.pass.cpp:18:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented -random_shuffle_urng.pass.cpp failed to compile -failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 66571 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -not implemented: /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cceuiF1E.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in cceuiF1E.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cceuiF1E.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cceuiF1E.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cceuiF1E.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cceuiF1E.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cceuiF1E.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cceuiF1E.o - (maybe you meant: __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr) - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in cceuiF1E.o - my_facet::~my_facet() in cceuiF1E.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cceuiF1E.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cceuiF1E.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccdSLhz7.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccdSLhz7.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccdSLhz7.o - my_facet::~my_facet() in ccdSLhz7.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccdSLhz7.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdSLhz7.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccdSLhz7.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccdSLhz7.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccdSLhz7.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccdSLhz7.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccdSLhz7.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccdSLhz7.o - (maybe you meant: __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccIcXVOe.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccrWwfGo.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclP5fNX.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cciGraZZ.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc0549cu.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc4j6oPi.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccsO7Lbq.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccDnLXyy.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccgEfvGh.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccd3XRSe.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc0K5NVQ.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccYccQjA.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZs1nDA.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTNeSSz.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cczL4HJ5.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc5JE1RR.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccARei9I.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccARei9I.o - (maybe you meant: __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccARei9I.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccARei9I.o - (maybe you meant: __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccANHeuj.o - my_facet::~my_facet() in ccANHeuj.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccANHeuj.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccANHeuj.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccANHeuj.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccANHeuj.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccANHeuj.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccANHeuj.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccANHeuj.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccANHeuj.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccANHeuj.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccANHeuj.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccANHeuj.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in cch1lnls.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cch1lnls.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cch1lnls.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cch1lnls.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cch1lnls.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cch1lnls.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in cch1lnls.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cch1lnls.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in cch1lnls.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cch1lnls.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cch1lnls.o - my_facet::~my_facet() in cch1lnls.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cch1lnls.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccehY7F9.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccehY7F9.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccubfo3f.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccubfo3f.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFsc5iF.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFsc5iF.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFDKa2l.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFDKa2l.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccEJlOnM.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccEJlOnM.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccS3CaB1.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccS3CaB1.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cceHxLK0.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cceHxLK0.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMFRoTb.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccMFRoTb.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccChSY7P.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccChSY7P.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGv7u7V.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccGv7u7V.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccz5V2kA.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccz5V2kA.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cccLh4Bc.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cccLh4Bc.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -not implemented: /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:225: error: static assertion failed: "" -is_convertible.pass.cpp:275: error: static assertion failed: "" -is_convertible.pass.cpp:277: error: static assertion failed: "" -is_convertible.pass.cpp:319: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:22: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:22: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:22: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:22: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:23: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:23: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:24: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:24: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:25: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:25: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:27: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:27: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:28: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:28: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:30: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:30: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:31: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:31: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:33: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:33: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:34: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:34: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:35: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:35: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:40: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:40: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:43: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:43: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:46: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:46: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:51: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:51: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:56: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:56: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:61: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:61: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:76: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:76: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:76: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:76: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:81: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:81: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:82: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:82: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:84: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:84: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:85: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:85: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:88: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:88: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:91: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:91: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:92: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:92: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:97: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:97: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:97: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:97: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:100: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:100: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:100: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:100: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:103: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:103: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:103: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:103: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:108: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:108: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:109: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:109: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:112: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:112: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:115: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:115: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:118: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:118: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:119: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:119: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:121: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:121: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:121: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:124: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:124: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:124: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:124: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:124: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:127: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:127: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:127: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:127: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:127: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:130: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:130: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:130: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:130: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:131: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:131: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:131: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:136: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:136: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:136: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:137: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:137: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:140: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:140: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:142: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:142: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:142: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:147: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:147: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:147: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:152: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:152: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:152: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:157: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:157: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:157: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:162: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:162: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:172: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:172: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:172: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:172: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:173: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:173: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:178: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:178: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:179: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:179: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:182: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:182: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:184: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:184: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:189: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:189: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:194: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:194: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:199: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:199: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:204: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:204: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:214: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:214: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:214: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:214: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:215: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:215: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:220: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:220: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:221: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:221: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:224: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:224: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:226: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:226: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:231: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:231: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:236: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:236: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:241: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:241: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:246: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:246: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:256: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:256: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:257: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:257: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:262: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:262: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:265: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:265: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:268: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:268: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:273: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:273: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:278: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:278: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:283: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:283: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:288: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:288: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:298: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:298: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:299: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:299: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:304: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:304: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:307: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:307: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:310: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:310: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:315: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:315: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:320: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:320: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:325: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:325: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:330: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:330: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:340: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:340: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:341: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:341: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:346: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:346: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:349: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:349: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:352: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:352: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:357: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:357: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:362: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:362: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:367: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:367: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:29: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:30: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:31: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:29: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:30: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:31: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:18: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:19: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:19: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:19: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:20: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:20: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:20: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:50: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:50: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:50: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:18: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:19: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:19: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:19: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:18: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:19: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:19: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:19: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:20: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:20: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:20: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -passed 5 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -In file included from piecewise.pass.cpp:18: -../../../../../include/utility: In constructor ‘std::__1::pair<_T1, _T2>::pair(std::__1::piecewise_construct_t, std::__1::tuple<_Args1 ...>, std::__1::tuple<_Args2 ...>) [with _Args1 = int, int*, _Args2 = int*, int, long unsigned int ..._I1 = , long unsigned int ..._I2 = , _T1 = std::__1::pair, _T2 = std::__1::pair]’: -piecewise.pass.cpp:30: instantiated from here -../../../../../include/utility:242: error: type ‘std::__1::pair, std::__1::pair >’ is not a direct base of ‘std::__1::pair, std::__1::pair >’ -piecewise.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/pairs/pairs.pair -passed 14 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 89 -sections with failures : 21 -sections without failures: 942 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 84 -number of tests passed : 3772 - + ---- -total number of tests : 3856 -**************************************************** diff --git a/test_results/2010-05-27 clang_i386 b/test_results/2010-05-27 clang_i386 deleted file mode 100644 index d366b61d..00000000 --- a/test_results/2010-05-27 clang_i386 +++ /dev/null @@ -1,14363 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -passed 3 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:23:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:23:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:33:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:25:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:25:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:35:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -inttypes_h.pass.cpp failed to compile -stdio_h.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:12:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 74388 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:58:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:59:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -passed 6 tests in /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:19:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:20:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:100:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:146:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 105. -./testit: line 84: 79748 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 97. -./testit: line 84: 79959 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -passed 1 tests in /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -Assertion failed: (t1 - t0 - Clock::duration(250) < Clock::duration(2)), function f, file wait_until_pred.pass.cpp, line 78. -./testit: line 84: 89106 Abort trap ./a.out -wait_until_pred.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 38. -./testit: line 84: 89600 Abort trap ./a.out -lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:44:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:45:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:46:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:47:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:49:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:52:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:50:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:56:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:71:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:79:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:86:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:98:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:109:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:117:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:121:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:128:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:166:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:166:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:172:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:172:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:173:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:173:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:178:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:178:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:49:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:54:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:61:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:67:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:74:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:80:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:87:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:91:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:97:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:118:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:154:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:154:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:155:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:155:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:160:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:160:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:161:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:161:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:52:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:53:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:55:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:56:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:57:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:58:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:27:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:28:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:29:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:43:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:43:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:64:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:55:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:55:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:105:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:113:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:121:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:169:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:177:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:185:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:137:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:145:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:153:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:55:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:42:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:44:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:22:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:22:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:22:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:22:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:33:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:110:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:167:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:171:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:185:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:266:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:49:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:62:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:38:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:21: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:41:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:43:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return __t; - ^~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:104:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:47:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1223:16: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return _Tp(__rv<_Tp>(__t)); - ^~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:104:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:49:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return __t; - ^~~ -In file included from move_convert03.pass.cpp:18: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:104:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:52:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:49:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:51:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:67:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:49:24: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:51:37: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:67:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:52:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:62:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:64:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 92787 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 92793 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: clang frontend command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: clang frontend command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:97:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:97:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:275:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:22:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:22:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:22:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:22:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:23:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:23:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:24:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:24:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:25:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:25:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:27:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:27:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:28:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:28:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:30:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:30:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:25:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:40:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:41:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:46:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:51:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:56:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:61:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:76:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:80:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:37:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:38:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:39:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:40:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:69:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:28:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:29:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:30:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:31:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -4 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:18:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:19:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:21:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:21:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:46:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:47:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:48:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:49:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:50:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:28:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:29:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:30:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:31:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -4 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:18:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:18:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:30:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:30:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:30:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:30:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:31:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:31:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:32:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:34:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:36:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:36:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:34:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:34:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:38:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:27:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:28:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:30:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:41:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:47:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:48:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:49:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:44:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:51:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:52:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:26:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:32:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:27:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:33:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:41:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:43:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:45:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:43:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:29:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:34:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:39:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:23:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:24:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:24:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:27:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:26:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:28:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:38:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:45:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:46:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:41:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:48:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:49:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:28:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:28:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:29:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:31:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:35:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:28:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:46:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:35:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:35:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:40:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:42:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:42:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:26:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:30:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:35:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:26:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:26:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:56:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:63:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:26:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:31:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:31:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:33:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:38:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:38:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:35:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:28:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: expected ')' -tuple_element.pass.cpp:28:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:33:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: expected ')' -tuple_element.pass.cpp:33:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:25:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: expected ')' -tuple_size.pass.cpp:25:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: expected ')' -tuple_size.pass.cpp:30:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:29:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:29:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:26:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:26:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:27:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:28:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:35:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:36:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:43:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:44:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:39:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:40:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:59:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:60:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:27:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:28:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:31:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:31:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:34:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:36:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:36:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:27:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:27:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:33:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:33:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:27:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: expected ')' -uses_allocator.pass.cpp:26:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:31:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:32:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:32:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:29:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: expected ')' -tuple_element.pass.cpp:22:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: expected ')' -tuple_element.pass.cpp:23:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: expected ')' -tuple_element.pass.cpp:27:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:28:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:22:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:19:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 104832) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 86 -sections with failures : 48 -sections without failures: 918 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 144 -number of tests passed : 3743 - + ---- -total number of tests : 3887 -**************************************************** diff --git a/test_results/2010-05-27 clang_x86_64 b/test_results/2010-05-27 clang_x86_64 deleted file mode 100644 index 0c23d35e..00000000 --- a/test_results/2010-05-27 clang_x86_64 +++ /dev/null @@ -1,14355 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -passed 3 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -#error max(initializer_list t) is not implemented - ^ -1 error generated. -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -#error max(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -#error min(initializer_list t) is not implemented - ^ -1 error generated. -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -#error min(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp:23:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b); - ~~~~~^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax.pass.cpp:23:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b); - ^ -minmax.pass.cpp:33:5: note: in instantiation of function template specialization 'test' requested here - test(x, y, x, y); - ^ -In file included from minmax.pass.cpp:16: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp:25:44: error: no member named 'minmax' in namespace 'std' - std::pair p = std::minmax(a, b, c); - ~~~~~^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:40: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -minmax_comp.pass.cpp:25:35: note: in instantiation of member function 'std::pair::pair' requested here - std::pair p = std::minmax(a, b, c); - ^ -minmax_comp.pass.cpp:35:5: note: in instantiation of function template specialization 'test >' requested here - test(x, y, std::greater(), x, y); - ^ -In file included from minmax_comp.pass.cpp:17: -In file included from ../../../../include/algorithm:553: -../../../../include/utility:209:49: error: reference to type 'int const' requires an initializer - _LIBCPP_INLINE_VISIBILITY pair() : first(), second() {} - ^ -3 errors generated. -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -#error minmax(initializer_list t) is not implemented - ^ -1 error generated. -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -#error minmax(initializer_list t, Compare comp) is not implemented - ^ -1 error generated. -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -inttypes_h.pass.cpp failed to compile -stdio_h.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:97:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:98:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:100:49: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:102:56: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:103:53: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:105:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:107:50: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:109:57: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -stdio_h.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -stdio_h.pass.cpp:110:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -uchar_h.pass.cpp:12:10: fatal error: 'uchar.h' file not found -#include - ^ -1 error generated. -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -#error PRId8 not defined - ^ -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -#error PRId16 not defined - ^ -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -#error PRId32 not defined - ^ -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -#error PRId64 not defined - ^ -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -#error PRIdLEAST8 not defined - ^ -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -#error PRIdLEAST16 not defined - ^ -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -#error PRIdLEAST32 not defined - ^ -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -#error PRIdLEAST64 not defined - ^ -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -#error PRIdFAST8 not defined - ^ -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -#error PRIdFAST16 not defined - ^ -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -#error PRIdFAST32 not defined - ^ -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -#error PRIdFAST64 not defined - ^ -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -#error PRIdMAX not defined - ^ -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -#error PRIdPTR not defined - ^ -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -#error PRIi8 not defined - ^ -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -#error PRIi16 not defined - ^ -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -#error PRIi32 not defined - ^ -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -#error PRIi64 not defined - ^ -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -#error PRIiLEAST8 not defined - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -cinttypes.pass.cpp failed to compile -cstdio.pass.cpp:97:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:97:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:98:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:98:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:100:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:100:54: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:102:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:102:61: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:103:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:103:58: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:105:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:105:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:107:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:107:55: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:109:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:109:62: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -cstdio.pass.cpp:110:5: warning: format string is empty [-Wformat-zero-length] - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:33: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -cstdio.pass.cpp:110:59: note: instantiated from: - static_assert((std::is_same::value), ""); - ^~ -9 warnings generated. -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 97128 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:58:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -types.pass.cpp:52:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((std::is_same::value), ""); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -types.pass.cpp:59:5: note: in instantiation of function template specialization 'test >' requested here - test >(); - ^ -In file included from types.pass.cpp:28: -In file included from ../../../../../include/iterator:316: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -2 errors generated. -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -passed 6 tests in /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp:19:10: error: no member named 'at_quick_exit' in namespace 'std' - std::at_quick_exit(f); - ~~~~~^ -quick_exit.pass.cpp:20:5: error: use of undeclared identifier 'quick_exit' - quick_exit(0); - ^ -2 errors generated. -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -passed 7 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range - "\x434\x435\x43A\x430\x431\x440\x44F" - ^ -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:98:27: warning: hex escape sequence out of range -get_one_wide.pass.cpp:100:27: warning: hex escape sequence out of range - "\x433" - ^ -get_one_wide.pass.cpp:146:35: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:47: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -get_one_wide.pass.cpp:146:59: warning: hex escape sequence out of range - const wchar_t in[] = L"23""\x65F6""55""\x5206""59""\x79D2"; - ^ -11 warnings generated. -Assertion failed: (i.base() == in+sizeof(in)/sizeof(in[0])-1), function main, file get_one_wide.pass.cpp, line 105. -./testit: line 84: 2619 Abort trap ./a.out -get_one_wide.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 13 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Assertion failed: (new_called == 0), function main, file char_pointer.pass.cpp, line 97. -./testit: line 84: 2830 Abort trap ./a.out -char_pointer.pass.cpp failed at run time -failed 1 tests in /test/localization/locales/locale/locale.cons -passed 8 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -passed 1 tests in /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:10: fatal error: 'cuchar' file not found -#include - ^ -1 error generated. -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -#error notify_all_at_thread_exit not implemented - ^ -1 error generated. -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp:44:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:45:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:46:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:47:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -invoke_int_0.pass.cpp:49:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f), 1); - ~~~~~^ -invoke_int_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0()), 4); - ~~~~~^ -invoke_int_0.pass.cpp:52:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0()), 5); - ~~~~~^ -8 errors generated. -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp:50:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:56:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:64:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:71:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:79:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(i); - ~~~~~^ -invoke_lvalue.pass.cpp:86:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, i)(); - ~~~~~^ -invoke_lvalue.pass.cpp:94:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:98:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:105:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:109:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:117:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(a); - ~~~~~^ -invoke_lvalue.pass.cpp:121:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(ap); - ~~~~~^ -invoke_lvalue.pass.cpp:128:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, a)(); - ~~~~~^ -invoke_lvalue.pass.cpp:132:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, ap)(); - ~~~~~^ -invoke_lvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(i) == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:166:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, i)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:166:17: note: instantiated from: - assert(std::bind(f_int_1, i)() == 3); - ~~~~~^ -invoke_lvalue.pass.cpp:172:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(i) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:172:17: note: instantiated from: - assert(std::bind(fp, _1)(i) == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:173:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, i)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:173:17: note: instantiated from: - assert(std::bind(fp, i)() == 4); - ~~~~~^ -invoke_lvalue.pass.cpp:178:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(i) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_lvalue.pass.cpp:178:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(i) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp:49:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, _1)(2); - ~~~~~^ -invoke_rvalue.pass.cpp:54:10: error: no member named 'bind' in namespace 'std' - std::bind(f_void_1, 2)(); - ~~~~~^ -invoke_rvalue.pass.cpp:61:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(3); - ~~~~~^ -invoke_rvalue.pass.cpp:67:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, 3)(); - ~~~~~^ -invoke_rvalue.pass.cpp:74:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, _1)(4); - ~~~~~^ -invoke_rvalue.pass.cpp:80:10: error: no member named 'bind' in namespace 'std' - std::bind(a0, 4)(); - ~~~~~^ -invoke_rvalue.pass.cpp:87:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:91:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:97:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:101:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:108:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(A_void_1()); - ~~~~~^ -invoke_rvalue.pass.cpp:112:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, _1)(&a); - ~~~~~^ -invoke_rvalue.pass.cpp:118:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, A_void_1())(); - ~~~~~^ -invoke_rvalue.pass.cpp:122:10: error: no member named 'bind' in namespace 'std' - std::bind(fp, &a)(); - ~~~~~^ -invoke_rvalue.pass.cpp:154:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, _1)(2) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:154:17: note: instantiated from: - assert(std::bind(f_int_1, _1)(2) == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:155:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(f_int_1, 2)() == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:155:17: note: instantiated from: - assert(std::bind(f_int_1, 2)() == 3); - ~~~~~^ -invoke_rvalue.pass.cpp:160:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, _1)(3) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:160:17: note: instantiated from: - assert(std::bind(fp, _1)(3) == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:161:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(fp, 3)() == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:161:17: note: instantiated from: - assert(std::bind(fp, 3)() == 4); - ~~~~~^ -invoke_rvalue.pass.cpp:165:5: error: no member named 'bind' in namespace 'std' - assert(std::bind(A_int_1(), _1)(4) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -invoke_rvalue.pass.cpp:165:17: note: instantiated from: - assert(std::bind(A_int_1(), _1)(4) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp:50:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:51:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:52:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:53:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:55:15: error: no member named 'bind' in namespace 'std' - test(std::bind(f)); - ~~~~~^ -invoke_void_0.pass.cpp:56:15: error: no member named 'bind' in namespace 'std' - test(std::bind(&f)); - ~~~~~^ -invoke_void_0.pass.cpp:57:15: error: no member named 'bind' in namespace 'std' - test(std::bind(A_int_0())); - ~~~~~^ -invoke_void_0.pass.cpp:58:21: error: no member named 'bind' in namespace 'std' - test_const(std::bind(A_int_0())); - ~~~~~^ -8 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp:27:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -is_bind_expression.pass.cpp:28:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C(), std::placeholders::_2)); - ~~~~~^ -is_bind_expression.pass.cpp:29:21: error: no member named 'bind' in namespace 'std' - test(std::bind(C())); - ~~~~~^ -3 errors generated. -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function.pass.cpp:63:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function.pass.cpp:43:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:43:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function.pass.cpp:64:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function.pass.cpp:55:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function.pass.cpp:55:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function.pass.cpp:65:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -2 warnings and 5 errors generated. -member_function.pass.cpp failed to compile -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:105:12: error: functional-style cast from 'char (A::*)() const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:113:12: error: functional-style cast from 'char (A::*)(int) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:121:12: error: functional-style cast from 'char (A::*)(int, double) const' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const.pass.cpp failed to compile -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:169:12: error: functional-style cast from 'char (A::*)() const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_const_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_const_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_const_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:177:12: error: functional-style cast from 'char (A::*)(int) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_const_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_const_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:185:12: error: functional-style cast from 'char (A::*)(int, double) const volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_const_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_const_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_const_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_const_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_const_volatile.pass.cpp failed to compile -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:137:12: error: functional-style cast from 'char (A::*)() volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)()>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:69:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:31:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(a) == 'a'); - ^~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:17: note: instantiated from: - assert(f(a) == 'a'); - ~~~~ ^ ~~~ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -member_function_volatile.pass.cpp:33:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(ap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:18: note: instantiated from: - assert(f(ap) == 'a'); - ~~~~~ ^ ~~~ -member_function_volatile.pass.cpp:35:5: warning: comparison between pointer and integer ('typename __apply_cv::type *' (aka 'char (*)()') and 'int') - assert(f(cap) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:19: note: instantiated from: - assert(f(cap) == 'a'); - ~~~~~~ ^ ~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:31:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:31:12: note: instantiated from: - assert(f(a) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:33:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:33:12: note: instantiated from: - assert(f(ap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:42:22: error: non-const lvalue reference to type 'typename __apply_cv::type' (aka 'char ()') cannot bind to a temporary of type 'typename enable_if::type>::value, char>::type' (aka 'char') - return __invoke(__f_, __a0); - ^~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:35:5: note: in instantiation of function template specialization 'std::__mem_fn::operator()' requested here - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:35:12: note: instantiated from: - assert(f(cap) == 'a'); - ^ -member_function_volatile.pass.cpp:69:5: note: in instantiation of function template specialization 'test0 >' requested here - test0(std::mem_fn(&A::test0)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:145:12: error: functional-style cast from 'char (A::*)(int) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:70:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test1(std::mem_fn(&A::test1)); - ^ -member_function_volatile.pass.cpp:45:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1) == 'b'); - ^~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:45:12: note: instantiated from: - assert(f(a, 1) == 'b'); - ^ -member_function_volatile.pass.cpp:70:5: note: in instantiation of function template specialization 'test1 >' requested here - test1(std::mem_fn(&A::test1)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:47:11: note: candidate function [with $0 = A, $1 = int] not viable: no known conversion from 'int' to 'int &' for 2nd argument - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 2 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:54:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 2 were provided - operator() () - ^ -../../../../include/__functional_03:153:12: error: functional-style cast from 'char (A::*)(int, double) volatile' to '__mem_fn' is not allowed - return __mem_fn<_R (_T::*)(_A0, _A1)>(__pm); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:71:11: note: in instantiation of function template specialization 'std::mem_fn' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:994:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:994:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_Tp>(), _STD::declval<_A0>(), - ^~~~~~~~ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:53:17: note: in instantiation of template class 'std::__invoke_return2' requested here - typename __invoke_return2::type - ^ -../../../../include/__functional_03:54:11: note: while substituting deduced template arguments into function template 'operator()' [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate template ignored: deduced conflicting types for parameter '_A1' ('double' vs. 'int') -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate template ignored: failed template argument deduction -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 4 were provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate function template not viable: requires 1 argument, but 4 were provided -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate template ignored: substitution failure [with _F = char (A::*)(int, double), _A0 = A, _A1 = int, _A2 = int] -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -member_function_volatile.pass.cpp:59:5: error: no matching function for call to object of type 'std::__mem_fn' - assert(f(a, 1, 2) == 'c'); - ^~~~~~~~~~~~~~~~~~~~~~~~~ -member_function_volatile.pass.cpp:59:12: note: instantiated from: - assert(f(a, 1, 2) == 'c'); - ^ -member_function_volatile.pass.cpp:71:5: note: in instantiation of function template specialization 'test2 >' requested here - test2(std::mem_fn(&A::test2)); - ^ -In file included from member_function_volatile.pass.cpp:15: -In file included from ../../../../include/functional:887: -../../../../include/__functional_03:40:11: note: candidate function template not viable: requires 1 argument, but 3 were provided - operator() (_A0& __a0) - ^ -../../../../include/__functional_03:47:11: note: candidate function template not viable: requires 2 arguments, but 3 were provided - operator() (_A0& __a0, _A1& __a1) - ^ -../../../../include/__functional_03:54:11: note: candidate template ignored: substitution failure [with $0 = A, $1 = int, $2 = int] - operator() (_A0& __a0, _A1& __a1, _A2& __a2) - ^ -../../../../include/__functional_03:33:8: note: candidate function not viable: requires 0 arguments, but 3 were provided - operator() () - ^ -3 warnings and 9 errors generated. -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -#error template function(allocator_arg_t, const A&); not implemented - ^ -1 error generated. -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -#error template function(allocator_arg_t, const A&, F); not implemented - ^ -1 error generated. -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -#error template function(allocator_arg_t, const A&, const function&); not implemented - ^ -1 error generated. -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -#error template function(allocator_arg_t, const A&, nullptr_t); not implemented - ^ -1 error generated. -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -#error template function(allocator_arg_t, const A&, function&&); not implemented - ^ -1 error generated. -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, int ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_int_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_int_0.pass.cpp failed to compile -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:887: -../../../../../../include/__functional_03:359:12: error: no matching function for call to '__invoke' - return __invoke<_R>(__f_.first()); - ^~~~~~~~~~~~ -../../../../../../include/__functional_03:703:13: note: in instantiation of member function 'std::__function::__func, void ()>::operator()' requested here - ::new (__f_) _FF(__f); - ^ -In file included from invoke_void_0.pass.cpp:16: -In file included from ../../../../../../include/functional:492: -In file included from ../../../../../../include/memory:199: -In file included from ../../../../../../include/__functional_base:52: -../../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:820:1: note: candidate template ignored: substitution failure [with _R = void] -__invoke(_R _T::*) -^ -../../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void] -__invoke(_F __f) -^ -../../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -#error template void assign(F&&, const A&); not implemented - ^ -1 error generated. -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -binary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -binary.pass.cpp:72:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -binary.pass.cpp:72:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from binary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -binary.pass.cpp failed to compile -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:23:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:23:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type.pass.cpp:31:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::type, - ^ -type.pass.cpp:31:33: note: instantiated from: - static_assert((std::is_same::type, - ^ -In file included from type.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -4 errors generated. -type.pass.cpp failed to compile -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:58:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:58:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:68:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((std::is_base_of, - ^ -unary.pass.cpp:68:20: note: instantiated from: - static_assert((std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:642:44: note: in instantiation of template class 'std::reference_wrapper' requested here - static const size_t __complete_check = sizeof(_Dp); - ^ -../../../../include/type_traits:656:38: note: in instantiation of template class 'std::__is_base_of_imp, std::reference_wrapper >' requested here - : public integral_constant::value> {}; - ^ -../../../../include/type_traits:660:7: note: in instantiation of template class 'std::__libcpp_base_of, std::reference_wrapper, 1, 1, 0>' requested here - : public __libcpp_base_of::type, typename remove_cv<_Dp>::type> - ^ -unary.pass.cpp:70:5: note: in instantiation of template class 'std::is_base_of, std::reference_wrapper >' requested here - static_assert((!std::is_base_of, - ^ -unary.pass.cpp:70:21: note: instantiated from: - static_assert((!std::is_base_of, - ^ -In file included from unary.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = float (*)(int, int)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -unary.pass.cpp failed to compile -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:71:5: note: in instantiation of template class 'std::reference_wrapper' requested here - static_assert((std::is_same::result_type, - ^ -weak_result.pass.cpp:71:33: note: instantiated from: - static_assert((std::is_same::result_type, - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int *(*)(double *)] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'functor4' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:80:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:80:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = functor4] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:489: -../../../../include/type_traits:1309:13: error: type 'C' does not provide a call operator - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -weak_result.pass.cpp:52:66: note: in instantiation of template class 'std::reference_wrapper' requested here - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:52:36: note: while substituting explicitly-specified template arguments into function template 'test' - template static char test(typename U::result_type* = 0); - ^ -weak_result.pass.cpp:81:5: note: in instantiation of template class 'has_result_type >' requested here - static_assert(!has_result_type >::value, ""); - ^ -weak_result.pass.cpp:81:20: note: instantiated from: - static_assert(!has_result_type >::value, ""); - ^ -In file included from weak_result.pass.cpp:16: -In file included from ../../../../include/functional:492: -In file included from ../../../../include/memory:199: -In file included from ../../../../include/__functional_base:52: -../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = C] -__invoke(_F __f) -^ -../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -6 errors generated. -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -conversion.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -conversion.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from conversion.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:55:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_assign.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_assign.pass.cpp:57:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_assign.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:43:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -copy_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -copy_ctor.pass.cpp:45:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from copy_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -copy_ctor.pass.cpp failed to compile -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:42:5: note: in instantiation of function template specialization 'test' requested here - test(i); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -type_ctor.pass.cpp:28:31: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r(t); - ^ -type_ctor.pass.cpp:44:5: note: in instantiation of function template specialization 'test' requested here - test(j); - ^ -In file included from type_ctor.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -2 errors generated. -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_1.pass.cpp:22:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::cref(i); - ^ -In file included from cref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_1.pass.cpp failed to compile -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -cref_2.pass.cpp:22:44: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::cref(i); - ^ -In file included from cref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -cref_2.pass.cpp failed to compile -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_1.pass.cpp:22:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r = std::ref(i); - ^ -In file included from ref_1.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_1.pass.cpp failed to compile -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -ref_2.pass.cpp:22:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1 = std::ref(i); - ^ -In file included from ref_2.pass.cpp:16: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -1 error generated. -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:57:43: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:33:10: note: candidate function not viable: requires 1 argument, but 0 were provided - void operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:66:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 1, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:132:42: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_1' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:110:9: note: candidate function not viable: requires 1 argument, but 0 were provided - int operator()(int i) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:139:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_1] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -invoke.pass.cpp:167:11: error: expression is not assignable - r1(a) = 6; - ~~~~~ ^ -invoke.pass.cpp:171:12: error: expression is not assignable - r1(ap) = 7; - ~~~~~~ ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:210:48: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = void (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_void_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:185:10: note: candidate function not viable: requires 2 arguments, but 0 were provided - void operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:220:38: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_void_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: too few arguments to function call, expected 2, have 0 - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:37: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ~~~~~~~~~~~~~~ ^ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:288:47: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(fp); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = int (*)(int, int)] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:489: -../../../../../include/type_traits:1309:13: error: no matching function for call to object of type 'A_int_2' - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/type_traits:1309:22: note: instantiated from: - typedef decltype(declval<_Fn>()()) type; - ^~~~~~~~~~~~~~ -../../../../../include/type_traits:1335:7: note: in instantiation of template class 'std::__result_of' requested here - : public __result_of<_Fn(), - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:877:10: note: in instantiation of template class 'std::result_of' requested here -typename result_of<_F()>::type - ^ -../../../../../include/__functional_base_03:878:1: note: while substituting deduced template arguments into function template '__invoke' [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -invoke.pass.cpp:266:9: note: candidate function not viable: requires 2 arguments, but 0 were provided - int operator()(int i, int j) - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:963:13: error: no matching function for call to '__invoke' - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -../../../../../include/__functional_base_03:963:22: note: instantiated from: - typedef decltype(__invoke(_STD::declval<_F>())) type; - ^~~~~~~~ -../../../../../include/__functional_base_03:1019:14: note: in instantiation of template class 'std::__invoke_return' requested here - typename __invoke_return::type - ^ -invoke.pass.cpp:296:37: note: in instantiation of template class 'std::reference_wrapper' requested here - std::reference_wrapper r1(a0); - ^ -In file included from invoke.pass.cpp:19: -In file included from ../../../../../include/functional:492: -In file included from ../../../../../include/memory:199: -In file included from ../../../../../include/__functional_base:52: -../../../../../include/__functional_base_03:424:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1& __t1) -^ -../../../../../include/__functional_base_03:436:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:448:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:460:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:472:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1& __t1) -^ -../../../../../include/__functional_base_03:484:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:496:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:508:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:520:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:532:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:544:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:556:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:568:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1& __t1) -^ -../../../../../include/__functional_base_03:580:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1& __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:592:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1& __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:604:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:618:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)(), _T1 __t1) -^ -../../../../../include/__functional_base_03:630:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0), _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:642:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1), _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:654:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:666:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const, _T1 __t1) -^ -../../../../../include/__functional_base_03:678:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:690:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:702:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:714:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:726:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:738:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:750:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:762:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R (_T::*__f)() const volatile, _T1 __t1) -^ -../../../../../include/__functional_base_03:774:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0) const volatile, _T1 __t1, _A0& __a0) -^ -../../../../../include/__functional_base_03:786:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1) const volatile, _T1 __t1, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:798:1: note: candidate function template not viable: requires 5 arguments, but 1 was provided -__invoke(_R (_T::*__f)(_A0, _A1, _A2) const volatile, _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) -^ -../../../../../include/__functional_base_03:812:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:820:1: note: candidate template ignored: failed template argument deduction -__invoke(_R _T::*) -^ -../../../../../include/__functional_base_03:856:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_R _T::* __f, _T1& __t1) -^ -../../../../../include/__functional_base_03:878:1: note: candidate template ignored: substitution failure [with _F = A_int_2] -__invoke(_F __f) -^ -../../../../../include/__functional_base_03:886:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0) -^ -../../../../../include/__functional_base_03:894:1: note: candidate function template not viable: requires 3 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1) -^ -../../../../../include/__functional_base_03:902:1: note: candidate function template not viable: requires 4 arguments, but 1 was provided -__invoke(_F __f, _A0& __a0, _A1& __a1, _A2& __a2) -^ -18 errors generated. -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -move01.pass.cpp:49:54: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(new A[4], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -move01.pass.cpp:62:53: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(new A[3], Deleter(5)); - ^~~~~~~~~~~~~~~ -In file included from move01.pass.cpp:22: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -move01.pass.cpp failed to compile -pointer_deleter01.pass.cpp:38:46: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s(p, Deleter()); - ^~~~~~~~~~~~~~ -In file included from pointer_deleter01.pass.cpp:21: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -1 error generated. -pointer_deleter01.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 39 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -swap.pass.cpp:41:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:43:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'std::default_delete' cannot bind to a value of unrelated type 'std::default_delete' - return __t; - ^~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, std::default_delete >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert01.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:104:14: note: instantiated from: -#define _STD std - ^ -move_convert01.pass.cpp:47:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1223:16: error: functional-style cast from 'Deleter' to '__rv >' is not allowed - return _Tp(__rv<_Tp>(__t)); - ^~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward, Deleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert02.pass.cpp:16: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:104:14: note: instantiated from: -#define _STD std - ^ -move_convert02.pass.cpp:49:8: note: in instantiation of function template specialization 'std::unique_ptr >::operator= >' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:191: -../../../../../../include/type_traits:1199:12: error: non-const lvalue reference to type 'CDeleter' cannot bind to a value of unrelated type 'CDeleter' - return __t; - ^~~ -In file included from move_convert03.pass.cpp:18: -../../../../../../include/memory:2180:27: note: in instantiation of function template specialization 'std::forward &, CDeleter >' requested here - __ptr_.second() = _STD::forward(__u.get_deleter()); - ^ -In file included from move_convert03.pass.cpp:18: -In file included from ../../../../../../include/memory:190: -../../../../../../include/__config:104:14: note: instantiated from: -#define _STD std - ^ -move_convert03.pass.cpp:52:8: note: in instantiation of function template specialization 'std::unique_ptr &>::operator= &>' requested here - s2 = std::move(s); - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp:49:24: error: no matching constructor for initialization of 'std::unique_ptr' - std::unique_ptr s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert01.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp:51:37: error: no matching constructor for initialization of 'std::unique_ptr >' - std::unique_ptr > s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert02.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp:67:38: error: no matching constructor for initialization of 'std::unique_ptr &>' - std::unique_ptr&> s2(std::move(s)); - ^ ~~~~~~~~~~~~ -In file included from move_convert03.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'pointer' (aka 'A *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -1 error generated. -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp:49:24: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr' - std::unique_ptr s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert04.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = std::default_delete] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp:51:37: error: no viable conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert05.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = Deleter] not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'unique_ptr > &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if >, __rv > > >::value, unique_ptr > >::type' (aka 'std::unique_ptr >') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp:67:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &>' - std::unique_ptr&> s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert06.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv &> >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp:52:38: error: no viable conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr >' - std::unique_ptr > s2 = std::move(s); - ^ ~~~~~~~~~~~~ -In file included from move_convert07.pass.cpp:16: -../../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -../../../../../../include/memory:2064:9: note: candidate constructor [with $0 = B, $1 = CDeleter &] not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'unique_ptr &> &' for 1st argument - unique_ptr(unique_ptr<_Up, _Ep>&); - ^ -../../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'typename enable_if &>, __rv &> > >::value, unique_ptr &> >::type' (aka 'std::unique_ptr &>') to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../../include/memory:2168:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator __rv() - ^ -../../../../../../include/memory:2212:31: note: candidate function - _LIBCPP_INLINE_VISIBILITY operator int __nat::*() const {return __ptr_.first() ? &__nat::__for_bool_ : 0;} - ^ -1 error generated. -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -swap.pass.cpp:62:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s1(p1, Deleter(1)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -swap.pass.cpp:64:48: error: no viable constructor copying parameter of type 'Deleter' - std::unique_ptr > s2(p2, Deleter(2)); - ^~~~~~~~~~~~~~~ -In file included from swap.pass.cpp:19: -./../deleter.h:91:5: note: candidate constructor not viable: no known conversion from 'Deleter' to 'Deleter &' for 1st argument - Deleter(Deleter&); - ^ -2 errors generated. -swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 2 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 11566 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 11572 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -clang: error: clang frontend command failed due to signal 11 (use -v to see invocation) -unique_ptr_Y.pass.cpp failed to compile -failed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -clang: error: clang frontend command failed due to signal 11 (use -v to see invocation) -unique_ptr.pass.cpp failed to compile -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp:97:5: warning: qualifier on function type 'Function' (aka 'void ()') has unspecified behavior - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_convertible.pass.cpp:97:52: note: instantiated from: - static_assert(( std::is_convertible::value), ""); - ^~~~~~~~~~~~~~ -is_convertible.pass.cpp:275:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert((!std::is_convertible::value), ""); - ^ -In file included from is_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -1 warning and 1 error generated. -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp:22:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:22:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:22:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:22:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:23:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:23:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:23:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:24:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:24:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:24:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert(( std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:25:26: note: instantiated from: - static_assert(( std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:25:5: error: type name requires a specifier or qualifier - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:25:5: error: C++ requires a type specifier for all declarations - static_assert(( std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:27:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:27:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:27:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:28:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -is_explicitly_convertible.pass.cpp:28:5: error: type name requires a specifier or qualifier - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:28:5: error: C++ requires a type specifier for all declarations - static_assert((!std::is_explicitly_convertible::value), ""); - ^ -In file included from is_explicitly_convertible.pass.cpp:14: -In file included from ../../../../include/type_traits:136: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_explicitly_convertible.pass.cpp:30:5: error: no member named 'is_explicitly_convertible' in namespace 'std' - static_assert((!std::is_explicitly_convertible::value), ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_explicitly_convertible.pass.cpp:30:26: note: instantiated from: - static_assert((!std::is_explicitly_convertible::value), ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -aligned_storage.pass.cpp:25:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 12, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:35:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 8, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:36:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:40:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:41:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:45:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:46:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:50:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:51:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:55:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 32, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:56:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 64, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:60:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:61:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 16, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:70:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:75:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 2, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:76:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(sizeof(T1) == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -aligned_storage.pass.cpp:80:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(std::alignment_of::value == 4, ""); - ^ -In file included from aligned_storage.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -aligned_storage.pass.cpp failed to compile -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -#error underlying_type is not implemented - ^ -1 error generated. -underlying_type.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:37:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:38:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:39:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_union::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -union.pass.cpp:40:5: note: in instantiation of function template specialization 'test_union_imp' requested here - test_union_imp(); - ^ -union.pass.cpp:51:5: note: in instantiation of function template specialization 'test_union' requested here - test_union(); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -union.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::is_class::value, ""); - ^ -In file included from union.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -#error has_copy_assign not implemented - ^ -1 error generated. -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -#error has_copy_constructor not implemented - ^ -1 error generated. -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -#error has_default_constructor not implemented - ^ -1 error generated. -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -#error has_move_assign not implemented - ^ -1 error generated. -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -#error has_move_constructor not implemented - ^ -1 error generated. -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_assign' requested here - test_has_nothrow_assign(); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_assign::value, ""); - ^ -In file included from has_nothrow_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_nothrow_copy_constructor' requested here - test_has_not_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_copy_constructor' requested here - test_has_nothrow_copy_constructor(); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_copy_constructor::value, ""); - ^ -In file included from has_nothrow_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_nothrow_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_nothrow_default_constructor' requested here - test_has_nothrow_default_constructor(); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_nothrow_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_nothrow_default_constructor::value, ""); - ^ -In file included from has_nothrow_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -#error has_nothrow_move_assign not implemented - ^ -1 error generated. -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -#error has_nothrow_move_constructor not implemented - ^ -1 error generated. -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_assign.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_assign' requested here - test_has_trivial_assign(); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_assign.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_assign::value, ""); - ^ -In file included from has_trivial_copy_assign.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp:28:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:64:5: note: in instantiation of function template specialization 'test_has_not_trivial_copy_constructor' requested here - test_has_not_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:29:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:30:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:31:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert(!std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_copy_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_copy_constructor' requested here - test_has_trivial_copy_constructor(); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_copy_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_copy_constructor::value, ""); - ^ -In file included from has_trivial_copy_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:66:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:67:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_default_constructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_default_constructor' requested here - test_has_trivial_default_constructor(); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_default_constructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_default_constructor::value, ""); - ^ -In file included from has_trivial_default_constructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:68:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:69:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_trivial_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_trivial_destructor' requested here - test_has_trivial_destructor(); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_trivial_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_trivial_destructor::value, ""); - ^ -In file included from has_trivial_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -12 errors generated. -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -#error has_trivial_move_assign not implemented - ^ -1 error generated. -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -#error has_trivial_move_constructor not implemented - ^ -1 error generated. -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:75:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:19:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -has_virtual_destructor.pass.cpp:76:5: note: in instantiation of function template specialization 'test_has_virtual_destructor' requested here - test_has_virtual_destructor(); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:21:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -has_virtual_destructor.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::has_virtual_destructor::value, ""); - ^ -In file included from has_virtual_destructor.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -8 errors generated. -has_virtual_destructor.pass.cpp failed to compile -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:28:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:29:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:30:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -In file included from is_empty.pass.cpp:14: -../../../../../include/type_traits:668:7: error: unions cannot be base classes - : public _Tp - ^~~~~~~~~~ -../../../../../include/type_traits:679:56: note: in instantiation of template class 'std::__is_empty1' requested here -struct __libcpp_empty : public integral_constant) == sizeof(__is_empty2)> {}; - ^ -../../../../../include/type_traits:683:40: note: in instantiation of template class 'std::__libcpp_empty' requested here -template struct is_empty : public __libcpp_empty<_Tp> {}; - ^ -is_empty.pass.cpp:31:5: note: in instantiation of template class 'std::is_empty' requested here - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_empty::value, ""); - ^ -is_empty.pass.cpp:60:5: note: in instantiation of function template specialization 'test_is_not_empty' requested here - test_is_not_empty(); - ^ -4 errors generated. -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp:18:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert( std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:19:25: note: instantiated from: - static_assert( std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: no member named 'is_literal_type' in namespace 'std' - static_assert(!std::is_literal_type::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_literal_type.pass.cpp:21:25: note: instantiated from: - static_assert(!std::is_literal_type::value, ""); - ~~~~~^ -is_literal_type.pass.cpp:21:5: error: type name requires a specifier or qualifier - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_literal_type.pass.cpp:21:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_literal_type::value, ""); - ^ -In file included from is_literal_type.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -12 errors generated. -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:46:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:47:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:48:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:49:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:20:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_pod.pass.cpp:50:5: note: in instantiation of function template specialization 'test_is_pod' requested here - test_is_pod(); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -is_pod.pass.cpp:22:5: error: implicit instantiation of undefined template '__static_assert_test<0>' - static_assert( std::is_pod::value, ""); - ^ -In file included from is_pod.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:35: note: instantiated from: - typedef __static_assert_check)> \ - ^ -../../../../../include/__config:125:24: note: template is declared here -template struct __static_assert_test; - ^ -10 errors generated. -is_pod.pass.cpp failed to compile -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:28:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:28:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:29:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:29:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:30:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:30:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -In file included from is_polymorphic.pass.cpp:14: -../../../../../include/type_traits:687:49: error: unions cannot be base classes -template struct __is_polymorphic1 : public _Tp {}; - ^~~~~~~~~~ -../../../../../include/type_traits:692:38: note: in instantiation of template class 'std::__is_polymorphic1' requested here - : public integral_constant) == sizeof(__is_polymorphic2<_Tp>)> {}; - ^ -../../../../../include/type_traits:696:46: note: in instantiation of template class 'std::__libcpp_polymorphic' requested here -template struct is_polymorphic : public __libcpp_polymorphic<_Tp> {}; - ^ -is_polymorphic.pass.cpp:31:5: note: in instantiation of template class 'std::is_polymorphic' requested here - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:31:20: note: instantiated from: - static_assert(!std::is_polymorphic::value, ""); - ^ -is_polymorphic.pass.cpp:65:5: note: in instantiation of function template specialization 'test_is_not_polymorphic' requested here - test_is_not_polymorphic(); - ^ -4 errors generated. -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp:18:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert( std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: no member named 'is_standard_layout' in namespace 'std' - static_assert(!std::is_standard_layout::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_standard_layout.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_standard_layout::value, ""); - ~~~~~^ -is_standard_layout.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_standard_layout.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_standard_layout::value, ""); - ^ -In file included from is_standard_layout.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp:18:5: error: no member named 'is_trivial' in namespace 'std' - static_assert( std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:18:25: note: instantiated from: - static_assert( std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:18:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:18:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:19:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:19:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:19:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: no member named 'is_trivial' in namespace 'std' - static_assert(!std::is_trivial::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivial.pass.cpp:20:25: note: instantiated from: - static_assert(!std::is_trivial::value, ""); - ~~~~~^ -is_trivial.pass.cpp:20:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivial.pass.cpp:20:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivial::value, ""); - ^ -In file included from is_trivial.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -9 errors generated. -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp:30:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:30:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:30:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:30:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:31:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:31:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:31:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:32:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:32:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:32:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:33:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:33:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:33:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert( std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:34:25: note: instantiated from: - static_assert( std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:34:5: error: type name requires a specifier or qualifier - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:34:5: error: C++ requires a type specifier for all declarations - static_assert( std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:35:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -is_trivialially_copyable.pass.cpp:35:5: error: type name requires a specifier or qualifier - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:35:5: error: C++ requires a type specifier for all declarations - static_assert(!std::is_trivially_copyable::value, ""); - ^ -In file included from is_trivialially_copyable.pass.cpp:14: -In file included from ../../../../../include/type_traits:136: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -is_trivialially_copyable.pass.cpp:36:5: error: no member named 'is_trivially_copyable' in namespace 'std' - static_assert(!std::is_trivially_copyable::value, ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -is_trivialially_copyable.pass.cpp:36:25: note: instantiated from: - static_assert(!std::is_trivially_copyable::value, ""); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:34:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:34:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:34:9: error: C++ requires a type specifier for all declarations - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -empty_member.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -empty_member.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -empty_member.pass.cpp:38:9: error: use of undeclared identifier 'T' - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:31: note: instantiated from: - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -empty_member.pass.cpp:38:9: error: type name requires a specifier or qualifier - static_assert((sizeof(T) == sizeof(int)), ""); - ^ -In file included from empty_member.pass.cpp:16: -In file included from ../../../../include/tuple:115: -../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:27:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -const_pair.pass.cpp:28:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -const_pair.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:30:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -6 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:40:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:41:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:42:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:45:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:47:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:48:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_copy.pass.cpp:49:9: error: use of undeclared identifier 't1' - t1 = t0; - ^ -convert_copy.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:44:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:49:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:50:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:51:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -convert_move.pass.cpp:52:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -convert_move.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:54:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:54:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:26:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:32:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t; - ^ -copy.pass.cpp:39:9: error: use of undeclared identifier 't' - t = t0; - ^ -copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:41:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -copy.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:27:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:33:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:38:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t; - ^ -move.pass.cpp:40:9: error: use of undeclared identifier 't' - t = std::move(t0); - ^ -move.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:41:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:42:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:42:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:45:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:41:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:43:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:44:9: error: use of undeclared identifier 'T1' - T1 t1; - ^ -move_pair.pass.cpp:45:9: error: use of undeclared identifier 't1' - t1 = std::move(t0); - ^ -move_pair.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:46:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:47:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:43:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:17: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -9 errors generated. -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:29:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), MoveOnly(1)); - ~~~~~^ -UTypes.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:34:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:39:21: note: instantiated from: - assert(std::get<2>(t) == 2); - ~~~~~^ -UTypes.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0), - ~~~~~^ -UTypes.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -UTypes.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(MoveOnly(0)); - ~~~~~^ -UTypes.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -UTypes.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == MoveOnly()); - ~~~~~^ -UTypes.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == MoveOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -UTypes.pass.cpp:53:21: note: instantiated from: - assert(std::get<2>(t) == MoveOnly()); - ~~~~~^ -17 errors generated. -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_UTypes.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_Types.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_const_pair.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_convert_move.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_copy.pass.cpp:22: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move.pass.cpp:23: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -./../alloc_first.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_first.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_first.h:18:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:18:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a) - ^ -./../alloc_first.h:25:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:25:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, int d) - ^ -./../alloc_first.h:32:45: error: unknown type name 'A1' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:47: error: expected ')' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:32:16: note: to match this '(' - alloc_first(std::allocator_arg_t, const A1& a, const alloc_first& d) - ^ -./../alloc_first.h:21:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:21:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:26:17: error: use of undeclared identifier 'd' - : data_(d) - ^ -./../alloc_first.h:28:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:28:16: note: instantiated from: - assert(a.id() == 5); - ^ -./../alloc_first.h:33:17: error: use of undeclared identifier 'd' - : data_(d.data_) - ^ -./../alloc_first.h:35:9: error: use of undeclared identifier 'a' - assert(a.id() == 5); - ^ -./../alloc_first.h:35:16: note: instantiated from: - assert(a.id() == 5); - ^ -In file included from alloc_move_pair.pass.cpp:24: -./../alloc_last.h:12:13: error: unknown type name 'A1' - typedef A1 allocator_type; - ^ -./../alloc_last.h:12:15: error: expected member name or ';' after declaration specifiers - typedef A1 allocator_type; - ~~~~~~~~~~^ -./../alloc_last.h:18:22: error: unknown type name 'A1' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:24: error: expected ')' - alloc_last(const A1& a) - ^ -./../alloc_last.h:18:15: note: to match this '(' - alloc_last(const A1& a) - ^ -./../alloc_last.h:25:29: error: unknown type name 'A1' - alloc_last(int d, const A1& a) - ^ -./../alloc_last.h:25:31: error: expected ')' - alloc_last(int d, const A1& a) - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp:23:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:24:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:24:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:27:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, 0); - ~~~~~^ -const_Types.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr, "text"); - ~~~~~^ -const_Types.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == "text"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == "text"); - ~~~~~^ -const_Types.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2); - ~~~~~^ -const_Types.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:46:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -const_Types.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:47:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -const_Types.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple t(2, nullptr); - ~~~~~^ -const_Types.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:51:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -const_Types.pass.cpp:52:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_Types.pass.cpp:52:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -const_Types.pass.cpp failed to compile -const_pair.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -const_pair.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -const_pair.pass.cpp:26:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -const_pair.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -const_pair.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == short('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -const_pair.pass.cpp:28:21: note: instantiated from: - assert(std::get<1>(t1) == short('a')); - ~~~~~^ -5 errors generated. -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:38:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_copy.pass.cpp:39:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:40:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:43:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:43:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:44:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:44:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_copy.pass.cpp:45:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_copy.pass.cpp:46:9: error: use of undeclared identifier 'T1' - T1 t1 = t0; - ^ -convert_copy.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_copy.pass.cpp:48:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_copy.pass.cpp:48:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_copy.pass.cpp:51:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_copy.pass.cpp:51:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_copy.pass.cpp:52:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_copy.pass.cpp:52:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:40:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:40:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:41:9: error: use of undeclared identifier 'T0' - T0 t0(2.5); - ^ -convert_move.pass.cpp:42:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:46:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:46:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -convert_move.pass.cpp:48:9: error: use of undeclared identifier 'T0' - T0 t0(2.5, 'a'); - ^ -convert_move.pass.cpp:49:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -convert_move.pass.cpp:50:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:50:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -convert_move.pass.cpp:51:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1) == int('a')); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -convert_move.pass.cpp:51:21: note: instantiated from: - assert(std::get<1>(t1) == int('a')); - ~~~~~^ -convert_move.pass.cpp:54:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T0; - ~~~~~^ -convert_move.pass.cpp:54:27: error: expected unqualified-id - typedef std::tuple T0; - ^ -convert_move.pass.cpp:55:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -convert_move.pass.cpp:55:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -convert_move.pass.cpp failed to compile -copy.pass.cpp:23:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -copy.pass.cpp:23:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -copy.pass.cpp:24:9: error: use of undeclared identifier 'T' - T t0; - ^ -copy.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:28:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:28:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:29:9: error: use of undeclared identifier 'T' - T t0(2); - ^ -copy.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:31:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:35:9: error: use of undeclared identifier 'T' - T t0(2, 'a'); - ^ -copy.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -copy.pass.cpp:37:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:37:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -copy.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 'a'); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -copy.pass.cpp:38:21: note: instantiated from: - assert(std::get<1>(t) == 'a'); - ~~~~~^ -copy.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -copy.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T; - ^ -copy.pass.cpp:42:9: error: use of undeclared identifier 'T' - T t0(2, 'a', "some text"); - ^ -copy.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t = t0; - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -copy.pass.cpp failed to compile -default.pass.cpp:25:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t; - ~~~~~^ -default.pass.cpp:28:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:32:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:37:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:40:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:43:14: error: no member named 'tuple' in namespace 'std' - std::tuple t; - ~~~~~^ -default.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -default.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t) == nullptr); - ~~~~~^ -default.pass.cpp:46:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == ""); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:46:21: note: instantiated from: - assert(std::get<2>(t) == ""); - ~~~~~^ -default.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<3>(t) == DefaultOnly()); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -default.pass.cpp:47:21: note: instantiated from: - assert(std::get<3>(t) == DefaultOnly()); - ~~~~~^ -15 errors generated. -default.pass.cpp failed to compile -move.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -move.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -move.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -move.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:30:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -move.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:35:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:35:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:36:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -move.pass.cpp:37:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -move.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == 0); - ~~~~~^ -move.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -move.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 1); - ~~~~~^ -move.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -move.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -move.pass.cpp:43:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1), MoveOnly(2)); - ^ -move.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t = std::move(t0); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -move.pass.cpp failed to compile -move_pair.pass.cpp:40:52: error: a space is required between consecutive right angle brackets (use '> >') - typedef std::pair> T0; - ^~ - > > -move_pair.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple> T1; - ~~~~~^ -move_pair.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple> T1; - ^ -move_pair.pass.cpp:42:20: error: no viable constructor copying parameter of type 'std::unique_ptr' - T0 t0(2.5, std::unique_ptr(new D(3))); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: no known conversion from 'std::unique_ptr' to 'std::unique_ptr > &' for 1st argument - unique_ptr(unique_ptr&); - ^ -move_pair.pass.cpp:43:9: error: use of undeclared identifier 'T1' - T1 t1 = std::move(t0); - ^ -move_pair.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:44:21: note: instantiated from: - assert(std::get<0>(t1) == 2); - ~~~~~^ -move_pair.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t1)->id_ == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -move_pair.pass.cpp:45:21: note: instantiated from: - assert(std::get<1>(t1)->id_ == 3); - ~~~~~^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -In file included from ../../../../../include/memory:196: -../../../../../include/utility:212:23: error: no matching constructor for initialization of 'std::unique_ptr >' - : first(__x), second(__y) {} - ^ ~~~ -move_pair.pass.cpp:42:12: note: in instantiation of member function 'std::pair > >::pair' requested here - T0 t0(2.5, std::unique_ptr(new D(3))); - ^ -In file included from move_pair.pass.cpp:16: -In file included from ../../../../../include/tuple:118: -../../../../../include/memory:2062:5: note: candidate constructor not viable: 1st argument ('std::unique_ptr > const') would lose const qualifier - unique_ptr(unique_ptr&); - ^ -../../../../../include/memory:2081:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'std::nullptr_t' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t) - ^ -../../../../../include/memory:2087:40: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to 'pointer' (aka 'D *') for 1st argument - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) - ^ -../../../../../include/memory:2173:31: note: candidate constructor not viable: no known conversion from 'std::unique_ptr > const' to '__rv > >' for 1st argument - _LIBCPP_INLINE_VISIBILITY unique_ptr(__rv __u) - ^ -../../../../../include/memory:2095:44: note: candidate template ignored: failed template argument deduction - _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(auto_ptr<_Up>& __p, - ^ -../../../../../include/memory:2075:31: note: candidate constructor not viable: requires 0 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr() - ^ -../../../../../include/memory:2184:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided - _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, deleter_type __d) - ^ -8 errors generated. -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp:26:14: error: no member named 'tuple' in namespace 'std' - std::tuple t = std::make_tuple(1, std::ref(i), - ~~~~~^ -make_tuple.pass.cpp:28:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:28:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:29:21: note: instantiated from: - assert(std::get<1>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:30:21: note: instantiated from: - assert(std::get<2>(t) == 0); - ~~~~~^ -make_tuple.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:33:21: note: instantiated from: - assert(std::get<0>(t) == 1); - ~~~~~^ -make_tuple.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:34:21: note: instantiated from: - assert(std::get<1>(t) == 2); - ~~~~~^ -make_tuple.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 3.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -make_tuple.pass.cpp:35:21: note: instantiated from: - assert(std::get<2>(t) == 3.5); - ~~~~~^ -make_tuple.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 0; - ~~~~~^ -make_tuple.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<2>(t) = 0; - ~~~~~^ -9 errors generated. -make_tuple.pass.cpp failed to compile -tie.pass.cpp:26:14: error: no member named 'tie' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -tie.pass.cpp:26:26: error: no member named 'ignore' in namespace 'std' - std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); - ~~~~~^ -2 errors generated. -tie.pass.cpp failed to compile -tuple_cat.pass.cpp:39:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:40:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t2; - ~~~~~^ -tuple_cat.pass.cpp:41:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:44:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:45:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:46:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:47:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:47:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:50:14: error: no member named 'tuple' in namespace 'std' - std::tuple<> t1; - ~~~~~^ -tuple_cat.pass.cpp:51:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:52:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -tuple_cat.pass.cpp:53:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:53:21: note: instantiated from: - assert(std::get<0>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:56:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:57:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:58:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t1, t2); - ~~~~~^ -tuple_cat.pass.cpp:59:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t3) == nullptr); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:59:21: note: instantiated from: - assert(std::get<0>(t3) == nullptr); - ~~~~~^ -tuple_cat.pass.cpp:60:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t3) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -tuple_cat.pass.cpp:60:21: note: instantiated from: - assert(std::get<1>(t3) == 2); - ~~~~~^ -tuple_cat.pass.cpp:63:14: error: no member named 'tuple' in namespace 'std' - std::tuple t1; - ~~~~~^ -tuple_cat.pass.cpp:64:14: error: no member named 'tuple' in namespace 'std' - std::tuple t2(2); - ~~~~~^ -tuple_cat.pass.cpp:65:14: error: no member named 'tuple' in namespace 'std' - std::tuple t3 = std::tuple_cat(t2, t1); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:26:15: error: unknown type name 'T' - const T t(3); - ^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_const.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:31:15: error: unknown type name 'T' - const T t("high", 5); - ^ -get_const.pass.cpp:31:17: error: excess elements in scalar initializer - const T t("high", 5); - ^ ~~~~~~~~~ -get_const.pass.cpp:32:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:32:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:33:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:33:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_const.pass.cpp:36:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_const.pass.cpp:36:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_const.pass.cpp:38:15: error: unknown type name 'T' - const T t(d, "high", 5); - ^ -get_const.pass.cpp:38:17: error: excess elements in scalar initializer - const T t(d, "high", 5); - ^ ~~~~~~~~~~~~ -get_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -get_const.pass.cpp:40:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:40:21: note: instantiated from: - assert(std::get<1>(t) == "high"); - ~~~~~^ -get_const.pass.cpp:41:9: error: no member named 'get' in namespace 'std' - assert(std::get<2>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:41:21: note: instantiated from: - assert(std::get<2>(t) == 5); - ~~~~~^ -get_const.pass.cpp:42:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2.5; - ~~~~~^ -get_const.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t) == 2.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t(3); - ^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<0>(t) == 3); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = 2; - ~~~~~^ -get_non_const.pass.cpp:29:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:29:21: note: instantiated from: - assert(std::get<0>(t) == 2); - ~~~~~^ -get_non_const.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t("high", 5); - ^ -get_non_const.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "high"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t) == "high"); - ~~~~~^ -get_non_const.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:35:21: note: instantiated from: - assert(std::get<1>(t) == 5); - ~~~~~^ -get_non_const.pass.cpp:36:14: error: no member named 'get' in namespace 'std' - std::get<0>(t) = "four"; - ~~~~~^ -get_non_const.pass.cpp:37:14: error: no member named 'get' in namespace 'std' - std::get<1>(t) = 4; - ~~~~~^ -get_non_const.pass.cpp:38:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == "four"); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:38:21: note: instantiated from: - assert(std::get<0>(t) == "four"); - ~~~~~^ -get_non_const.pass.cpp:39:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:39:21: note: instantiated from: - assert(std::get<1>(t) == 4); - ~~~~~^ -get_non_const.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -get_non_const.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T; - ^ -get_non_const.pass.cpp:44:9: error: use of undeclared identifier 'T' - T t(d, "high", 5); - ^ -get_non_const.pass.cpp:45:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t) == 1.5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:45:21: note: instantiated from: - assert(std::get<0>(t) == 1.5); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:28:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:29:43: note: instantiated from: - int>::value), ""); - ^ -tuple_element.pass.cpp:28:9: error: expected ')' -tuple_element.pass.cpp:28:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:28:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:32:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_element.pass.cpp:32:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_element.pass.cpp:33:9: error: use of undeclared identifier 'T' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:59: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:63: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:34:44: note: instantiated from: - char>::value), ""); - ^ -tuple_element.pass.cpp:33:9: error: expected ')' -tuple_element.pass.cpp:33:9: note: to match this '(' - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:23: note: instantiated from: - static_assert((std::is_same::type, - ^ -tuple_element.pass.cpp:33:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, - ^ -In file included from tuple_element.pass.cpp:21: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -tuple_size.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -tuple_size.pass.cpp:25:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:26:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:25:9: error: expected ')' -tuple_size.pass.cpp:25:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:25:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:25:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:29:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -tuple_size.pass.cpp:29:27: error: expected unqualified-id - typedef std::tuple T; - ^ -tuple_size.pass.cpp:30:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:55: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:58: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:31:61: note: instantiated from: - std::tuple_size >::value), ""); - ^ -tuple_size.pass.cpp:30:9: error: expected ')' -tuple_size.pass.cpp:30:9: note: to match this '(' - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:23: note: instantiated from: - static_assert((std::is_base_of, - ^ -tuple_size.pass.cpp:30:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of, - ^ -In file included from tuple_size.pass.cpp:18: -In file included from ../../../../../include/tuple:115: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp:27:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -begin.pass.cpp:27:27: error: expected unqualified-id - typedef std::tuple T; - ^ -begin.pass.cpp:29:15: error: unknown type name 'T' - const T t(std::begin(array), std::end(array)); - ^ -begin.pass.cpp:29:17: error: excess elements in scalar initializer - const T t(std::begin(array), std::end(array)); - ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -4 errors generated. -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -eq.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -eq.pass.cpp:26:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -eq.pass.cpp:26:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -eq.pass.cpp:27:15: error: unknown type name 'T1' - const T1 t1; - ^ -eq.pass.cpp:28:15: error: unknown type name 'T2' - const T2 t2; - ^ -eq.pass.cpp:33:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:33:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:34:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:34:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:35:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:36:15: error: unknown type name 'T2' - const T2 t2(1.1); - ^ -eq.pass.cpp:41:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -eq.pass.cpp:41:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -eq.pass.cpp:42:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -eq.pass.cpp:42:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -eq.pass.cpp:43:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -eq.pass.cpp:44:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -eq.pass.cpp:49:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -eq.pass.cpp failed to compile -lt.pass.cpp:37:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T1; - ~~~~~^ -lt.pass.cpp:37:27: error: expected unqualified-id - typedef std::tuple<> T1; - ^ -lt.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T2; - ~~~~~^ -lt.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple<> T2; - ^ -lt.pass.cpp:39:15: error: unknown type name 'T1' - const T1 t1; - ^ -lt.pass.cpp:40:15: error: unknown type name 'T2' - const T2 t2; - ^ -lt.pass.cpp:47:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:47:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:48:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:48:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:49:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:50:15: error: unknown type name 'T2' - const T2 t2(1); - ^ -lt.pass.cpp:57:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -lt.pass.cpp:57:27: error: expected unqualified-id - typedef std::tuple T1; - ^ -lt.pass.cpp:58:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T2; - ~~~~~^ -lt.pass.cpp:58:27: error: expected unqualified-id - typedef std::tuple T2; - ^ -lt.pass.cpp:59:15: error: unknown type name 'T1' - const T1 t1(1); - ^ -lt.pass.cpp:60:15: error: unknown type name 'T2' - const T2 t2(0.9); - ^ -lt.pass.cpp:67:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T1; - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -non_member_swap.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -non_member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t0; - ^ -non_member_swap.pass.cpp:27:9: error: use of undeclared identifier 'T' - T t1; - ^ -non_member_swap.pass.cpp:28:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:31:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:31:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -non_member_swap.pass.cpp:33:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -non_member_swap.pass.cpp:34:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -non_member_swap.pass.cpp:36:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:36:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -non_member_swap.pass.cpp:39:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -non_member_swap.pass.cpp:39:27: error: expected unqualified-id - typedef std::tuple T; - ^ -non_member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -non_member_swap.pass.cpp:41:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -non_member_swap.pass.cpp:42:14: error: use of undeclared identifier 't0' - swap(t0, t1); - ^ -non_member_swap.pass.cpp:43:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 2); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:43:21: note: instantiated from: - assert(std::get<0>(t0) == 2); - ~~~~~^ -non_member_swap.pass.cpp:44:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(t0) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -non_member_swap.pass.cpp:44:21: note: instantiated from: - assert(std::get<1>(t0) == 3); - ~~~~~^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp:24:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -member_swap.pass.cpp:24:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -member_swap.pass.cpp:25:9: error: use of undeclared identifier 'T' - T t0; - ^ -member_swap.pass.cpp:26:9: error: use of undeclared identifier 'T' - T t1; - ^ -member_swap.pass.cpp:27:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:27:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:31:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0)); - ^ -member_swap.pass.cpp:32:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(1)); - ^ -member_swap.pass.cpp:33:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -member_swap.pass.cpp:33:17: error: use of undeclared identifier 't1' - t0.swap(t1); - ^ -member_swap.pass.cpp:34:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t0) == 1); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:34:21: note: instantiated from: - assert(std::get<0>(t0) == 1); - ~~~~~^ -member_swap.pass.cpp:35:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(t1) == 0); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -member_swap.pass.cpp:35:21: note: instantiated from: - assert(std::get<0>(t1) == 0); - ~~~~~^ -member_swap.pass.cpp:38:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -member_swap.pass.cpp:38:27: error: expected unqualified-id - typedef std::tuple T; - ^ -member_swap.pass.cpp:39:9: error: use of undeclared identifier 'T' - T t0(MoveOnly(0), MoveOnly(1)); - ^ -member_swap.pass.cpp:40:9: error: use of undeclared identifier 'T' - T t1(MoveOnly(2), MoveOnly(3)); - ^ -member_swap.pass.cpp:41:9: error: use of undeclared identifier 't0' - t0.swap(t1); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp:25:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple<> T; - ~~~~~^ -uses_allocator.pass.cpp:25:27: error: expected unqualified-id - typedef std::tuple<> T; - ^ -uses_allocator.pass.cpp:26:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:26:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:26:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:27:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:27:79: error: expected ')' -uses_allocator.pass.cpp:26:9: note: to match this '(' - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:30:22: error: no type named 'tuple' in namespace 'std' - typedef std::tuple T; - ~~~~~^ -uses_allocator.pass.cpp:30:27: error: expected unqualified-id - typedef std::tuple T; - ^ -uses_allocator.pass.cpp:31:9: error: use of undeclared identifier 'T' - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of>::value), ""); - ^ -uses_allocator.pass.cpp:31:9: error: type name requires a specifier or qualifier - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:31:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_base_of)> \ - ^ -uses_allocator.pass.cpp:32:79: error: type name requires a specifier or qualifier - std::uses_allocator>::value), ""); - ^ -uses_allocator.pass.cpp:32:79: error: C++ requires a type specifier for all declarations - std::uses_allocator>::value), ""); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -2 errors generated. -get_const.pass.cpp failed to compile -get_non_const.pass.cpp:26:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 3); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:26:21: note: instantiated from: - assert(std::get<0>(p) == 3); - ~~~~~^ -get_non_const.pass.cpp:27:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 4); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:27:21: note: instantiated from: - assert(std::get<1>(p) == 4); - ~~~~~^ -get_non_const.pass.cpp:28:14: error: no member named 'get' in namespace 'std' - std::get<0>(p) = 5; - ~~~~~^ -get_non_const.pass.cpp:29:14: error: no member named 'get' in namespace 'std' - std::get<1>(p) = 6; - ~~~~~^ -get_non_const.pass.cpp:30:9: error: no member named 'get' in namespace 'std' - assert(std::get<0>(p) == 5); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:30:21: note: instantiated from: - assert(std::get<0>(p) == 5); - ~~~~~^ -get_non_const.pass.cpp:31:9: error: no member named 'get' in namespace 'std' - assert(std::get<1>(p) == 6); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -get_non_const.pass.cpp:31:21: note: instantiated from: - assert(std::get<1>(p) == 6); - ~~~~~^ -6 errors generated. -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:37: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:76: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: expected ')' -tuple_element.pass.cpp:22:9: note: to match this '(' - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:23: note: instantiated from: - static_assert((std::is_same::type, int>::value), ""); - ^ -tuple_element.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:37: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:78: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: expected ')' -tuple_element.pass.cpp:23:9: note: to match this '(' - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:23: note: instantiated from: - static_assert((std::is_same::type, short>::value), ""); - ^ -tuple_element.pass.cpp:23:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:23:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, short>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: implicit instantiation of undefined template 'std::tuple_element<0, std::pair >' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:37: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:20:40: note: template is declared here -template class tuple_element; - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:77: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: expected ')' -tuple_element.pass.cpp:27:9: note: to match this '(' - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:23: note: instantiated from: - static_assert((std::is_same::type, int*>::value), ""); - ^ -tuple_element.pass.cpp:27:9: error: type name requires a specifier or qualifier - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:27:9: error: C++ requires a type specifier for all declarations - static_assert((std::is_same::type, int*>::value), ""); - ^ -In file included from tuple_element.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_element.pass.cpp:28:9: error: implicit instantiation of undefined template 'std::tuple_element<1, std::pair >' - static_assert((std::is_same::type, char>::value), ""); - ^ -tuple_element.pass.cpp:28:37: note: instantiated from: - static_assert((std::is_same::type, char>::value), ""); - ^ -fatal error: too many errors emitted, stopping now [-ferror-limit=] -20 errors generated. -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp:22:9: error: implicit instantiation of undefined template 'std::tuple_size >' - static_assert((std::tuple_size::value == 2), ""); - ^ -tuple_size.pass.cpp:22:24: note: instantiated from: - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:113: -In file included from ../../../../../include/__tuple:21: -../../../../../include/__tuple_03:19:28: note: template is declared here -template class tuple_size; - ^ -tuple_size.pass.cpp:22:9: error: type name requires a specifier or qualifier - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -tuple_size.pass.cpp:22:9: error: C++ requires a type specifier for all declarations - static_assert((std::tuple_size::value == 2), ""); - ^ -In file included from tuple_size.pass.cpp:16: -In file included from ../../../../../include/utility:112: -../../../../../include/__config:129:69: note: instantiated from: - typedef __static_assert_check)> \ - ^ -3 errors generated. -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using Apple clang version 2.0 (trunk 104832) -Target: x86_64-apple-darwin10 -Thread model: posix -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 86 -sections with failures : 46 -sections without failures: 920 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 142 -number of tests passed : 3745 - + ---- -total number of tests : 3887 -**************************************************** diff --git a/test_results/2010-05-27 g++-4_2_i386 b/test_results/2010-05-27 g++-4_2_i386 deleted file mode 100644 index 1d611933..00000000 --- a/test_results/2010-05-27 g++-4_2_i386 +++ /dev/null @@ -1,5388 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -passed 3 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:23: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:33: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax_comp.pass.cpp:25: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__1::greater]’ -minmax_comp.pass.cpp:35: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:19:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:39:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 32480 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -passed 6 tests in /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -null.pass.cpp:13:2: error: #error NULL not defined -null.pass.cpp failed to compile -offsetof.pass.cpp:13:2: error: #error offsetof not defined -offsetof.pass.cpp failed to compile -failed 2 tests in /test/language.support/support.types -passed 5 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -./testit: line 84: 45752 Segmentation fault ./a.out -put2.pass.cpp failed at run time -failed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -passed 1 tests in /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -./testit: line 84: 76201 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 38. -./testit: line 84: 77717 Abort trap ./a.out -lock.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:44: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:45: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:46: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:47: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:50: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:51: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:52: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:79: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:86: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:98: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:109: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:117: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:121: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:128: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:172: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:197: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:209: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:241: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:244: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:247: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:254: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:257: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:54: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:74: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:80: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:87: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:91: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:97: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:118: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:154: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:155: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:160: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:161: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:170: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:171: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:181: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:182: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:189: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:190: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:191: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:226: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:229: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:235: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:238: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:53: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:56: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:57: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:57: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:58: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:27: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:28: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:43: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:55: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:65: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:55: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:106: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_03:114: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:178: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: 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::*)()]’ -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:146: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:55: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:42: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:44: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:33: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:110: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:167: error: lvalue required as left operand of assignment -invoke.pass.cpp:171: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:185: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:266: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = std::__1::default_delete, _Up = std::__1::default_delete]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:47: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, _Tp>::type std::__1::forward(_Up&) [with _Tp = Deleter, _Up = Deleter]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:49: instantiated from here -../../../../../../include/type_traits:1224: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1164: note: candidates are: std::__1::__rv<_Tp>::__rv(typename std::__1::remove_reference<_Tp>::type&) [with _Tp = Deleter] -../../../../../../include/type_traits:1159: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = CDeleter&, _Up = CDeleter]’: -../../../../../../include/memory:2181: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:52: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:49: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2088: 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] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:51: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:67: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2185: 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&] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:49: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:51: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:67: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:52: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 81984 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 82003 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 80. -./testit: line 84: 82317 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:275: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:94: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:139: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:181: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:223: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:37: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:38: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:39: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:40: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:28: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:29: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:30: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:31: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:33: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:36: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:25: error: expected initializer before ‘<’ token -empty_member.pass.cpp:26: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:26: error: template argument 1 is invalid -empty_member.pass.cpp:29: error: expected initializer before ‘<’ token -empty_member.pass.cpp:30: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:30: error: template argument 1 is invalid -empty_member.pass.cpp:33: error: expected initializer before ‘<’ token -empty_member.pass.cpp:34: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:34: error: template argument 1 is invalid -empty_member.pass.cpp:37: error: expected initializer before ‘<’ token -empty_member.pass.cpp:38: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:38: error: template argument 1 is invalid -empty_member.pass.cpp:41: error: expected initializer before ‘<’ token -empty_member.pass.cpp:42: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:42: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:25: error: expected initializer before ‘<’ token -const_pair.pass.cpp:27: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:27: error: expected `;' before ‘t1’ -const_pair.pass.cpp:28: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:39: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:40: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:40: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:41: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:41: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:45: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:46: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:47: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:47: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:49: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:49: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:56: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:68: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:69: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:69: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:70: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: expected initializer before ‘<’ token -convert_move.pass.cpp:42: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t0’ -convert_move.pass.cpp:43: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:43: error: expected `;' before ‘t1’ -convert_move.pass.cpp:44: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:44: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:48: error: expected initializer before ‘<’ token -convert_move.pass.cpp:49: error: expected initializer before ‘<’ token -convert_move.pass.cpp:50: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:50: error: expected `;' before ‘t0’ -convert_move.pass.cpp:51: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:51: error: expected `;' before ‘t1’ -convert_move.pass.cpp:52: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:52: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: expected initializer before ‘<’ token -convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -convert_move.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:59: error: expected `;' before ‘t0’ -convert_move.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected `;' before ‘t1’ -convert_move.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:61: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -convert_move.pass.cpp:71: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t0’ -convert_move.pass.cpp:72: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:72: error: expected `;' before ‘t1’ -convert_move.pass.cpp:73: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: expected initializer before ‘<’ token -convert_move.pass.cpp:81: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t0’ -convert_move.pass.cpp:82: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:82: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:83: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:26: error: ‘t’ was not declared in this scope -copy.pass.cpp:26: error: ‘t0’ was not declared in this scope -copy.pass.cpp:29: error: expected initializer before ‘<’ token -copy.pass.cpp:30: error: ‘T’ was not declared in this scope -copy.pass.cpp:30: error: expected `;' before ‘t0’ -copy.pass.cpp:31: error: expected `;' before ‘t’ -copy.pass.cpp:32: error: ‘t’ was not declared in this scope -copy.pass.cpp:32: error: ‘t0’ was not declared in this scope -copy.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:36: error: expected initializer before ‘<’ token -copy.pass.cpp:37: error: ‘T’ was not declared in this scope -copy.pass.cpp:37: error: expected `;' before ‘t0’ -copy.pass.cpp:38: error: expected `;' before ‘t’ -copy.pass.cpp:39: error: ‘t’ was not declared in this scope -copy.pass.cpp:39: error: ‘t0’ was not declared in this scope -copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: expected initializer before ‘<’ token -copy.pass.cpp:45: error: ‘T’ was not declared in this scope -copy.pass.cpp:45: error: expected `;' before ‘t0’ -copy.pass.cpp:46: error: expected `;' before ‘t’ -copy.pass.cpp:47: error: ‘t’ was not declared in this scope -copy.pass.cpp:47: error: ‘t0’ was not declared in this scope -copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:27: error: ‘t’ was not declared in this scope -move.pass.cpp:27: error: ‘t0’ was not declared in this scope -move.pass.cpp:30: error: expected initializer before ‘<’ token -move.pass.cpp:31: error: ‘T’ was not declared in this scope -move.pass.cpp:31: error: expected `;' before ‘t0’ -move.pass.cpp:32: error: expected `;' before ‘t’ -move.pass.cpp:33: error: ‘t’ was not declared in this scope -move.pass.cpp:33: error: ‘t0’ was not declared in this scope -move.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:37: error: expected initializer before ‘<’ token -move.pass.cpp:38: error: ‘T’ was not declared in this scope -move.pass.cpp:38: error: expected `;' before ‘t0’ -move.pass.cpp:39: error: expected `;' before ‘t’ -move.pass.cpp:40: error: ‘t’ was not declared in this scope -move.pass.cpp:40: error: ‘t0’ was not declared in this scope -move.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: expected initializer before ‘<’ token -move.pass.cpp:46: error: ‘T’ was not declared in this scope -move.pass.cpp:46: error: expected `;' before ‘t0’ -move.pass.cpp:47: error: expected `;' before ‘t’ -move.pass.cpp:48: error: ‘t’ was not declared in this scope -move.pass.cpp:48: error: ‘t0’ was not declared in this scope -move.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:41: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:42: error: expected initializer before ‘<’ token -move_pair.pass.cpp:43: error: expected `;' before ‘t0’ -move_pair.pass.cpp:44: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:44: error: expected `;' before ‘t1’ -move_pair.pass.cpp:45: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:25: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:25: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:29: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:36: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:28: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc.pass.cpp:31: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:31: error: expected primary-expression before ‘int’ -alloc.pass.cpp:31: error: expected `;' before ‘int’ -alloc.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc.pass.cpp:35: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:35: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:35: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:35: error: expected primary-expression before ‘int’ -alloc.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:40: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:40: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:40: error: expected primary-expression before ‘int’ -alloc.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:52: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:61: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:61: error: expected primary-expression before ‘int’ -alloc.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:72: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:28: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:33: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:48: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:59: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:27: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:44: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:53: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:56: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:65: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:68: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:29: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:31: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:31: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:32: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:37: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:51: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:51: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:29: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:30: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:30: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:31: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:34: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:35: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:36: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:36: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:38: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:38: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:56: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:57: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:45: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:46: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:46: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:64: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:64: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:72: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:72: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:75: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:75: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:28: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:28: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:29: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:32: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:33: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:33: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:34: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:38: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:39: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:39: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:41: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:43: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:49: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:51: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:55: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:58: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:66: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:66: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:69: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:29: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:30: error: expected `;' before ‘t’ -alloc_move.pass.cpp:33: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:34: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:34: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:35: error: expected `;' before ‘t’ -alloc_move.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:36: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:39: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:40: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:40: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:42: error: expected `;' before ‘t’ -alloc_move.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:44: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:50: error: expected `;' before ‘t’ -alloc_move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:56: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:56: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:58: error: expected `;' before ‘t’ -alloc_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:64: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:65: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:65: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:68: error: expected `;' before ‘t’ -alloc_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:71: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:49: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:49: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:23: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:23: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:23: error: expected `;' before ‘int’ -const_Types.pass.cpp:24: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:24: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:27: error: expected `;' before ‘int’ -const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:32: error: expected `;' before ‘int’ -const_Types.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:33: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:44: error: expected `;' before ‘int’ -const_Types.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:45: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:50: error: expected `;' before ‘int’ -const_Types.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:56: error: expected `;' before ‘int’ -const_Types.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:57: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:24: error: expected initializer before ‘<’ token -const_pair.pass.cpp:26: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:26: error: expected `;' before ‘t1’ -const_pair.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:27: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:36: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:38: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:39: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:46: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:46: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:47: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:62: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:63: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:63: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:64: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:64: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:39: error: expected initializer before ‘<’ token -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:41: error: expected `;' before ‘t0’ -convert_move.pass.cpp:42: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t1’ -convert_move.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:43: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:46: error: expected initializer before ‘<’ token -convert_move.pass.cpp:47: error: expected initializer before ‘<’ token -convert_move.pass.cpp:48: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:48: error: expected `;' before ‘t0’ -convert_move.pass.cpp:49: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:49: error: expected `;' before ‘t1’ -convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: expected initializer before ‘<’ token -convert_move.pass.cpp:65: error: expected initializer before ‘<’ token -convert_move.pass.cpp:66: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:66: error: expected `;' before ‘t0’ -convert_move.pass.cpp:67: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:67: error: expected `;' before ‘t1’ -convert_move.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -convert_move.pass.cpp:77: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:77: error: expected `;' before ‘t1’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:28: error: expected initializer before ‘<’ token -copy.pass.cpp:29: error: ‘T’ was not declared in this scope -copy.pass.cpp:29: error: expected `;' before ‘t0’ -copy.pass.cpp:30: error: expected `;' before ‘t’ -copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:31: error: ‘t’ was not declared in this scope -copy.pass.cpp:34: error: expected initializer before ‘<’ token -copy.pass.cpp:35: error: ‘T’ was not declared in this scope -copy.pass.cpp:35: error: expected `;' before ‘t0’ -copy.pass.cpp:36: error: expected `;' before ‘t’ -copy.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:37: error: ‘t’ was not declared in this scope -copy.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: expected initializer before ‘<’ token -copy.pass.cpp:42: error: ‘T’ was not declared in this scope -copy.pass.cpp:42: error: expected `;' before ‘t0’ -copy.pass.cpp:43: error: expected `;' before ‘t’ -copy.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: ‘t’ was not declared in this scope -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:25: error: expected primary-expression before ‘>’ token -default.pass.cpp:25: error: ‘t’ was not declared in this scope -default.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:28: error: expected primary-expression before ‘int’ -default.pass.cpp:28: error: expected `;' before ‘int’ -default.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:29: error: ‘t’ was not declared in this scope -default.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:32: error: expected primary-expression before ‘int’ -default.pass.cpp:32: error: expected `;' before ‘int’ -default.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:33: error: ‘t’ was not declared in this scope -default.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:37: error: expected primary-expression before ‘int’ -default.pass.cpp:37: error: expected `;' before ‘int’ -default.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:38: error: ‘t’ was not declared in this scope -default.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:43: error: expected primary-expression before ‘int’ -default.pass.cpp:43: error: expected `;' before ‘int’ -default.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:44: error: ‘t’ was not declared in this scope -default.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:29: error: expected initializer before ‘<’ token -move.pass.cpp:30: error: ‘T’ was not declared in this scope -move.pass.cpp:30: error: expected `;' before ‘t0’ -move.pass.cpp:31: error: expected `;' before ‘t’ -move.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:32: error: ‘t’ was not declared in this scope -move.pass.cpp:35: error: expected initializer before ‘<’ token -move.pass.cpp:36: error: ‘T’ was not declared in this scope -move.pass.cpp:36: error: expected `;' before ‘t0’ -move.pass.cpp:37: error: expected `;' before ‘t’ -move.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:38: error: ‘t’ was not declared in this scope -move.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: expected initializer before ‘<’ token -move.pass.cpp:43: error: ‘T’ was not declared in this scope -move.pass.cpp:43: error: expected `;' before ‘t0’ -move.pass.cpp:44: error: expected `;' before ‘t’ -move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: ‘t’ was not declared in this scope -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:40: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:41: error: expected initializer before ‘<’ token -move_pair.pass.cpp:42: error: expected `;' before ‘t0’ -move_pair.pass.cpp:43: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:43: error: expected `;' before ‘t1’ -move_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:44: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:26: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:26: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:26: error: expected `;' before ‘int’ -make_tuple.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:28: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:26: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:39: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:39: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:40: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:40: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:41: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:41: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:44: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:45: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:45: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:46: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:46: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:47: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:50: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:50: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:51: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:51: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:52: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:52: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:56: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:56: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:57: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:57: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:58: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:63: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:64: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:80: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:81: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:87: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:88: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:88: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:88: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:90: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:96: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:97: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:97: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:98: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:98: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:98: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:101: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:103: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:106: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:107: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:107: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:108: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:108: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:108: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:110: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:111: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:113: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_const.pass.cpp:26: error: ‘T’ does not name a type -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_const.pass.cpp:30: error: expected initializer before ‘<’ token -get_const.pass.cpp:31: error: ‘T’ does not name a type -get_const.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:32: error: ‘t’ was not declared in this scope -get_const.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:36: error: expected initializer before ‘<’ token -get_const.pass.cpp:38: error: ‘T’ does not name a type -get_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:39: error: ‘t’ was not declared in this scope -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:26: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:26: error: expected `;' before ‘t’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:32: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:33: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:33: error: expected `;' before ‘t’ -get_non_const.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:34: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:44: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:44: error: expected `;' before ‘t’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:27: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:28: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:28: error: template argument 2 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:32: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:33: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:33: error: template argument 2 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:35: error: template argument 2 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:40: error: template argument 2 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:44: error: template argument 2 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:24: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:25: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:25: error: template argument 2 is invalid -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:29: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:30: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:30: error: template argument 2 is invalid -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:34: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:35: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:35: error: template argument 2 is invalid -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp:40: error: template argument 2 is invalid -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:27: error: expected initializer before ‘<’ token -begin.pass.cpp:29: error: ‘T’ does not name a type -begin.pass.cpp:30: error: ‘t’ was not declared in this scope -begin.pass.cpp:30: error: ‘begin’ was not declared in this scope -begin.pass.cpp:31: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:25: error: expected initializer before ‘<’ token -eq.pass.cpp:26: error: expected initializer before ‘<’ token -eq.pass.cpp:27: error: ‘T1’ does not name a type -eq.pass.cpp:28: error: ‘T2’ does not name a type -eq.pass.cpp:29: error: ‘t1’ was not declared in this scope -eq.pass.cpp:29: error: ‘t2’ was not declared in this scope -eq.pass.cpp:33: error: expected initializer before ‘<’ token -eq.pass.cpp:34: error: expected initializer before ‘<’ token -eq.pass.cpp:35: error: ‘T1’ does not name a type -eq.pass.cpp:36: error: ‘T2’ does not name a type -eq.pass.cpp:37: error: ‘t1’ was not declared in this scope -eq.pass.cpp:37: error: ‘t2’ was not declared in this scope -eq.pass.cpp:41: error: expected initializer before ‘<’ token -eq.pass.cpp:42: error: expected initializer before ‘<’ token -eq.pass.cpp:43: error: ‘T1’ does not name a type -eq.pass.cpp:44: error: ‘T2’ does not name a type -eq.pass.cpp:45: error: ‘t1’ was not declared in this scope -eq.pass.cpp:45: error: ‘t2’ was not declared in this scope -eq.pass.cpp:49: error: expected initializer before ‘<’ token -eq.pass.cpp:50: error: expected initializer before ‘<’ token -eq.pass.cpp:51: error: ‘T1’ does not name a type -eq.pass.cpp:52: error: ‘T2’ does not name a type -eq.pass.cpp:53: error: ‘t1’ was not declared in this scope -eq.pass.cpp:53: error: ‘t2’ was not declared in this scope -eq.pass.cpp:57: error: expected initializer before ‘<’ token -eq.pass.cpp:58: error: expected initializer before ‘<’ token -eq.pass.cpp:59: error: ‘T1’ does not name a type -eq.pass.cpp:60: error: ‘T2’ does not name a type -eq.pass.cpp:61: error: ‘t1’ was not declared in this scope -eq.pass.cpp:61: error: ‘t2’ was not declared in this scope -eq.pass.cpp:65: error: expected initializer before ‘<’ token -eq.pass.cpp:66: error: expected initializer before ‘<’ token -eq.pass.cpp:67: error: ‘T1’ does not name a type -eq.pass.cpp:68: error: ‘T2’ does not name a type -eq.pass.cpp:69: error: ‘t1’ was not declared in this scope -eq.pass.cpp:69: error: ‘t2’ was not declared in this scope -eq.pass.cpp:73: error: expected initializer before ‘<’ token -eq.pass.cpp:74: error: expected initializer before ‘<’ token -eq.pass.cpp:75: error: ‘T1’ does not name a type -eq.pass.cpp:76: error: ‘T2’ does not name a type -eq.pass.cpp:77: error: ‘t1’ was not declared in this scope -eq.pass.cpp:77: error: ‘t2’ was not declared in this scope -eq.pass.cpp:81: error: expected initializer before ‘<’ token -eq.pass.cpp:82: error: expected initializer before ‘<’ token -eq.pass.cpp:83: error: ‘T1’ does not name a type -eq.pass.cpp:84: error: ‘T2’ does not name a type -eq.pass.cpp:85: error: ‘t1’ was not declared in this scope -eq.pass.cpp:85: error: ‘t2’ was not declared in this scope -eq.pass.cpp:89: error: expected initializer before ‘<’ token -eq.pass.cpp:90: error: expected initializer before ‘<’ token -eq.pass.cpp:91: error: ‘T1’ does not name a type -eq.pass.cpp:92: error: ‘T2’ does not name a type -eq.pass.cpp:93: error: ‘t1’ was not declared in this scope -eq.pass.cpp:93: error: ‘t2’ was not declared in this scope -eq.pass.cpp:97: error: expected initializer before ‘<’ token -eq.pass.cpp:98: error: expected initializer before ‘<’ token -eq.pass.cpp:99: error: ‘T1’ does not name a type -eq.pass.cpp:100: error: ‘T2’ does not name a type -eq.pass.cpp:101: error: ‘t1’ was not declared in this scope -eq.pass.cpp:101: error: ‘t2’ was not declared in this scope -eq.pass.cpp:105: error: expected initializer before ‘<’ token -eq.pass.cpp:106: error: expected initializer before ‘<’ token -eq.pass.cpp:107: error: ‘T1’ does not name a type -eq.pass.cpp:108: error: ‘T2’ does not name a type -eq.pass.cpp:109: error: ‘t1’ was not declared in this scope -eq.pass.cpp:109: error: ‘t2’ was not declared in this scope -eq.pass.cpp:113: error: expected initializer before ‘<’ token -eq.pass.cpp:114: error: expected initializer before ‘<’ token -eq.pass.cpp:115: error: ‘T1’ does not name a type -eq.pass.cpp:116: error: ‘T2’ does not name a type -eq.pass.cpp:117: error: ‘t1’ was not declared in this scope -eq.pass.cpp:117: error: ‘t2’ was not declared in this scope -eq.pass.cpp:121: error: expected initializer before ‘<’ token -eq.pass.cpp:122: error: expected initializer before ‘<’ token -eq.pass.cpp:123: error: ‘T1’ does not name a type -eq.pass.cpp:124: error: ‘T2’ does not name a type -eq.pass.cpp:125: error: ‘t1’ was not declared in this scope -eq.pass.cpp:125: error: ‘t2’ was not declared in this scope -eq.pass.cpp:129: error: expected initializer before ‘<’ token -eq.pass.cpp:130: error: expected initializer before ‘<’ token -eq.pass.cpp:131: error: ‘T1’ does not name a type -eq.pass.cpp:132: error: ‘T2’ does not name a type -eq.pass.cpp:133: error: ‘t1’ was not declared in this scope -eq.pass.cpp:133: error: ‘t2’ was not declared in this scope -eq.pass.cpp:137: error: expected initializer before ‘<’ token -eq.pass.cpp:138: error: expected initializer before ‘<’ token -eq.pass.cpp:139: error: ‘T1’ does not name a type -eq.pass.cpp:140: error: ‘T2’ does not name a type -eq.pass.cpp:141: error: ‘t1’ was not declared in this scope -eq.pass.cpp:141: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:37: error: expected initializer before ‘<’ token -lt.pass.cpp:38: error: expected initializer before ‘<’ token -lt.pass.cpp:39: error: ‘T1’ does not name a type -lt.pass.cpp:40: error: ‘T2’ does not name a type -lt.pass.cpp:41: error: ‘t1’ was not declared in this scope -lt.pass.cpp:41: error: ‘t2’ was not declared in this scope -lt.pass.cpp:47: error: expected initializer before ‘<’ token -lt.pass.cpp:48: error: expected initializer before ‘<’ token -lt.pass.cpp:49: error: ‘T1’ does not name a type -lt.pass.cpp:50: error: ‘T2’ does not name a type -lt.pass.cpp:51: error: ‘t1’ was not declared in this scope -lt.pass.cpp:51: error: ‘t2’ was not declared in this scope -lt.pass.cpp:57: error: expected initializer before ‘<’ token -lt.pass.cpp:58: error: expected initializer before ‘<’ token -lt.pass.cpp:59: error: ‘T1’ does not name a type -lt.pass.cpp:60: error: ‘T2’ does not name a type -lt.pass.cpp:61: error: ‘t1’ was not declared in this scope -lt.pass.cpp:61: error: ‘t2’ was not declared in this scope -lt.pass.cpp:67: error: expected initializer before ‘<’ token -lt.pass.cpp:68: error: expected initializer before ‘<’ token -lt.pass.cpp:69: error: ‘T1’ does not name a type -lt.pass.cpp:70: error: ‘T2’ does not name a type -lt.pass.cpp:71: error: ‘t1’ was not declared in this scope -lt.pass.cpp:71: error: ‘t2’ was not declared in this scope -lt.pass.cpp:77: error: expected initializer before ‘<’ token -lt.pass.cpp:78: error: expected initializer before ‘<’ token -lt.pass.cpp:79: error: ‘T1’ does not name a type -lt.pass.cpp:80: error: ‘T2’ does not name a type -lt.pass.cpp:81: error: ‘t1’ was not declared in this scope -lt.pass.cpp:81: error: ‘t2’ was not declared in this scope -lt.pass.cpp:87: error: expected initializer before ‘<’ token -lt.pass.cpp:88: error: expected initializer before ‘<’ token -lt.pass.cpp:89: error: ‘T1’ does not name a type -lt.pass.cpp:90: error: ‘T2’ does not name a type -lt.pass.cpp:91: error: ‘t1’ was not declared in this scope -lt.pass.cpp:91: error: ‘t2’ was not declared in this scope -lt.pass.cpp:97: error: expected initializer before ‘<’ token -lt.pass.cpp:98: error: expected initializer before ‘<’ token -lt.pass.cpp:99: error: ‘T1’ does not name a type -lt.pass.cpp:100: error: ‘T2’ does not name a type -lt.pass.cpp:101: error: ‘t1’ was not declared in this scope -lt.pass.cpp:101: error: ‘t2’ was not declared in this scope -lt.pass.cpp:107: error: expected initializer before ‘<’ token -lt.pass.cpp:108: error: expected initializer before ‘<’ token -lt.pass.cpp:109: error: ‘T1’ does not name a type -lt.pass.cpp:110: error: ‘T2’ does not name a type -lt.pass.cpp:111: error: ‘t1’ was not declared in this scope -lt.pass.cpp:111: error: ‘t2’ was not declared in this scope -lt.pass.cpp:117: error: expected initializer before ‘<’ token -lt.pass.cpp:118: error: expected initializer before ‘<’ token -lt.pass.cpp:119: error: ‘T1’ does not name a type -lt.pass.cpp:120: error: ‘T2’ does not name a type -lt.pass.cpp:121: error: ‘t1’ was not declared in this scope -lt.pass.cpp:121: error: ‘t2’ was not declared in this scope -lt.pass.cpp:127: error: expected initializer before ‘<’ token -lt.pass.cpp:128: error: expected initializer before ‘<’ token -lt.pass.cpp:129: error: ‘T1’ does not name a type -lt.pass.cpp:130: error: ‘T2’ does not name a type -lt.pass.cpp:131: error: ‘t1’ was not declared in this scope -lt.pass.cpp:131: error: ‘t2’ was not declared in this scope -lt.pass.cpp:137: error: expected initializer before ‘<’ token -lt.pass.cpp:138: error: expected initializer before ‘<’ token -lt.pass.cpp:139: error: ‘T1’ does not name a type -lt.pass.cpp:140: error: ‘T2’ does not name a type -lt.pass.cpp:141: error: ‘t1’ was not declared in this scope -lt.pass.cpp:141: error: ‘t2’ was not declared in this scope -lt.pass.cpp:147: error: expected initializer before ‘<’ token -lt.pass.cpp:148: error: expected initializer before ‘<’ token -lt.pass.cpp:149: error: ‘T1’ does not name a type -lt.pass.cpp:150: error: ‘T2’ does not name a type -lt.pass.cpp:151: error: ‘t1’ was not declared in this scope -lt.pass.cpp:151: error: ‘t2’ was not declared in this scope -lt.pass.cpp:157: error: expected initializer before ‘<’ token -lt.pass.cpp:158: error: expected initializer before ‘<’ token -lt.pass.cpp:159: error: ‘T1’ does not name a type -lt.pass.cpp:160: error: ‘T2’ does not name a type -lt.pass.cpp:161: error: ‘t1’ was not declared in this scope -lt.pass.cpp:161: error: ‘t2’ was not declared in this scope -lt.pass.cpp:167: error: expected initializer before ‘<’ token -lt.pass.cpp:168: error: expected initializer before ‘<’ token -lt.pass.cpp:169: error: ‘T1’ does not name a type -lt.pass.cpp:170: error: ‘T2’ does not name a type -lt.pass.cpp:171: error: ‘t1’ was not declared in this scope -lt.pass.cpp:171: error: ‘t2’ was not declared in this scope -lt.pass.cpp:177: error: expected initializer before ‘<’ token -lt.pass.cpp:178: error: expected initializer before ‘<’ token -lt.pass.cpp:179: error: ‘T1’ does not name a type -lt.pass.cpp:180: error: ‘T2’ does not name a type -lt.pass.cpp:181: error: ‘t1’ was not declared in this scope -lt.pass.cpp:181: error: ‘t2’ was not declared in this scope -lt.pass.cpp:187: error: expected initializer before ‘<’ token -lt.pass.cpp:188: error: expected initializer before ‘<’ token -lt.pass.cpp:189: error: ‘T1’ does not name a type -lt.pass.cpp:190: error: ‘T2’ does not name a type -lt.pass.cpp:191: error: ‘t1’ was not declared in this scope -lt.pass.cpp:191: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:25: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:26: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:26: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:27: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:28: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:31: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:32: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:32: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:33: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:34: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:49: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:50: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:50: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:51: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:52: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:24: error: expected initializer before ‘<’ token -member_swap.pass.cpp:25: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:25: error: expected `;' before ‘t0’ -member_swap.pass.cpp:26: error: expected `;' before ‘t1’ -member_swap.pass.cpp:27: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:27: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:30: error: expected initializer before ‘<’ token -member_swap.pass.cpp:31: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:31: error: expected `;' before ‘t0’ -member_swap.pass.cpp:32: error: expected `;' before ‘t1’ -member_swap.pass.cpp:33: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:33: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:48: error: expected initializer before ‘<’ token -member_swap.pass.cpp:49: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:49: error: expected `;' before ‘t0’ -member_swap.pass.cpp:50: error: expected `;' before ‘t1’ -member_swap.pass.cpp:51: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:51: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:25: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:26: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:26: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:26: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:26: error: template argument 2 is invalid -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:30: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:31: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:31: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:31: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:31: error: template argument 2 is invalid -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:35: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:36: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:36: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:36: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:36: error: template argument 2 is invalid -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:41: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:41: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp:41: error: template argument 2 is invalid -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:22: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:22: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 86 -sections with failures : 45 -sections without failures: 921 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 139 -number of tests passed : 3748 - + ---- -total number of tests : 3887 -**************************************************** diff --git a/test_results/2010-05-27 g++-4_2_x86_64 b/test_results/2010-05-27 g++-4_2_x86_64 deleted file mode 100644 index 24789962..00000000 --- a/test_results/2010-05-27 g++-4_2_x86_64 +++ /dev/null @@ -1,5384 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -passed 3 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax.pass.cpp:23: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ -minmax.pass.cpp:33: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -../../../../include/utility: At global scope: -../../../../include/utility: In instantiation of ‘std::__1::pair’: -minmax_comp.pass.cpp:25: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__1::greater]’ -minmax_comp.pass.cpp:35: instantiated from here -../../../../include/utility:212: error: forming reference to reference type ‘const int&’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -float_h.pass.cpp:19:2: error: #error FLT_EVAL_METHOD not defined -float_h.pass.cpp:39:2: error: #error DECIMAL_DIG not defined -float_h.pass.cpp failed to compile -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 3 tests in /test/depr/depr.c.headers -passed 23 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 56151 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -passed 6 tests in /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -null.pass.cpp:13:2: error: #error NULL not defined -null.pass.cpp failed to compile -offsetof.pass.cpp:13:2: error: #error offsetof not defined -offsetof.pass.cpp failed to compile -failed 2 tests in /test/language.support/support.types -passed 5 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -passed 9 tests in /test/localization/locales/locale/locale.cons -passed 2 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -passed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -passed 1 tests in /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -./testit: line 84: 775 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvar -./testit: line 84: 3719 Killed ./a.out -destructor.pass.cpp failed at run time -failed 1 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 11 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -invoke_int_0.pass.cpp: In function ‘int main()’: -invoke_int_0.pass.cpp:44: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:45: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:46: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:47: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:49: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:50: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:51: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_int_0.pass.cpp:52: error: expected primary-expression before ‘int’ -invoke_int_0.pass.cpp failed to compile -invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_lvalue.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:79: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:86: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:98: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:109: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:117: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:121: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:128: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_lvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:172: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:197: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:209: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_lvalue.pass.cpp:241: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:244: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:247: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:254: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp:257: error: ‘bind’ is not a member of ‘std’ -invoke_lvalue.pass.cpp failed to compile -invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: -invoke_rvalue.pass.cpp:49: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:54: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:74: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:80: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:87: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:91: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:97: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:118: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: -invoke_rvalue.pass.cpp:154: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:155: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:160: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:161: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:165: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:166: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:170: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:171: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:173: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:178: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:181: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:182: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:189: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:190: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:191: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:194: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: -invoke_rvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:226: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:229: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:235: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp:238: error: ‘bind’ is not a member of ‘std’ -invoke_rvalue.pass.cpp failed to compile -invoke_void_0.pass.cpp: In function ‘int main()’: -invoke_void_0.pass.cpp:50: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:51: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:52: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:53: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:55: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:56: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:56: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:57: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:57: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ -invoke_void_0.pass.cpp:58: error: expected primary-expression before ‘void’ -invoke_void_0.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -is_bind_expression.pass.cpp: In function ‘int main()’: -is_bind_expression.pass.cpp:27: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:28: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: ‘bind’ is not a member of ‘std’ -is_bind_expression.pass.cpp:29: error: expected primary-expression before ‘int’ -is_bind_expression.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp:63: instantiated from here -member_function.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:43: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function.pass.cpp:64: instantiated from here -member_function.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function.pass.cpp:55: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:65: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:55: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function.pass.cpp:65: instantiated from here -member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function.pass.cpp:63: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -member_function.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’: -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:106: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const.pass.cpp:69: instantiated from here -member_function_const.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_03:114: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const.pass.cpp:70: instantiated from here -member_function_const.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_03:122: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const.pass.cpp:71: instantiated from here -member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’ -member_function_const.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const A*’ to ‘A*’ -member_function_const.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:170: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_const_volatile.pass.cpp:69: instantiated from here -member_function_const_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:178: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_const_volatile.pass.cpp:70: instantiated from here -member_function_const_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:186: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)const volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_const_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_const_volatile.pass.cpp:71: instantiated from here -member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (const volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_const_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_const_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: 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::*)()]’ -member_function_const_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_const_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘const volatile A*’ to ‘A*’ -member_function_const_volatile.pass.cpp failed to compile -../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’: -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:138: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)()volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:31: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:33: error: ISO C++ forbids comparison between pointer and integer -member_function_volatile.pass.cpp:69: instantiated from here -member_function_volatile.pass.cpp:35: error: ISO C++ forbids comparison between pointer and integer -../../../../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]’: -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_03:146: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:45: error: no match for call to ‘(std::__1::__mem_fn) (A&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:47: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -member_function_volatile.pass.cpp:70: instantiated from here -member_function_volatile.pass.cpp:49: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)] -../../../../include/__functional_03:48: 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)] -../../../../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]’: -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_03:154: error: no matching function for call to ‘std::__1::__mem_fn::__mem_fn(char (A::*&)(int, double)volatile)’ -../../../../include/__functional_03:29: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:21: note: std::__1::__mem_fn::__mem_fn(const std::__1::__mem_fn&) -../../../../include/__functional_base_03: At global scope: -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2’: -member_function_volatile.pass.cpp:59: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:994: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’ -member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn]’: -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn) (A&, int, int)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn) (A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -member_function_volatile.pass.cpp:71: instantiated from here -member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn) (volatile A*&, int, double)’ -../../../../include/__functional_03:34: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)] -../../../../include/__functional_03:55: 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)] -../../../../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::*)()]’: -member_function_volatile.pass.cpp:31: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:33: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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::*)()]’: -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_03:43: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’ -../../../../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]’: -../../../../include/__functional_base_03:987: instantiated from ‘std::__1::__invoke_return1’ -member_function_volatile.pass.cpp:49: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:632: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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]’: -../../../../include/__functional_base_03:994: instantiated from ‘std::__1::__invoke_return2’ -member_function_volatile.pass.cpp:63: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:644: error: invalid conversion from ‘volatile A*’ to ‘A*’ -../../../../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*]’: -../../../../include/__functional_03:43: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’ -member_function_volatile.pass.cpp:35: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn]’ -member_function_volatile.pass.cpp:69: instantiated from here -../../../../include/__functional_base_03:620: error: invalid conversion from ‘volatile A*’ to ‘A*’ -member_function_volatile.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_int_0&)’ -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator, _R = int]’: -invoke_int_0.pass.cpp:57: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(int (*&)())’ -invoke_int_0.pass.cpp failed to compile -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(A_void_0&)’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator, _R = void]’: -invoke_void_0.pass.cpp:66: instantiated from here -../../../../../../include/__functional_03:360: error: no matching function for call to ‘__invoke(void (*&)())’ -../../../../../../include/__functional_03:360: error: return-statement with a value, in function returning 'void' -invoke_void_0.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -binary.pass.cpp:72: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -binary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:23: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type.pass.cpp:31: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -type.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:58: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:68: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -../../../../include/type_traits:644: instantiated from ‘const bool std::__1::__is_base_of_imp, std::__1::reference_wrapper >::value’ -../../../../include/type_traits:650: instantiated from ‘std::__1::__libcpp_base_of, std::__1::reference_wrapper, true, true, false>’ -../../../../include/type_traits:662: instantiated from ‘std::__1::is_base_of, std::__1::reference_wrapper >’ -unary.pass.cpp:70: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ -unary.pass.cpp failed to compile -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/type_traits:1310: error: too few arguments to function -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:71: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(functor4) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:80: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(functor4&)’ -../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/type_traits:1310: error: no match for call to ‘(C) ()’ -../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -weak_result.pass.cpp:54: instantiated from ‘const bool has_result_type >::value’ -weak_result.pass.cpp:81: instantiated from here -../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(C&)’ -weak_result.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -conversion.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -conversion.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -conversion.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -conversion.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_assign.pass.cpp:55: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_assign.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_assign.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_assign.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -copy_ctor.pass.cpp:43: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -copy_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -copy_ctor.pass.cpp:45: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -copy_ctor.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = int]’ -type_ctor.pass.cpp:42: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -type_ctor.pass.cpp:28: instantiated from ‘void test(T&) [with T = const int]’ -type_ctor.pass.cpp:44: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -type_ctor.pass.cpp failed to compile -failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -cref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(const int&)’ -cref_2.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_1.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_1.pass.cpp failed to compile -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -ref_2.pass.cpp:22: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int&)’ -ref_2.pass.cpp failed to compile -failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:57: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_1) ()’ -invoke.pass.cpp:33: note: candidates are: void A_void_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:66: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_1&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:132: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_1) ()’ -invoke.pass.cpp:110: note: candidates are: int A_int_1::operator()(int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:139: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_1&)’ -invoke.pass.cpp: In function ‘void test_int_1()’: -invoke.pass.cpp:167: error: lvalue required as left operand of assignment -invoke.pass.cpp:171: error: lvalue required as left operand of assignment -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:210: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(void (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_void_2) ()’ -invoke.pass.cpp:185: note: candidates are: void A_void_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:220: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_void_2&)’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/type_traits:1310: error: too few arguments to function -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:288: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(int (*&)(int, int))’ -../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of’: -../../../../../include/type_traits:1276: instantiated from ‘std::__1::result_of’ -../../../../../include/__functional_base_03:963: instantiated from ‘std::__1::__invoke_return’ -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/type_traits:1310: error: no match for call to ‘(A_int_2) ()’ -invoke.pass.cpp:266: note: candidates are: int A_int_2::operator()(int, int) -../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return’: -../../../../../include/__functional_base_03:1020: instantiated from ‘std::__1::reference_wrapper’ -invoke.pass.cpp:296: instantiated from here -../../../../../include/__functional_base_03:963: error: no matching function for call to ‘__invoke(A_int_2&)’ -invoke.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -pointer_deleter04.fail.cpp should not compile -failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -move_convert13.fail.cpp should not compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = std::__1::default_delete, _Up = std::__1::default_delete]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = std::__1::default_delete]’ -move_convert01.pass.cpp:47: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘std::__1::default_delete&’ from expression of type ‘std::__1::default_delete’ -move_convert01.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if >::value, _Tp>::type std::__1::forward(_Up&) [with _Tp = Deleter, _Up = Deleter]’: -../../../../../../include/memory:2181: 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, _Tp = A, _Dp = Deleter]’ -move_convert02.pass.cpp:49: instantiated from here -../../../../../../include/type_traits:1224: error: no matching function for call to ‘std::__1::__rv >::__rv(Deleter&)’ -../../../../../../include/type_traits:1164: note: candidates are: std::__1::__rv<_Tp>::__rv(typename std::__1::remove_reference<_Tp>::type&) [with _Tp = Deleter] -../../../../../../include/type_traits:1159: note: std::__1::__rv >::__rv(const std::__1::__rv >&) -move_convert02.pass.cpp failed to compile -../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<_Tp,std::__1::__rv<_Tp> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(_Up&) [with _Tp = CDeleter&, _Up = CDeleter]’: -../../../../../../include/memory:2181: 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&, _Tp = A, _Dp = CDeleter&]’ -move_convert03.pass.cpp:52: instantiated from here -../../../../../../include/type_traits:1200: error: invalid initialization of reference of type ‘CDeleter&’ from expression of type ‘CDeleter’ -move_convert03.pass.cpp failed to compile -failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -pointer_deleter04.fail.cpp should not compile -move_convert01.pass.cpp: In function ‘int main()’: -move_convert01.pass.cpp:49: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2088: 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] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete, _Tp = A, _Dp = std::__1::default_delete] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete] -move_convert01.pass.cpp failed to compile -move_convert02.pass.cpp: In function ‘int main()’: -move_convert02.pass.cpp:51: error: no matching function for call to ‘std::__1::unique_ptr >::unique_ptr(std::__1::unique_ptr >)’ -../../../../../../include/memory:2185: 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] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter, _Tp = A, _Dp = Deleter] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter] -move_convert02.pass.cpp failed to compile -move_convert03.pass.cpp: In function ‘int main()’: -move_convert03.pass.cpp:67: error: no matching function for call to ‘std::__1::unique_ptr&>::unique_ptr(std::__1::unique_ptr&>)’ -../../../../../../include/memory:2185: 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&] -../../../../../../include/memory:2174: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv >) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2088: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2082: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2076: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2065: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter&, _Tp = A, _Dp = CDeleter&] -../../../../../../include/memory:2063: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter&] -move_convert03.pass.cpp failed to compile -move_convert04.pass.cpp: In function ‘int main()’: -move_convert04.pass.cpp:49: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert04.pass.cpp failed to compile -move_convert05.pass.cpp: In function ‘int main()’: -move_convert05.pass.cpp:51: error: conversion from ‘std::__1::unique_ptr >’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert05.pass.cpp failed to compile -move_convert06.pass.cpp: In function ‘int main()’: -move_convert06.pass.cpp:67: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr&>’ requested -move_convert06.pass.cpp failed to compile -move_convert07.pass.cpp: In function ‘int main()’: -move_convert07.pass.cpp:52: error: conversion from ‘std::__1::unique_ptr&>’ to non-scalar type ‘std::__1::unique_ptr >’ requested -move_convert07.pass.cpp failed to compile -failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 53. -./testit: line 84: 10125 Abort trap ./a.out -shared_ptr_Y_rv.pass.cpp failed at run time -Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 53. -./testit: line 84: 10159 Abort trap ./a.out -shared_ptr_rv.pass.cpp failed at run time -failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 80. -./testit: line 84: 10465 Abort trap ./a.out -unique_ptr.pass.cpp failed at run time -failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:275: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:22: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:23: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:24: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:25: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:27: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:28: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:30: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:31: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:33: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:34: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:35: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:40: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:43: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:46: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:51: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:56: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:61: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:76: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:82: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:85: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:88: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:91: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:94: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:97: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:100: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:103: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:109: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:112: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:115: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:118: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:121: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:124: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:127: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:130: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:131: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:136: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:139: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:142: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:147: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:152: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:157: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:162: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:172: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:173: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:178: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:181: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:184: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:189: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:194: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:199: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:204: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:214: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:215: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:220: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:223: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:226: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:231: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:236: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:241: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:246: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:256: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:257: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:262: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:265: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:268: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:273: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:278: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:283: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:288: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:298: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:299: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:304: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:307: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:310: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:315: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:320: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:325: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:330: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:340: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:341: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:346: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:349: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:352: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:357: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:362: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp:367: error: template argument 1 is invalid -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: -union.pass.cpp:37: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: -union.pass.cpp:38: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: -union.pass.cpp:39: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: -union.pass.cpp:40: instantiated from ‘void test_union() [with T = Union]’ -union.pass.cpp:51: instantiated from here -union.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -union.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -has_virtual_destructor.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:28: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:28: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:29: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:29: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:30: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:30: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -../../../../../include/type_traits: At global scope: -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1’: -../../../../../include/type_traits:680: instantiated from ‘std::__1::__libcpp_empty’ -../../../../../include/type_traits:684: instantiated from ‘std::__1::is_empty’ -is_empty.pass.cpp:31: instantiated from ‘void test_is_not_empty() [with T = Union]’ -is_empty.pass.cpp:60: instantiated from here -../../../../../include/type_traits:670: error: base type ‘const volatile Union’ fails to be a struct or class type -is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: -is_empty.pass.cpp:60: instantiated from here -is_empty.pass.cpp:31: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_empty.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:18: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:19: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:20: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp:21: error: template argument 1 is invalid -is_literal_type.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test’ -is_pod.pass.cpp failed to compile -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:28: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:29: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:30: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:689: error: base type ‘const volatile Union’ fails to be a struct or class type -../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1’: -../../../../../include/type_traits:693: instantiated from ‘std::__1::__libcpp_polymorphic’ -../../../../../include/type_traits:697: instantiated from ‘std::__1::is_polymorphic’ -is_polymorphic.pass.cpp:31: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ -is_polymorphic.pass.cpp:65: instantiated from here -../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type -is_polymorphic.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:18: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:19: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp:20: error: template argument 1 is invalid -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:18: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:19: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp:20: error: template argument 1 is invalid -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:30: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:31: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:32: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:33: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:34: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:35: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:36: error: template argument 1 is invalid -is_trivialially_copyable.pass.cpp failed to compile -failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -empty_member.pass.cpp: In function ‘int main()’: -empty_member.pass.cpp:25: error: expected initializer before ‘<’ token -empty_member.pass.cpp:26: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:26: error: template argument 1 is invalid -empty_member.pass.cpp:29: error: expected initializer before ‘<’ token -empty_member.pass.cpp:30: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:30: error: template argument 1 is invalid -empty_member.pass.cpp:33: error: expected initializer before ‘<’ token -empty_member.pass.cpp:34: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:34: error: template argument 1 is invalid -empty_member.pass.cpp:37: error: expected initializer before ‘<’ token -empty_member.pass.cpp:38: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:38: error: template argument 1 is invalid -empty_member.pass.cpp:41: error: expected initializer before ‘<’ token -empty_member.pass.cpp:42: error: ‘T’ was not declared in this scope -empty_member.pass.cpp:42: error: template argument 1 is invalid -empty_member.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:25: error: expected initializer before ‘<’ token -const_pair.pass.cpp:27: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:27: error: expected `;' before ‘t1’ -const_pair.pass.cpp:28: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:39: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:40: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:40: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:41: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:41: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:45: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:46: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:47: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:47: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:49: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:49: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:54: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:56: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:57: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:58: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:67: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:68: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:68: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:69: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:69: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:70: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:70: error: ‘t0’ was not declared in this scope -convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: expected initializer before ‘<’ token -convert_move.pass.cpp:42: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t0’ -convert_move.pass.cpp:43: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:43: error: expected `;' before ‘t1’ -convert_move.pass.cpp:44: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:44: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:48: error: expected initializer before ‘<’ token -convert_move.pass.cpp:49: error: expected initializer before ‘<’ token -convert_move.pass.cpp:50: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:50: error: expected `;' before ‘t0’ -convert_move.pass.cpp:51: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:51: error: expected `;' before ‘t1’ -convert_move.pass.cpp:52: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:52: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:57: error: expected initializer before ‘<’ token -convert_move.pass.cpp:58: error: expected initializer before ‘<’ token -convert_move.pass.cpp:59: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:59: error: expected `;' before ‘t0’ -convert_move.pass.cpp:60: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:60: error: expected `;' before ‘t1’ -convert_move.pass.cpp:61: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:61: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: expected initializer before ‘<’ token -convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -convert_move.pass.cpp:71: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:71: error: expected `;' before ‘t0’ -convert_move.pass.cpp:72: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:72: error: expected `;' before ‘t1’ -convert_move.pass.cpp:73: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:73: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:79: error: expected initializer before ‘<’ token -convert_move.pass.cpp:80: error: expected initializer before ‘<’ token -convert_move.pass.cpp:81: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:81: error: expected `;' before ‘t0’ -convert_move.pass.cpp:82: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:82: error: expected `;' before ‘t1’ -convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:83: error: ‘t0’ was not declared in this scope -convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:26: error: ‘t’ was not declared in this scope -copy.pass.cpp:26: error: ‘t0’ was not declared in this scope -copy.pass.cpp:29: error: expected initializer before ‘<’ token -copy.pass.cpp:30: error: ‘T’ was not declared in this scope -copy.pass.cpp:30: error: expected `;' before ‘t0’ -copy.pass.cpp:31: error: expected `;' before ‘t’ -copy.pass.cpp:32: error: ‘t’ was not declared in this scope -copy.pass.cpp:32: error: ‘t0’ was not declared in this scope -copy.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:36: error: expected initializer before ‘<’ token -copy.pass.cpp:37: error: ‘T’ was not declared in this scope -copy.pass.cpp:37: error: expected `;' before ‘t0’ -copy.pass.cpp:38: error: expected `;' before ‘t’ -copy.pass.cpp:39: error: ‘t’ was not declared in this scope -copy.pass.cpp:39: error: ‘t0’ was not declared in this scope -copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: expected initializer before ‘<’ token -copy.pass.cpp:45: error: ‘T’ was not declared in this scope -copy.pass.cpp:45: error: expected `;' before ‘t0’ -copy.pass.cpp:46: error: expected `;' before ‘t’ -copy.pass.cpp:47: error: ‘t’ was not declared in this scope -copy.pass.cpp:47: error: ‘t0’ was not declared in this scope -copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:27: error: ‘t’ was not declared in this scope -move.pass.cpp:27: error: ‘t0’ was not declared in this scope -move.pass.cpp:30: error: expected initializer before ‘<’ token -move.pass.cpp:31: error: ‘T’ was not declared in this scope -move.pass.cpp:31: error: expected `;' before ‘t0’ -move.pass.cpp:32: error: expected `;' before ‘t’ -move.pass.cpp:33: error: ‘t’ was not declared in this scope -move.pass.cpp:33: error: ‘t0’ was not declared in this scope -move.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:37: error: expected initializer before ‘<’ token -move.pass.cpp:38: error: ‘T’ was not declared in this scope -move.pass.cpp:38: error: expected `;' before ‘t0’ -move.pass.cpp:39: error: expected `;' before ‘t’ -move.pass.cpp:40: error: ‘t’ was not declared in this scope -move.pass.cpp:40: error: ‘t0’ was not declared in this scope -move.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: expected initializer before ‘<’ token -move.pass.cpp:46: error: ‘T’ was not declared in this scope -move.pass.cpp:46: error: expected `;' before ‘t0’ -move.pass.cpp:47: error: expected `;' before ‘t’ -move.pass.cpp:48: error: ‘t’ was not declared in this scope -move.pass.cpp:48: error: ‘t0’ was not declared in this scope -move.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:41: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:42: error: expected initializer before ‘<’ token -move_pair.pass.cpp:43: error: expected `;' before ‘t0’ -move_pair.pass.cpp:44: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:44: error: expected `;' before ‘t1’ -move_pair.pass.cpp:45: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘t0’ was not declared in this scope -move_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -UTypes.pass.cpp: In function ‘int main()’: -UTypes.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:25: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:25: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:29: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:29: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:34: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:36: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:44: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -UTypes.pass.cpp:50: error: ‘MoveOnly’ was not declared in this scope -UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -UTypes.pass.cpp failed to compile -In file included from alloc.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc.pass.cpp: In function ‘int main()’: -alloc.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:28: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc.pass.cpp:31: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:31: error: expected primary-expression before ‘int’ -alloc.pass.cpp:31: error: expected `;' before ‘int’ -alloc.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc.pass.cpp:35: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:35: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:35: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:35: error: expected primary-expression before ‘int’ -alloc.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:40: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:40: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:40: error: expected primary-expression before ‘int’ -alloc.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:46: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:46: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:46: error: expected primary-expression before ‘int’ -alloc.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:52: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:52: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:52: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:52: error: expected primary-expression before ‘int’ -alloc.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:61: error: ‘A1’ was not declared in this scope -alloc.pass.cpp:61: error: expected primary-expression before ‘int’ -alloc.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘,’ token -alloc.pass.cpp:71: error: expected primary-expression before ‘>’ token -alloc.pass.cpp:72: error: ‘A2’ was not declared in this scope -alloc.pass.cpp:72: error: expected primary-expression before ‘int’ -alloc.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp:77: error: ‘get’ is not a member of ‘std’ -alloc.pass.cpp failed to compile -In file included from alloc_UTypes.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_UTypes.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_UTypes.pass.cpp: In function ‘int main()’: -alloc_UTypes.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:28: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:28: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:32: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:33: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:38: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:40: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:48: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:48: error: expected `;' before ‘int’ -alloc_UTypes.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:58: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:58: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:59: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:65: error: ‘MoveOnly’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: ‘A1’ was not declared in this scope -alloc_UTypes.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_UTypes.pass.cpp:66: error: ‘t’ was not declared in this scope -alloc_UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -alloc_UTypes.pass.cpp failed to compile -In file included from alloc_const_Types.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_Types.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_Types.pass.cpp: In function ‘int main()’: -alloc_const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:27: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:32: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:32: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘>’ token -alloc_const_Types.pass.cpp:38: error: ‘A1’ was not declared in this scope -alloc_const_Types.pass.cpp:38: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:44: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:53: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:53: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:56: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:65: error: expected primary-expression before ‘int’ -alloc_const_Types.pass.cpp:65: error: expected `;' before ‘int’ -alloc_const_Types.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:68: error: ‘t’ was not declared in this scope -alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_const_Types.pass.cpp failed to compile -In file included from alloc_const_pair.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_const_pair.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_const_pair.pass.cpp: In function ‘int main()’: -alloc_const_pair.pass.cpp:29: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:31: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:31: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:32: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:37: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:40: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_const_pair.pass.cpp:51: error: ‘T1’ was not declared in this scope -alloc_const_pair.pass.cpp:51: error: expected `;' before ‘t1’ -alloc_const_pair.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp:54: error: ‘t1’ was not declared in this scope -alloc_const_pair.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -alloc_const_pair.pass.cpp failed to compile -In file included from alloc_convert_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_copy.pass.cpp: In function ‘int main()’: -alloc_convert_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:29: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:30: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:30: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:31: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:34: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:35: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:36: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:36: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:38: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:38: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:56: error: expected initializer before ‘<’ token -alloc_convert_copy.pass.cpp:57: error: ‘T0’ was not declared in this scope -alloc_convert_copy.pass.cpp:57: error: expected `;' before ‘t0’ -alloc_convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope -alloc_convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ -alloc_convert_copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope -alloc_convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ -alloc_convert_copy.pass.cpp failed to compile -In file included from alloc_convert_move.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_convert_move.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_convert_move.pass.cpp: In function ‘int main()’: -alloc_convert_move.pass.cpp:44: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:45: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:46: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:46: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:48: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:48: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:53: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:56: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:60: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:61: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:64: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:64: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:70: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:71: error: expected initializer before ‘<’ token -alloc_convert_move.pass.cpp:72: error: ‘T0’ was not declared in this scope -alloc_convert_move.pass.cpp:72: error: expected `;' before ‘t0’ -alloc_convert_move.pass.cpp:75: error: ‘T1’ was not declared in this scope -alloc_convert_move.pass.cpp:75: error: expected `;' before ‘t1’ -alloc_convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -alloc_convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -alloc_convert_move.pass.cpp failed to compile -In file included from alloc_copy.pass.cpp:21: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_copy.pass.cpp:22: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_copy.pass.cpp: In function ‘int main()’: -alloc_copy.pass.cpp:27: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:28: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:28: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:29: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:32: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:33: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:33: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:34: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:35: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:38: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:39: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:39: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:41: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:43: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:49: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:51: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:54: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:55: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:55: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:58: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:61: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:65: error: expected initializer before ‘<’ token -alloc_copy.pass.cpp:66: error: ‘T’ was not declared in this scope -alloc_copy.pass.cpp:66: error: expected `;' before ‘t0’ -alloc_copy.pass.cpp:69: error: expected `;' before ‘t’ -alloc_copy.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:72: error: ‘t’ was not declared in this scope -alloc_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -alloc_copy.pass.cpp failed to compile -In file included from alloc_move.pass.cpp:22: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move.pass.cpp:23: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move.pass.cpp: In function ‘int main()’: -alloc_move.pass.cpp:28: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:29: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:29: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:30: error: expected `;' before ‘t’ -alloc_move.pass.cpp:33: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:34: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:34: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:35: error: expected `;' before ‘t’ -alloc_move.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:36: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:39: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:40: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:40: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:42: error: expected `;' before ‘t’ -alloc_move.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:44: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:50: error: expected `;' before ‘t’ -alloc_move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:52: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:55: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:56: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:56: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:58: error: expected `;' before ‘t’ -alloc_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:60: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:64: error: expected initializer before ‘<’ token -alloc_move.pass.cpp:65: error: ‘T’ was not declared in this scope -alloc_move.pass.cpp:65: error: expected `;' before ‘t0’ -alloc_move.pass.cpp:68: error: expected `;' before ‘t’ -alloc_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:71: error: ‘t’ was not declared in this scope -alloc_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -alloc_move.pass.cpp failed to compile -In file included from alloc_move_pair.pass.cpp:23: -../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:12: error: expected ‘;’ before ‘<’ token -../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded -../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:21: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:26: error: ‘d’ was not declared in this scope -../alloc_first.h:28: error: ‘a’ was not declared in this scope -../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’: -../alloc_first.h:33: error: ‘d’ was not declared in this scope -../alloc_first.h:35: error: ‘a’ was not declared in this scope -In file included from alloc_move_pair.pass.cpp:24: -../alloc_last.h: At global scope: -../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:12: error: expected ‘;’ before ‘<’ token -../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded -../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’ -../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token -../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’: -../alloc_last.h:21: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’: -../alloc_last.h:28: error: ‘a’ was not declared in this scope -../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’: -../alloc_last.h:35: error: ‘a’ was not declared in this scope -alloc_move_pair.pass.cpp: In function ‘int main()’: -alloc_move_pair.pass.cpp:45: error: ‘T0’ was not declared in this scope -alloc_move_pair.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list -alloc_move_pair.pass.cpp:46: error: expected initializer before ‘<’ token -alloc_move_pair.pass.cpp:47: error: expected `;' before ‘t0’ -alloc_move_pair.pass.cpp:49: error: ‘T1’ was not declared in this scope -alloc_move_pair.pass.cpp:49: error: expected `;' before ‘t1’ -alloc_move_pair.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp:51: error: ‘t1’ was not declared in this scope -alloc_move_pair.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -alloc_move_pair.pass.cpp failed to compile -const_Types.pass.cpp: In function ‘int main()’: -const_Types.pass.cpp:23: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:23: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:23: error: expected `;' before ‘int’ -const_Types.pass.cpp:24: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:24: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:27: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:27: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:27: error: expected `;' before ‘int’ -const_Types.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:28: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:32: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:32: error: expected `;' before ‘int’ -const_Types.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:33: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:37: error: expected `;' before ‘int’ -const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:44: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:44: error: expected `;' before ‘int’ -const_Types.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:45: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:50: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:50: error: expected `;' before ‘int’ -const_Types.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:51: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -const_Types.pass.cpp:56: error: expected primary-expression before ‘int’ -const_Types.pass.cpp:56: error: expected `;' before ‘int’ -const_Types.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:57: error: ‘t’ was not declared in this scope -const_Types.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -const_Types.pass.cpp failed to compile -const_pair.pass.cpp: In function ‘int main()’: -const_pair.pass.cpp:24: error: expected initializer before ‘<’ token -const_pair.pass.cpp:26: error: ‘T1’ was not declared in this scope -const_pair.pass.cpp:26: error: expected `;' before ‘t1’ -const_pair.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp:27: error: ‘t1’ was not declared in this scope -const_pair.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -const_pair.pass.cpp failed to compile -convert_copy.pass.cpp: In function ‘int main()’: -convert_copy.pass.cpp:36: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:37: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:38: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:38: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:39: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:39: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:40: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:43: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:44: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:45: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:45: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:46: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:46: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:47: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:61: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:62: error: expected initializer before ‘<’ token -convert_copy.pass.cpp:63: error: ‘T0’ was not declared in this scope -convert_copy.pass.cpp:63: error: expected `;' before ‘t0’ -convert_copy.pass.cpp:64: error: ‘T1’ was not declared in this scope -convert_copy.pass.cpp:64: error: expected `;' before ‘t1’ -convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:66: error: ‘t1’ was not declared in this scope -convert_copy.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp:68: error: ‘get’ is not a member of ‘std’ -convert_copy.pass.cpp failed to compile -convert_move.pass.cpp: In function ‘int main()’: -convert_move.pass.cpp:39: error: expected initializer before ‘<’ token -convert_move.pass.cpp:40: error: expected initializer before ‘<’ token -convert_move.pass.cpp:41: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:41: error: expected `;' before ‘t0’ -convert_move.pass.cpp:42: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:42: error: expected `;' before ‘t1’ -convert_move.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:43: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:46: error: expected initializer before ‘<’ token -convert_move.pass.cpp:47: error: expected initializer before ‘<’ token -convert_move.pass.cpp:48: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:48: error: expected `;' before ‘t0’ -convert_move.pass.cpp:49: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:49: error: expected `;' before ‘t1’ -convert_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:50: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:54: error: expected initializer before ‘<’ token -convert_move.pass.cpp:55: error: expected initializer before ‘<’ token -convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:56: error: expected `;' before ‘t0’ -convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:57: error: expected `;' before ‘t1’ -convert_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:64: error: expected initializer before ‘<’ token -convert_move.pass.cpp:65: error: expected initializer before ‘<’ token -convert_move.pass.cpp:66: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:66: error: expected `;' before ‘t0’ -convert_move.pass.cpp:67: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:67: error: expected `;' before ‘t1’ -convert_move.pass.cpp:69: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:69: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:70: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:74: error: expected initializer before ‘<’ token -convert_move.pass.cpp:75: error: expected initializer before ‘<’ token -convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope -convert_move.pass.cpp:76: error: expected `;' before ‘t0’ -convert_move.pass.cpp:77: error: ‘T1’ was not declared in this scope -convert_move.pass.cpp:77: error: expected `;' before ‘t1’ -convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:78: error: ‘t1’ was not declared in this scope -convert_move.pass.cpp:79: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ -convert_move.pass.cpp failed to compile -copy.pass.cpp: In function ‘int main()’: -copy.pass.cpp:23: error: expected initializer before ‘<’ token -copy.pass.cpp:24: error: ‘T’ was not declared in this scope -copy.pass.cpp:24: error: expected `;' before ‘t0’ -copy.pass.cpp:25: error: expected `;' before ‘t’ -copy.pass.cpp:28: error: expected initializer before ‘<’ token -copy.pass.cpp:29: error: ‘T’ was not declared in this scope -copy.pass.cpp:29: error: expected `;' before ‘t0’ -copy.pass.cpp:30: error: expected `;' before ‘t’ -copy.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:31: error: ‘t’ was not declared in this scope -copy.pass.cpp:34: error: expected initializer before ‘<’ token -copy.pass.cpp:35: error: ‘T’ was not declared in this scope -copy.pass.cpp:35: error: expected `;' before ‘t0’ -copy.pass.cpp:36: error: expected `;' before ‘t’ -copy.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:37: error: ‘t’ was not declared in this scope -copy.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:41: error: expected initializer before ‘<’ token -copy.pass.cpp:42: error: ‘T’ was not declared in this scope -copy.pass.cpp:42: error: expected `;' before ‘t0’ -copy.pass.cpp:43: error: expected `;' before ‘t’ -copy.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:44: error: ‘t’ was not declared in this scope -copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -copy.pass.cpp failed to compile -default.pass.cpp: In function ‘int main()’: -default.pass.cpp:25: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:25: error: expected primary-expression before ‘>’ token -default.pass.cpp:25: error: ‘t’ was not declared in this scope -default.pass.cpp:28: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:28: error: expected primary-expression before ‘int’ -default.pass.cpp:28: error: expected `;' before ‘int’ -default.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:29: error: ‘t’ was not declared in this scope -default.pass.cpp:32: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:32: error: expected primary-expression before ‘int’ -default.pass.cpp:32: error: expected `;' before ‘int’ -default.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:33: error: ‘t’ was not declared in this scope -default.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:37: error: expected primary-expression before ‘int’ -default.pass.cpp:37: error: expected `;' before ‘int’ -default.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:38: error: ‘t’ was not declared in this scope -default.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ -default.pass.cpp:43: error: expected primary-expression before ‘int’ -default.pass.cpp:43: error: expected `;' before ‘int’ -default.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:44: error: ‘t’ was not declared in this scope -default.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -default.pass.cpp failed to compile -move.pass.cpp: In function ‘int main()’: -move.pass.cpp:24: error: expected initializer before ‘<’ token -move.pass.cpp:25: error: ‘T’ was not declared in this scope -move.pass.cpp:25: error: expected `;' before ‘t0’ -move.pass.cpp:26: error: expected `;' before ‘t’ -move.pass.cpp:29: error: expected initializer before ‘<’ token -move.pass.cpp:30: error: ‘T’ was not declared in this scope -move.pass.cpp:30: error: expected `;' before ‘t0’ -move.pass.cpp:31: error: expected `;' before ‘t’ -move.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:32: error: ‘t’ was not declared in this scope -move.pass.cpp:35: error: expected initializer before ‘<’ token -move.pass.cpp:36: error: ‘T’ was not declared in this scope -move.pass.cpp:36: error: expected `;' before ‘t0’ -move.pass.cpp:37: error: expected `;' before ‘t’ -move.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:38: error: ‘t’ was not declared in this scope -move.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:42: error: expected initializer before ‘<’ token -move.pass.cpp:43: error: ‘T’ was not declared in this scope -move.pass.cpp:43: error: expected `;' before ‘t0’ -move.pass.cpp:44: error: expected `;' before ‘t’ -move.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:45: error: ‘t’ was not declared in this scope -move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -move.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -move.pass.cpp failed to compile -move_pair.pass.cpp: In function ‘int main()’: -move_pair.pass.cpp:40: error: ‘T0’ was not declared in this scope -move_pair.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list -move_pair.pass.cpp:41: error: expected initializer before ‘<’ token -move_pair.pass.cpp:42: error: expected `;' before ‘t0’ -move_pair.pass.cpp:43: error: ‘T1’ was not declared in this scope -move_pair.pass.cpp:43: error: expected `;' before ‘t1’ -move_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp:44: error: ‘t1’ was not declared in this scope -move_pair.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -move_pair.pass.cpp failed to compile -failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -make_tuple.pass.cpp: In function ‘int main()’: -make_tuple.pass.cpp:26: error: ‘tuple’ is not a member of ‘std’ -make_tuple.pass.cpp:26: error: expected primary-expression before ‘int’ -make_tuple.pass.cpp:26: error: expected `;' before ‘int’ -make_tuple.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:28: error: ‘t’ was not declared in this scope -make_tuple.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -make_tuple.pass.cpp failed to compile -tie.pass.cpp: In function ‘int main()’: -tie.pass.cpp:26: error: ‘tie’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘ignore’ is not a member of ‘std’ -tie.pass.cpp:26: error: ‘make_tuple’ is not a member of ‘std’ -tie.pass.cpp failed to compile -tuple_cat.pass.cpp: In function ‘int main()’: -tuple_cat.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:39: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:39: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:40: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:40: error: ‘t2’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:41: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:41: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:41: error: ‘tuple_cat’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:44: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:44: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:45: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:45: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:46: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:46: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:47: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:50: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:50: error: expected primary-expression before ‘>’ token -tuple_cat.pass.cpp:50: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:51: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:51: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:52: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:52: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:53: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:56: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:56: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:56: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:57: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:57: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:58: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:58: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:59: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:59: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:60: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:63: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:63: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:64: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:64: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:66: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:66: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:75: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:80: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:80: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:80: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:81: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:82: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:83: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:87: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:87: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:87: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:88: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:88: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:88: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:90: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:90: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:91: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:92: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:93: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:96: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:96: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:97: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:97: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:97: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:98: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:98: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:98: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:100: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:100: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:101: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:102: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:103: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:106: error: ‘MoveOnly’ was not declared in this scope -tuple_cat.pass.cpp:106: error: ‘t1’ was not declared in this scope -tuple_cat.pass.cpp:107: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:107: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:107: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:108: error: ‘tuple’ is not a member of ‘std’ -tuple_cat.pass.cpp:108: error: expected primary-expression before ‘int’ -tuple_cat.pass.cpp:108: error: expected `;' before ‘int’ -tuple_cat.pass.cpp:110: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:110: error: ‘t3’ was not declared in this scope -tuple_cat.pass.cpp:111: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:112: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp:113: error: ‘get’ is not a member of ‘std’ -tuple_cat.pass.cpp failed to compile -failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_const.pass.cpp:26: error: ‘T’ does not name a type -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_const.pass.cpp:30: error: expected initializer before ‘<’ token -get_const.pass.cpp:31: error: ‘T’ does not name a type -get_const.pass.cpp:32: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:32: error: ‘t’ was not declared in this scope -get_const.pass.cpp:33: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:36: error: expected initializer before ‘<’ token -get_const.pass.cpp:38: error: ‘T’ does not name a type -get_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:39: error: ‘t’ was not declared in this scope -get_const.pass.cpp:40: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:25: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:26: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:26: error: expected `;' before ‘t’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:32: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:33: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:33: error: expected `;' before ‘t’ -get_non_const.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:34: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:37: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:38: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:39: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:42: error: expected initializer before ‘<’ token -get_non_const.pass.cpp:44: error: ‘T’ was not declared in this scope -get_non_const.pass.cpp:44: error: expected `;' before ‘t’ -get_non_const.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:45: error: ‘t’ was not declared in this scope -get_non_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:27: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:28: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:28: error: template argument 2 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:32: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:33: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:33: error: template argument 2 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:33: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:35: error: template argument 2 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:35: error: template argument 1 is invalid -tuple_element.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_element.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_element.pass.cpp:40: error: template argument 2 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:40: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:42: error: template argument 2 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:42: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: ‘T’ cannot appear in a constant-expression -tuple_element.pass.cpp:44: error: template argument 2 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp:44: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:24: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:25: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:25: error: template argument 2 is invalid -tuple_size.pass.cpp:25: error: template argument 1 is invalid -tuple_size.pass.cpp:29: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:30: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:30: error: template argument 2 is invalid -tuple_size.pass.cpp:30: error: template argument 1 is invalid -tuple_size.pass.cpp:34: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:35: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:35: error: template argument 2 is invalid -tuple_size.pass.cpp:35: error: template argument 1 is invalid -tuple_size.pass.cpp:39: error: expected initializer before ‘<’ token -tuple_size.pass.cpp:40: error: ‘T’ was not declared in this scope -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp:40: error: template argument 2 is invalid -tuple_size.pass.cpp:40: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -begin.pass.cpp: In function ‘int main()’: -begin.pass.cpp:27: error: expected initializer before ‘<’ token -begin.pass.cpp:29: error: ‘T’ does not name a type -begin.pass.cpp:30: error: ‘t’ was not declared in this scope -begin.pass.cpp:30: error: ‘begin’ was not declared in this scope -begin.pass.cpp:31: error: ‘end’ was not declared in this scope -begin.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -eq.pass.cpp: In function ‘int main()’: -eq.pass.cpp:25: error: expected initializer before ‘<’ token -eq.pass.cpp:26: error: expected initializer before ‘<’ token -eq.pass.cpp:27: error: ‘T1’ does not name a type -eq.pass.cpp:28: error: ‘T2’ does not name a type -eq.pass.cpp:29: error: ‘t1’ was not declared in this scope -eq.pass.cpp:29: error: ‘t2’ was not declared in this scope -eq.pass.cpp:33: error: expected initializer before ‘<’ token -eq.pass.cpp:34: error: expected initializer before ‘<’ token -eq.pass.cpp:35: error: ‘T1’ does not name a type -eq.pass.cpp:36: error: ‘T2’ does not name a type -eq.pass.cpp:37: error: ‘t1’ was not declared in this scope -eq.pass.cpp:37: error: ‘t2’ was not declared in this scope -eq.pass.cpp:41: error: expected initializer before ‘<’ token -eq.pass.cpp:42: error: expected initializer before ‘<’ token -eq.pass.cpp:43: error: ‘T1’ does not name a type -eq.pass.cpp:44: error: ‘T2’ does not name a type -eq.pass.cpp:45: error: ‘t1’ was not declared in this scope -eq.pass.cpp:45: error: ‘t2’ was not declared in this scope -eq.pass.cpp:49: error: expected initializer before ‘<’ token -eq.pass.cpp:50: error: expected initializer before ‘<’ token -eq.pass.cpp:51: error: ‘T1’ does not name a type -eq.pass.cpp:52: error: ‘T2’ does not name a type -eq.pass.cpp:53: error: ‘t1’ was not declared in this scope -eq.pass.cpp:53: error: ‘t2’ was not declared in this scope -eq.pass.cpp:57: error: expected initializer before ‘<’ token -eq.pass.cpp:58: error: expected initializer before ‘<’ token -eq.pass.cpp:59: error: ‘T1’ does not name a type -eq.pass.cpp:60: error: ‘T2’ does not name a type -eq.pass.cpp:61: error: ‘t1’ was not declared in this scope -eq.pass.cpp:61: error: ‘t2’ was not declared in this scope -eq.pass.cpp:65: error: expected initializer before ‘<’ token -eq.pass.cpp:66: error: expected initializer before ‘<’ token -eq.pass.cpp:67: error: ‘T1’ does not name a type -eq.pass.cpp:68: error: ‘T2’ does not name a type -eq.pass.cpp:69: error: ‘t1’ was not declared in this scope -eq.pass.cpp:69: error: ‘t2’ was not declared in this scope -eq.pass.cpp:73: error: expected initializer before ‘<’ token -eq.pass.cpp:74: error: expected initializer before ‘<’ token -eq.pass.cpp:75: error: ‘T1’ does not name a type -eq.pass.cpp:76: error: ‘T2’ does not name a type -eq.pass.cpp:77: error: ‘t1’ was not declared in this scope -eq.pass.cpp:77: error: ‘t2’ was not declared in this scope -eq.pass.cpp:81: error: expected initializer before ‘<’ token -eq.pass.cpp:82: error: expected initializer before ‘<’ token -eq.pass.cpp:83: error: ‘T1’ does not name a type -eq.pass.cpp:84: error: ‘T2’ does not name a type -eq.pass.cpp:85: error: ‘t1’ was not declared in this scope -eq.pass.cpp:85: error: ‘t2’ was not declared in this scope -eq.pass.cpp:89: error: expected initializer before ‘<’ token -eq.pass.cpp:90: error: expected initializer before ‘<’ token -eq.pass.cpp:91: error: ‘T1’ does not name a type -eq.pass.cpp:92: error: ‘T2’ does not name a type -eq.pass.cpp:93: error: ‘t1’ was not declared in this scope -eq.pass.cpp:93: error: ‘t2’ was not declared in this scope -eq.pass.cpp:97: error: expected initializer before ‘<’ token -eq.pass.cpp:98: error: expected initializer before ‘<’ token -eq.pass.cpp:99: error: ‘T1’ does not name a type -eq.pass.cpp:100: error: ‘T2’ does not name a type -eq.pass.cpp:101: error: ‘t1’ was not declared in this scope -eq.pass.cpp:101: error: ‘t2’ was not declared in this scope -eq.pass.cpp:105: error: expected initializer before ‘<’ token -eq.pass.cpp:106: error: expected initializer before ‘<’ token -eq.pass.cpp:107: error: ‘T1’ does not name a type -eq.pass.cpp:108: error: ‘T2’ does not name a type -eq.pass.cpp:109: error: ‘t1’ was not declared in this scope -eq.pass.cpp:109: error: ‘t2’ was not declared in this scope -eq.pass.cpp:113: error: expected initializer before ‘<’ token -eq.pass.cpp:114: error: expected initializer before ‘<’ token -eq.pass.cpp:115: error: ‘T1’ does not name a type -eq.pass.cpp:116: error: ‘T2’ does not name a type -eq.pass.cpp:117: error: ‘t1’ was not declared in this scope -eq.pass.cpp:117: error: ‘t2’ was not declared in this scope -eq.pass.cpp:121: error: expected initializer before ‘<’ token -eq.pass.cpp:122: error: expected initializer before ‘<’ token -eq.pass.cpp:123: error: ‘T1’ does not name a type -eq.pass.cpp:124: error: ‘T2’ does not name a type -eq.pass.cpp:125: error: ‘t1’ was not declared in this scope -eq.pass.cpp:125: error: ‘t2’ was not declared in this scope -eq.pass.cpp:129: error: expected initializer before ‘<’ token -eq.pass.cpp:130: error: expected initializer before ‘<’ token -eq.pass.cpp:131: error: ‘T1’ does not name a type -eq.pass.cpp:132: error: ‘T2’ does not name a type -eq.pass.cpp:133: error: ‘t1’ was not declared in this scope -eq.pass.cpp:133: error: ‘t2’ was not declared in this scope -eq.pass.cpp:137: error: expected initializer before ‘<’ token -eq.pass.cpp:138: error: expected initializer before ‘<’ token -eq.pass.cpp:139: error: ‘T1’ does not name a type -eq.pass.cpp:140: error: ‘T2’ does not name a type -eq.pass.cpp:141: error: ‘t1’ was not declared in this scope -eq.pass.cpp:141: error: ‘t2’ was not declared in this scope -eq.pass.cpp failed to compile -lt.pass.cpp: In function ‘int main()’: -lt.pass.cpp:37: error: expected initializer before ‘<’ token -lt.pass.cpp:38: error: expected initializer before ‘<’ token -lt.pass.cpp:39: error: ‘T1’ does not name a type -lt.pass.cpp:40: error: ‘T2’ does not name a type -lt.pass.cpp:41: error: ‘t1’ was not declared in this scope -lt.pass.cpp:41: error: ‘t2’ was not declared in this scope -lt.pass.cpp:47: error: expected initializer before ‘<’ token -lt.pass.cpp:48: error: expected initializer before ‘<’ token -lt.pass.cpp:49: error: ‘T1’ does not name a type -lt.pass.cpp:50: error: ‘T2’ does not name a type -lt.pass.cpp:51: error: ‘t1’ was not declared in this scope -lt.pass.cpp:51: error: ‘t2’ was not declared in this scope -lt.pass.cpp:57: error: expected initializer before ‘<’ token -lt.pass.cpp:58: error: expected initializer before ‘<’ token -lt.pass.cpp:59: error: ‘T1’ does not name a type -lt.pass.cpp:60: error: ‘T2’ does not name a type -lt.pass.cpp:61: error: ‘t1’ was not declared in this scope -lt.pass.cpp:61: error: ‘t2’ was not declared in this scope -lt.pass.cpp:67: error: expected initializer before ‘<’ token -lt.pass.cpp:68: error: expected initializer before ‘<’ token -lt.pass.cpp:69: error: ‘T1’ does not name a type -lt.pass.cpp:70: error: ‘T2’ does not name a type -lt.pass.cpp:71: error: ‘t1’ was not declared in this scope -lt.pass.cpp:71: error: ‘t2’ was not declared in this scope -lt.pass.cpp:77: error: expected initializer before ‘<’ token -lt.pass.cpp:78: error: expected initializer before ‘<’ token -lt.pass.cpp:79: error: ‘T1’ does not name a type -lt.pass.cpp:80: error: ‘T2’ does not name a type -lt.pass.cpp:81: error: ‘t1’ was not declared in this scope -lt.pass.cpp:81: error: ‘t2’ was not declared in this scope -lt.pass.cpp:87: error: expected initializer before ‘<’ token -lt.pass.cpp:88: error: expected initializer before ‘<’ token -lt.pass.cpp:89: error: ‘T1’ does not name a type -lt.pass.cpp:90: error: ‘T2’ does not name a type -lt.pass.cpp:91: error: ‘t1’ was not declared in this scope -lt.pass.cpp:91: error: ‘t2’ was not declared in this scope -lt.pass.cpp:97: error: expected initializer before ‘<’ token -lt.pass.cpp:98: error: expected initializer before ‘<’ token -lt.pass.cpp:99: error: ‘T1’ does not name a type -lt.pass.cpp:100: error: ‘T2’ does not name a type -lt.pass.cpp:101: error: ‘t1’ was not declared in this scope -lt.pass.cpp:101: error: ‘t2’ was not declared in this scope -lt.pass.cpp:107: error: expected initializer before ‘<’ token -lt.pass.cpp:108: error: expected initializer before ‘<’ token -lt.pass.cpp:109: error: ‘T1’ does not name a type -lt.pass.cpp:110: error: ‘T2’ does not name a type -lt.pass.cpp:111: error: ‘t1’ was not declared in this scope -lt.pass.cpp:111: error: ‘t2’ was not declared in this scope -lt.pass.cpp:117: error: expected initializer before ‘<’ token -lt.pass.cpp:118: error: expected initializer before ‘<’ token -lt.pass.cpp:119: error: ‘T1’ does not name a type -lt.pass.cpp:120: error: ‘T2’ does not name a type -lt.pass.cpp:121: error: ‘t1’ was not declared in this scope -lt.pass.cpp:121: error: ‘t2’ was not declared in this scope -lt.pass.cpp:127: error: expected initializer before ‘<’ token -lt.pass.cpp:128: error: expected initializer before ‘<’ token -lt.pass.cpp:129: error: ‘T1’ does not name a type -lt.pass.cpp:130: error: ‘T2’ does not name a type -lt.pass.cpp:131: error: ‘t1’ was not declared in this scope -lt.pass.cpp:131: error: ‘t2’ was not declared in this scope -lt.pass.cpp:137: error: expected initializer before ‘<’ token -lt.pass.cpp:138: error: expected initializer before ‘<’ token -lt.pass.cpp:139: error: ‘T1’ does not name a type -lt.pass.cpp:140: error: ‘T2’ does not name a type -lt.pass.cpp:141: error: ‘t1’ was not declared in this scope -lt.pass.cpp:141: error: ‘t2’ was not declared in this scope -lt.pass.cpp:147: error: expected initializer before ‘<’ token -lt.pass.cpp:148: error: expected initializer before ‘<’ token -lt.pass.cpp:149: error: ‘T1’ does not name a type -lt.pass.cpp:150: error: ‘T2’ does not name a type -lt.pass.cpp:151: error: ‘t1’ was not declared in this scope -lt.pass.cpp:151: error: ‘t2’ was not declared in this scope -lt.pass.cpp:157: error: expected initializer before ‘<’ token -lt.pass.cpp:158: error: expected initializer before ‘<’ token -lt.pass.cpp:159: error: ‘T1’ does not name a type -lt.pass.cpp:160: error: ‘T2’ does not name a type -lt.pass.cpp:161: error: ‘t1’ was not declared in this scope -lt.pass.cpp:161: error: ‘t2’ was not declared in this scope -lt.pass.cpp:167: error: expected initializer before ‘<’ token -lt.pass.cpp:168: error: expected initializer before ‘<’ token -lt.pass.cpp:169: error: ‘T1’ does not name a type -lt.pass.cpp:170: error: ‘T2’ does not name a type -lt.pass.cpp:171: error: ‘t1’ was not declared in this scope -lt.pass.cpp:171: error: ‘t2’ was not declared in this scope -lt.pass.cpp:177: error: expected initializer before ‘<’ token -lt.pass.cpp:178: error: expected initializer before ‘<’ token -lt.pass.cpp:179: error: ‘T1’ does not name a type -lt.pass.cpp:180: error: ‘T2’ does not name a type -lt.pass.cpp:181: error: ‘t1’ was not declared in this scope -lt.pass.cpp:181: error: ‘t2’ was not declared in this scope -lt.pass.cpp:187: error: expected initializer before ‘<’ token -lt.pass.cpp:188: error: expected initializer before ‘<’ token -lt.pass.cpp:189: error: ‘T1’ does not name a type -lt.pass.cpp:190: error: ‘T2’ does not name a type -lt.pass.cpp:191: error: ‘t1’ was not declared in this scope -lt.pass.cpp:191: error: ‘t2’ was not declared in this scope -lt.pass.cpp failed to compile -failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -non_member_swap.pass.cpp: In function ‘int main()’: -non_member_swap.pass.cpp:25: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:26: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:26: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:27: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:28: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:28: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:31: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:32: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:32: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:33: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:34: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:34: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:36: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:46: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:49: error: expected initializer before ‘<’ token -non_member_swap.pass.cpp:50: error: ‘T’ was not declared in this scope -non_member_swap.pass.cpp:50: error: expected `;' before ‘t0’ -non_member_swap.pass.cpp:51: error: expected `;' before ‘t1’ -non_member_swap.pass.cpp:52: error: ‘t0’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘t1’ was not declared in this scope -non_member_swap.pass.cpp:52: error: ‘swap’ was not declared in this scope -non_member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ -non_member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -member_swap.pass.cpp: In function ‘int main()’: -member_swap.pass.cpp:24: error: expected initializer before ‘<’ token -member_swap.pass.cpp:25: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:25: error: expected `;' before ‘t0’ -member_swap.pass.cpp:26: error: expected `;' before ‘t1’ -member_swap.pass.cpp:27: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:27: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:30: error: expected initializer before ‘<’ token -member_swap.pass.cpp:31: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:31: error: expected `;' before ‘t0’ -member_swap.pass.cpp:32: error: expected `;' before ‘t1’ -member_swap.pass.cpp:33: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:33: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:34: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:35: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:38: error: expected initializer before ‘<’ token -member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:39: error: expected `;' before ‘t0’ -member_swap.pass.cpp:40: error: expected `;' before ‘t1’ -member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:42: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:43: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:44: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:45: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:48: error: expected initializer before ‘<’ token -member_swap.pass.cpp:49: error: ‘T’ was not declared in this scope -member_swap.pass.cpp:49: error: expected `;' before ‘t0’ -member_swap.pass.cpp:50: error: expected `;' before ‘t1’ -member_swap.pass.cpp:51: error: ‘t0’ was not declared in this scope -member_swap.pass.cpp:51: error: ‘t1’ was not declared in this scope -member_swap.pass.cpp:52: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:53: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:54: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:55: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ -member_swap.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -uses_allocator.pass.cpp: In function ‘int main()’: -uses_allocator.pass.cpp:25: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:26: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:26: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:26: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:26: error: template argument 2 is invalid -uses_allocator.pass.cpp:26: error: template argument 1 is invalid -uses_allocator.pass.cpp:30: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:31: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:31: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:31: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:31: error: template argument 2 is invalid -uses_allocator.pass.cpp:31: error: template argument 1 is invalid -uses_allocator.pass.cpp:35: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:36: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:36: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:36: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:36: error: template argument 2 is invalid -uses_allocator.pass.cpp:36: error: template argument 1 is invalid -uses_allocator.pass.cpp:40: error: expected initializer before ‘<’ token -uses_allocator.pass.cpp:41: error: ‘T’ was not declared in this scope -uses_allocator.pass.cpp:41: error: ‘::value’ has not been declared -uses_allocator.pass.cpp:41: error: ‘>>’ should be ‘> >’ within a nested template argument list -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp:41: error: template argument 2 is invalid -uses_allocator.pass.cpp:41: error: template argument 1 is invalid -uses_allocator.pass.cpp failed to compile -failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -get_const.pass.cpp: In function ‘int main()’: -get_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_const.pass.cpp failed to compile -get_non_const.pass.cpp: In function ‘int main()’: -get_non_const.pass.cpp:26: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:27: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:28: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:29: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:30: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp:31: error: ‘get’ is not a member of ‘std’ -get_non_const.pass.cpp failed to compile -tuple_element.pass.cpp: In function ‘int main()’: -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:22: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:23: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: incomplete type ‘std::__1::tuple_element<0ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:27: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: incomplete type ‘std::__1::tuple_element<1ul, std::__1::pair >’ used in nested name specifier -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp:28: error: template argument 1 is invalid -tuple_element.pass.cpp failed to compile -tuple_size.pass.cpp: In function ‘int main()’: -tuple_size.pass.cpp:22: error: incomplete type ‘std::__1::tuple_size >’ used in nested name specifier -tuple_size.pass.cpp:22: error: template argument 1 is invalid -tuple_size.pass.cpp failed to compile -failed 4 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -passed 15 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) -Copyright (C) 2007 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch x86_64 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 86 -sections with failures : 44 -sections without failures: 922 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 138 -number of tests passed : 3749 - + ---- -total number of tests : 3887 -**************************************************** diff --git a/test_results/2010-05-27 g++-4_4_i386 b/test_results/2010-05-27 g++-4_4_i386 deleted file mode 100644 index fbcd16a7..00000000 --- a/test_results/2010-05-27 g++-4_4_i386 +++ /dev/null @@ -1,3992 +0,0 @@ -passed 1 tests in /test -passed 1 tests in /test/algorithms -passed 1 tests in /test/algorithms/alg.c.library -passed 1 tests in /test/algorithms/alg.modifying.operations -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move -passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions -passed 3 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap -passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform -passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique -passed 1 tests in /test/algorithms/alg.nonmodifying -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal -passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.is_permutation -passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of -passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search -passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch -passed 1 tests in /test/algorithms/alg.sorting -passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound -passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound -passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations -passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap -passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison -passed 4 tests in /test/algorithms/alg.sorting/alg.merge -max_init_list.pass.cpp:19:2: error: #error max(initializer_list t) is not implemented -max_init_list.pass.cpp failed to compile -max_init_list_comp.pass.cpp:19:2: error: #error max(initializer_list t, Compare comp) is not implemented -max_init_list_comp.pass.cpp failed to compile -min_init_list.pass.cpp:19:2: error: #error min(initializer_list t) is not implemented -min_init_list.pass.cpp failed to compile -min_init_list_comp.pass.cpp:19:2: error: #error min(initializer_list t, Compare comp) is not implemented -min_init_list_comp.pass.cpp failed to compile -minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: -minmax.pass.cpp:23: error: ‘minmax’ is not a member of ‘std’ -minmax.pass.cpp failed to compile -minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: -minmax_comp.pass.cpp:25: error: ‘minmax’ is not a member of ‘std’ -minmax_comp.pass.cpp failed to compile -minmax_init_list.pass.cpp:19:2: error: #error minmax(initializer_list t) is not implemented -minmax_init_list.pass.cpp failed to compile -minmax_init_list_comp.pass.cpp:19:2: error: #error minmax(initializer_list t, Compare comp) is not implemented -minmax_init_list_comp.pass.cpp failed to compile -failed 8 tests in /test/algorithms/alg.sorting/alg.min.max -passed 10 tests in /test/algorithms/alg.sorting/alg.min.max -passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element -passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators -passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference -passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union -passed 1 tests in /test/algorithms/alg.sorting/alg.sort -passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort -passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort -passed 1 tests in /test/algorithms/algorithms.general -not implemented: /test/atomics -not implemented: /test/atomics/atomics.fences -not implemented: /test/atomics/atomics.flag -not implemented: /test/atomics/atomics.general -not implemented: /test/atomics/atomics.lockfree -not implemented: /test/atomics/atomics.order -not implemented: /test/atomics/atomics.syn -not implemented: /test/atomics/atomics.types -not implemented: /test/atomics/atomics.types/atomics.types.address -not implemented: /test/atomics/atomics.types/atomics.types.generic -not implemented: /test/atomics/atomics.types/atomics.types.integral -not implemented: /test/atomics/atomics.types.operations -passed 1 tests in /test/containers -passed 4 tests in /test/containers/associative -passed 2 tests in /test/containers/associative/map -passed 7 tests in /test/containers/associative/map/map.access -passed 17 tests in /test/containers/associative/map/map.cons -passed 12 tests in /test/containers/associative/map/map.modifiers -passed 5 tests in /test/containers/associative/map/map.ops -passed 2 tests in /test/containers/associative/map/map.special -passed 5 tests in /test/containers/associative/multimap -passed 17 tests in /test/containers/associative/multimap/multimap.cons -passed 12 tests in /test/containers/associative/multimap/multimap.modifiers -passed 5 tests in /test/containers/associative/multimap/multimap.ops -passed 2 tests in /test/containers/associative/multimap/multimap.special -passed 22 tests in /test/containers/associative/multiset -passed 17 tests in /test/containers/associative/multiset/multiset.cons -passed 2 tests in /test/containers/associative/multiset/multiset.special -passed 23 tests in /test/containers/associative/set -passed 17 tests in /test/containers/associative/set/set.cons -passed 2 tests in /test/containers/associative/set/set.special -passed 1 tests in /test/containers/container.requirements -passed 1 tests in /test/containers/container.requirements/associative.reqmts -passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except -passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces -passed 1 tests in /test/containers/container.requirements/container.requirements.general -passed 1 tests in /test/containers/container.requirements/sequence.reqmts -passed 1 tests in /test/containers/container.requirements/unord.req -passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except -passed 1 tests in /test/containers/containers.general -passed 1 tests in /test/containers/sequences -passed 3 tests in /test/containers/sequences/array -passed 2 tests in /test/containers/sequences/array/array.cons -passed 2 tests in /test/containers/sequences/array/array.data -passed 1 tests in /test/containers/sequences/array/array.fill -passed 1 tests in /test/containers/sequences/array/array.size -passed 1 tests in /test/containers/sequences/array/array.special -passed 1 tests in /test/containers/sequences/array/array.swap -passed 4 tests in /test/containers/sequences/array/array.tuple -passed 1 tests in /test/containers/sequences/array/array.zero -passed 1 tests in /test/containers/sequences/container.adaptors -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue -passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons -passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc -passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members -passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special -passed 1 tests in /test/containers/sequences/container.adaptors/queue -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons -passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc -passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn -passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops -passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special -passed 1 tests in /test/containers/sequences/container.adaptors/stack -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons -passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc -passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn -passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops -passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special -passed 2 tests in /test/containers/sequences/deque -passed 4 tests in /test/containers/sequences/deque/deque.capacity -passed 19 tests in /test/containers/sequences/deque/deque.cons -passed 16 tests in /test/containers/sequences/deque/deque.modifiers -passed 5 tests in /test/containers/sequences/deque/deque.special -passed 3 tests in /test/containers/sequences/forwardlist -passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access -passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons -passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter -passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers -passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops -passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec -passed 2 tests in /test/containers/sequences/list -passed 2 tests in /test/containers/sequences/list/list.capacity -passed 15 tests in /test/containers/sequences/list/list.cons -passed 17 tests in /test/containers/sequences/list/list.modifiers -passed 12 tests in /test/containers/sequences/list/list.ops -passed 1 tests in /test/containers/sequences/list/list.special -passed 2 tests in /test/containers/sequences/vector -passed 6 tests in /test/containers/sequences/vector/vector.capacity -passed 16 tests in /test/containers/sequences/vector/vector.cons -passed 2 tests in /test/containers/sequences/vector/vector.data -passed 11 tests in /test/containers/sequences/vector/vector.modifiers -passed 1 tests in /test/containers/sequences/vector/vector.special -passed 31 tests in /test/containers/sequences/vector.bool -passed 1 tests in /test/containers/unord -passed 20 tests in /test/containers/unord/unord.map -passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr -passed 2 tests in /test/containers/unord/unord.map/unord.map.elem -passed 1 tests in /test/containers/unord/unord.map/unord.map.swap -passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers -passed 21 tests in /test/containers/unord/unord.multimap -passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr -passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers -passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap -passed 33 tests in /test/containers/unord/unord.multiset -passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr -passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap -passed 34 tests in /test/containers/unord/unord.set -passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr -passed 1 tests in /test/containers/unord/unord.set/unord.set.swap -passed 1 tests in /test/depr -passed 1 tests in /test/depr/depr.auto.ptr -passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr -passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv -passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members -inttypes_h.pass.cpp:260:2: error: #error PRId8 not defined -inttypes_h.pass.cpp:264:2: error: #error PRId16 not defined -inttypes_h.pass.cpp:268:2: error: #error PRId32 not defined -inttypes_h.pass.cpp:272:2: error: #error PRId64 not defined -inttypes_h.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -inttypes_h.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -inttypes_h.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -inttypes_h.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -inttypes_h.pass.cpp:292:2: error: #error PRIdFAST8 not defined -inttypes_h.pass.cpp:296:2: error: #error PRIdFAST16 not defined -inttypes_h.pass.cpp:300:2: error: #error PRIdFAST32 not defined -inttypes_h.pass.cpp:304:2: error: #error PRIdFAST64 not defined -inttypes_h.pass.cpp:308:2: error: #error PRIdMAX not defined -inttypes_h.pass.cpp:312:2: error: #error PRIdPTR not defined -inttypes_h.pass.cpp:316:2: error: #error PRIi8 not defined -inttypes_h.pass.cpp:320:2: error: #error PRIi16 not defined -inttypes_h.pass.cpp:324:2: error: #error PRIi32 not defined -inttypes_h.pass.cpp:328:2: error: #error PRIi64 not defined -inttypes_h.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -inttypes_h.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -inttypes_h.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -inttypes_h.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -inttypes_h.pass.cpp:348:2: error: #error PRIiFAST8 not defined -inttypes_h.pass.cpp:352:2: error: #error PRIiFAST16 not defined -inttypes_h.pass.cpp:356:2: error: #error PRIiFAST32 not defined -inttypes_h.pass.cpp:360:2: error: #error PRIiFAST64 not defined -inttypes_h.pass.cpp:364:2: error: #error PRIiMAX not defined -inttypes_h.pass.cpp:368:2: error: #error PRIiPTR not defined -inttypes_h.pass.cpp:372:2: error: #error PRIo8 not defined -inttypes_h.pass.cpp:376:2: error: #error PRIo16 not defined -inttypes_h.pass.cpp:380:2: error: #error PRIo32 not defined -inttypes_h.pass.cpp:384:2: error: #error PRIo64 not defined -inttypes_h.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -inttypes_h.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -inttypes_h.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -inttypes_h.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -inttypes_h.pass.cpp:404:2: error: #error PRIoFAST8 not defined -inttypes_h.pass.cpp:408:2: error: #error PRIoFAST16 not defined -inttypes_h.pass.cpp:412:2: error: #error PRIoFAST32 not defined -inttypes_h.pass.cpp:416:2: error: #error PRIoFAST64 not defined -inttypes_h.pass.cpp:420:2: error: #error PRIoMAX not defined -inttypes_h.pass.cpp:424:2: error: #error PRIoPTR not defined -inttypes_h.pass.cpp:428:2: error: #error PRIu8 not defined -inttypes_h.pass.cpp:432:2: error: #error PRIu16 not defined -inttypes_h.pass.cpp:436:2: error: #error PRIu32 not defined -inttypes_h.pass.cpp:440:2: error: #error PRIu64 not defined -inttypes_h.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -inttypes_h.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -inttypes_h.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -inttypes_h.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -inttypes_h.pass.cpp:460:2: error: #error PRIuFAST8 not defined -inttypes_h.pass.cpp:464:2: error: #error PRIuFAST16 not defined -inttypes_h.pass.cpp:468:2: error: #error PRIuFAST32 not defined -inttypes_h.pass.cpp:472:2: error: #error PRIuFAST64 not defined -inttypes_h.pass.cpp:476:2: error: #error PRIuMAX not defined -inttypes_h.pass.cpp:480:2: error: #error PRIuPTR not defined -inttypes_h.pass.cpp:484:2: error: #error PRIx8 not defined -inttypes_h.pass.cpp:488:2: error: #error PRIx16 not defined -inttypes_h.pass.cpp:492:2: error: #error PRIx32 not defined -inttypes_h.pass.cpp:496:2: error: #error PRIx64 not defined -inttypes_h.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -inttypes_h.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -inttypes_h.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -inttypes_h.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -inttypes_h.pass.cpp:516:2: error: #error PRIxFAST8 not defined -inttypes_h.pass.cpp:520:2: error: #error PRIxFAST16 not defined -inttypes_h.pass.cpp:524:2: error: #error PRIxFAST32 not defined -inttypes_h.pass.cpp:528:2: error: #error PRIxFAST64 not defined -inttypes_h.pass.cpp:532:2: error: #error PRIxMAX not defined -inttypes_h.pass.cpp:536:2: error: #error PRIxPTR not defined -inttypes_h.pass.cpp:540:2: error: #error PRIX8 not defined -inttypes_h.pass.cpp:544:2: error: #error PRIX16 not defined -inttypes_h.pass.cpp:548:2: error: #error PRIX32 not defined -inttypes_h.pass.cpp:552:2: error: #error PRIX64 not defined -inttypes_h.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -inttypes_h.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -inttypes_h.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -inttypes_h.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -inttypes_h.pass.cpp:572:2: error: #error PRIXFAST8 not defined -inttypes_h.pass.cpp:576:2: error: #error PRIXFAST16 not defined -inttypes_h.pass.cpp:580:2: error: #error PRIXFAST32 not defined -inttypes_h.pass.cpp:584:2: error: #error PRIXFAST64 not defined -inttypes_h.pass.cpp:588:2: error: #error PRIXMAX not defined -inttypes_h.pass.cpp:592:2: error: #error PRIXPTR not defined -inttypes_h.pass.cpp:596:2: error: #error SCNd8 not defined -inttypes_h.pass.cpp:600:2: error: #error SCNd16 not defined -inttypes_h.pass.cpp:604:2: error: #error SCNd32 not defined -inttypes_h.pass.cpp:608:2: error: #error SCNd64 not defined -inttypes_h.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -inttypes_h.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -inttypes_h.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -inttypes_h.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -inttypes_h.pass.cpp:628:2: error: #error SCNdFAST8 not defined -inttypes_h.pass.cpp:632:2: error: #error SCNdFAST16 not defined -inttypes_h.pass.cpp:636:2: error: #error SCNdFAST32 not defined -inttypes_h.pass.cpp:640:2: error: #error SCNdFAST64 not defined -inttypes_h.pass.cpp:644:2: error: #error SCNdMAX not defined -inttypes_h.pass.cpp:648:2: error: #error SCNdPTR not defined -inttypes_h.pass.cpp:652:2: error: #error SCNi8 not defined -inttypes_h.pass.cpp:656:2: error: #error SCNi16 not defined -inttypes_h.pass.cpp:660:2: error: #error SCNi32 not defined -inttypes_h.pass.cpp:664:2: error: #error SCNi64 not defined -inttypes_h.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -inttypes_h.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -inttypes_h.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -inttypes_h.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -inttypes_h.pass.cpp:684:2: error: #error SCNiFAST8 not defined -inttypes_h.pass.cpp:688:2: error: #error SCNiFAST16 not defined -inttypes_h.pass.cpp:692:2: error: #error SCNiFAST32 not defined -inttypes_h.pass.cpp:696:2: error: #error SCNiFAST64 not defined -inttypes_h.pass.cpp:700:2: error: #error SCNiMAX not defined -inttypes_h.pass.cpp:704:2: error: #error SCNiPTR not defined -inttypes_h.pass.cpp:708:2: error: #error SCNo8 not defined -inttypes_h.pass.cpp:712:2: error: #error SCNo16 not defined -inttypes_h.pass.cpp:716:2: error: #error SCNo32 not defined -inttypes_h.pass.cpp:720:2: error: #error SCNo64 not defined -inttypes_h.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -inttypes_h.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -inttypes_h.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -inttypes_h.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -inttypes_h.pass.cpp:740:2: error: #error SCNoFAST8 not defined -inttypes_h.pass.cpp:744:2: error: #error SCNoFAST16 not defined -inttypes_h.pass.cpp:748:2: error: #error SCNoFAST32 not defined -inttypes_h.pass.cpp:752:2: error: #error SCNoFAST64 not defined -inttypes_h.pass.cpp:756:2: error: #error SCNoMAX not defined -inttypes_h.pass.cpp:760:2: error: #error SCNoPTR not defined -inttypes_h.pass.cpp:764:2: error: #error SCNu8 not defined -inttypes_h.pass.cpp:768:2: error: #error SCNu16 not defined -inttypes_h.pass.cpp:772:2: error: #error SCNu32 not defined -inttypes_h.pass.cpp:776:2: error: #error SCNu64 not defined -inttypes_h.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -inttypes_h.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -inttypes_h.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -inttypes_h.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -inttypes_h.pass.cpp:796:2: error: #error SCNuFAST8 not defined -inttypes_h.pass.cpp:800:2: error: #error SCNuFAST16 not defined -inttypes_h.pass.cpp:804:2: error: #error SCNuFAST32 not defined -inttypes_h.pass.cpp:808:2: error: #error SCNuFAST64 not defined -inttypes_h.pass.cpp:812:2: error: #error SCNuMAX not defined -inttypes_h.pass.cpp:816:2: error: #error SCNuPTR not defined -inttypes_h.pass.cpp:820:2: error: #error SCNx8 not defined -inttypes_h.pass.cpp:824:2: error: #error SCNx16 not defined -inttypes_h.pass.cpp:828:2: error: #error SCNx32 not defined -inttypes_h.pass.cpp:832:2: error: #error SCNx64 not defined -inttypes_h.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -inttypes_h.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -inttypes_h.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -inttypes_h.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -inttypes_h.pass.cpp:852:2: error: #error SCNxFAST8 not defined -inttypes_h.pass.cpp:856:2: error: #error SCNxFAST16 not defined -inttypes_h.pass.cpp:860:2: error: #error SCNxFAST32 not defined -inttypes_h.pass.cpp:864:2: error: #error SCNxFAST64 not defined -inttypes_h.pass.cpp:868:2: error: #error SCNxMAX not defined -inttypes_h.pass.cpp:872:2: error: #error SCNxPTR not defined -inttypes_h.pass.cpp failed to compile -uchar_h.pass.cpp:12:19: error: uchar.h: No such file or directory -uchar_h.pass.cpp failed to compile -failed 2 tests in /test/depr/depr.c.headers -passed 24 tests in /test/depr/depr.c.headers -passed 5 tests in /test/depr/depr.ios.members -passed 1 tests in /test/depr/depr.lib.binders -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st -passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd -passed 1 tests in /test/depr/depr.str.strstreams -passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream -passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons -passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons -passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream -passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper -passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf -passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons -passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members -passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals -passed 1 tests in /test/diagnostics -passed 1 tests in /test/diagnostics/assertions -passed 1 tests in /test/diagnostics/diagnostics.general -passed 1 tests in /test/diagnostics/errno -passed 1 tests in /test/diagnostics/std.exceptions -passed 1 tests in /test/diagnostics/std.exceptions/domain.error -passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument -passed 1 tests in /test/diagnostics/std.exceptions/length.error -passed 1 tests in /test/diagnostics/std.exceptions/logic.error -passed 1 tests in /test/diagnostics/std.exceptions/out.of.range -passed 1 tests in /test/diagnostics/std.exceptions/overflow.error -passed 1 tests in /test/diagnostics/std.exceptions/range.error -passed 1 tests in /test/diagnostics/std.exceptions/runtime.error -passed 1 tests in /test/diagnostics/std.exceptions/underflow.error -passed 2 tests in /test/diagnostics/syserr -passed 1 tests in /test/diagnostics/syserr/syserr.compare -passed 1 tests in /test/diagnostics/syserr/syserr.errcat -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals -passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects -passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview -passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals -passed 1 tests in /test/diagnostics/syserr/syserr.errcode -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers -passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers -passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors -passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers -passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers -passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers -passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview -passed 1 tests in /test/diagnostics/syserr/syserr.hash -passed 1 tests in /test/diagnostics/syserr/syserr.syserr -passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members -passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview -passed 1 tests in /test/input.output -passed 1 tests in /test/input.output/file.streams -cinttypes.pass.cpp:260:2: error: #error PRId8 not defined -cinttypes.pass.cpp:264:2: error: #error PRId16 not defined -cinttypes.pass.cpp:268:2: error: #error PRId32 not defined -cinttypes.pass.cpp:272:2: error: #error PRId64 not defined -cinttypes.pass.cpp:276:2: error: #error PRIdLEAST8 not defined -cinttypes.pass.cpp:280:2: error: #error PRIdLEAST16 not defined -cinttypes.pass.cpp:284:2: error: #error PRIdLEAST32 not defined -cinttypes.pass.cpp:288:2: error: #error PRIdLEAST64 not defined -cinttypes.pass.cpp:292:2: error: #error PRIdFAST8 not defined -cinttypes.pass.cpp:296:2: error: #error PRIdFAST16 not defined -cinttypes.pass.cpp:300:2: error: #error PRIdFAST32 not defined -cinttypes.pass.cpp:304:2: error: #error PRIdFAST64 not defined -cinttypes.pass.cpp:308:2: error: #error PRIdMAX not defined -cinttypes.pass.cpp:312:2: error: #error PRIdPTR not defined -cinttypes.pass.cpp:316:2: error: #error PRIi8 not defined -cinttypes.pass.cpp:320:2: error: #error PRIi16 not defined -cinttypes.pass.cpp:324:2: error: #error PRIi32 not defined -cinttypes.pass.cpp:328:2: error: #error PRIi64 not defined -cinttypes.pass.cpp:332:2: error: #error PRIiLEAST8 not defined -cinttypes.pass.cpp:336:2: error: #error PRIiLEAST16 not defined -cinttypes.pass.cpp:340:2: error: #error PRIiLEAST32 not defined -cinttypes.pass.cpp:344:2: error: #error PRIiLEAST64 not defined -cinttypes.pass.cpp:348:2: error: #error PRIiFAST8 not defined -cinttypes.pass.cpp:352:2: error: #error PRIiFAST16 not defined -cinttypes.pass.cpp:356:2: error: #error PRIiFAST32 not defined -cinttypes.pass.cpp:360:2: error: #error PRIiFAST64 not defined -cinttypes.pass.cpp:364:2: error: #error PRIiMAX not defined -cinttypes.pass.cpp:368:2: error: #error PRIiPTR not defined -cinttypes.pass.cpp:372:2: error: #error PRIo8 not defined -cinttypes.pass.cpp:376:2: error: #error PRIo16 not defined -cinttypes.pass.cpp:380:2: error: #error PRIo32 not defined -cinttypes.pass.cpp:384:2: error: #error PRIo64 not defined -cinttypes.pass.cpp:388:2: error: #error PRIoLEAST8 not defined -cinttypes.pass.cpp:392:2: error: #error PRIoLEAST16 not defined -cinttypes.pass.cpp:396:2: error: #error PRIoLEAST32 not defined -cinttypes.pass.cpp:400:2: error: #error PRIoLEAST64 not defined -cinttypes.pass.cpp:404:2: error: #error PRIoFAST8 not defined -cinttypes.pass.cpp:408:2: error: #error PRIoFAST16 not defined -cinttypes.pass.cpp:412:2: error: #error PRIoFAST32 not defined -cinttypes.pass.cpp:416:2: error: #error PRIoFAST64 not defined -cinttypes.pass.cpp:420:2: error: #error PRIoMAX not defined -cinttypes.pass.cpp:424:2: error: #error PRIoPTR not defined -cinttypes.pass.cpp:428:2: error: #error PRIu8 not defined -cinttypes.pass.cpp:432:2: error: #error PRIu16 not defined -cinttypes.pass.cpp:436:2: error: #error PRIu32 not defined -cinttypes.pass.cpp:440:2: error: #error PRIu64 not defined -cinttypes.pass.cpp:444:2: error: #error PRIuLEAST8 not defined -cinttypes.pass.cpp:448:2: error: #error PRIuLEAST16 not defined -cinttypes.pass.cpp:452:2: error: #error PRIuLEAST32 not defined -cinttypes.pass.cpp:456:2: error: #error PRIuLEAST64 not defined -cinttypes.pass.cpp:460:2: error: #error PRIuFAST8 not defined -cinttypes.pass.cpp:464:2: error: #error PRIuFAST16 not defined -cinttypes.pass.cpp:468:2: error: #error PRIuFAST32 not defined -cinttypes.pass.cpp:472:2: error: #error PRIuFAST64 not defined -cinttypes.pass.cpp:476:2: error: #error PRIuMAX not defined -cinttypes.pass.cpp:480:2: error: #error PRIuPTR not defined -cinttypes.pass.cpp:484:2: error: #error PRIx8 not defined -cinttypes.pass.cpp:488:2: error: #error PRIx16 not defined -cinttypes.pass.cpp:492:2: error: #error PRIx32 not defined -cinttypes.pass.cpp:496:2: error: #error PRIx64 not defined -cinttypes.pass.cpp:500:2: error: #error PRIxLEAST8 not defined -cinttypes.pass.cpp:504:2: error: #error PRIxLEAST16 not defined -cinttypes.pass.cpp:508:2: error: #error PRIxLEAST32 not defined -cinttypes.pass.cpp:512:2: error: #error PRIxLEAST64 not defined -cinttypes.pass.cpp:516:2: error: #error PRIxFAST8 not defined -cinttypes.pass.cpp:520:2: error: #error PRIxFAST16 not defined -cinttypes.pass.cpp:524:2: error: #error PRIxFAST32 not defined -cinttypes.pass.cpp:528:2: error: #error PRIxFAST64 not defined -cinttypes.pass.cpp:532:2: error: #error PRIxMAX not defined -cinttypes.pass.cpp:536:2: error: #error PRIxPTR not defined -cinttypes.pass.cpp:540:2: error: #error PRIX8 not defined -cinttypes.pass.cpp:544:2: error: #error PRIX16 not defined -cinttypes.pass.cpp:548:2: error: #error PRIX32 not defined -cinttypes.pass.cpp:552:2: error: #error PRIX64 not defined -cinttypes.pass.cpp:556:2: error: #error PRIXLEAST8 not defined -cinttypes.pass.cpp:560:2: error: #error PRIXLEAST16 not defined -cinttypes.pass.cpp:564:2: error: #error PRIXLEAST32 not defined -cinttypes.pass.cpp:568:2: error: #error PRIXLEAST64 not defined -cinttypes.pass.cpp:572:2: error: #error PRIXFAST8 not defined -cinttypes.pass.cpp:576:2: error: #error PRIXFAST16 not defined -cinttypes.pass.cpp:580:2: error: #error PRIXFAST32 not defined -cinttypes.pass.cpp:584:2: error: #error PRIXFAST64 not defined -cinttypes.pass.cpp:588:2: error: #error PRIXMAX not defined -cinttypes.pass.cpp:592:2: error: #error PRIXPTR not defined -cinttypes.pass.cpp:596:2: error: #error SCNd8 not defined -cinttypes.pass.cpp:600:2: error: #error SCNd16 not defined -cinttypes.pass.cpp:604:2: error: #error SCNd32 not defined -cinttypes.pass.cpp:608:2: error: #error SCNd64 not defined -cinttypes.pass.cpp:612:2: error: #error SCNdLEAST8 not defined -cinttypes.pass.cpp:616:2: error: #error SCNdLEAST16 not defined -cinttypes.pass.cpp:620:2: error: #error SCNdLEAST32 not defined -cinttypes.pass.cpp:624:2: error: #error SCNdLEAST64 not defined -cinttypes.pass.cpp:628:2: error: #error SCNdFAST8 not defined -cinttypes.pass.cpp:632:2: error: #error SCNdFAST16 not defined -cinttypes.pass.cpp:636:2: error: #error SCNdFAST32 not defined -cinttypes.pass.cpp:640:2: error: #error SCNdFAST64 not defined -cinttypes.pass.cpp:644:2: error: #error SCNdMAX not defined -cinttypes.pass.cpp:648:2: error: #error SCNdPTR not defined -cinttypes.pass.cpp:652:2: error: #error SCNi8 not defined -cinttypes.pass.cpp:656:2: error: #error SCNi16 not defined -cinttypes.pass.cpp:660:2: error: #error SCNi32 not defined -cinttypes.pass.cpp:664:2: error: #error SCNi64 not defined -cinttypes.pass.cpp:668:2: error: #error SCNiLEAST8 not defined -cinttypes.pass.cpp:672:2: error: #error SCNiLEAST16 not defined -cinttypes.pass.cpp:676:2: error: #error SCNiLEAST32 not defined -cinttypes.pass.cpp:680:2: error: #error SCNiLEAST64 not defined -cinttypes.pass.cpp:684:2: error: #error SCNiFAST8 not defined -cinttypes.pass.cpp:688:2: error: #error SCNiFAST16 not defined -cinttypes.pass.cpp:692:2: error: #error SCNiFAST32 not defined -cinttypes.pass.cpp:696:2: error: #error SCNiFAST64 not defined -cinttypes.pass.cpp:700:2: error: #error SCNiMAX not defined -cinttypes.pass.cpp:704:2: error: #error SCNiPTR not defined -cinttypes.pass.cpp:708:2: error: #error SCNo8 not defined -cinttypes.pass.cpp:712:2: error: #error SCNo16 not defined -cinttypes.pass.cpp:716:2: error: #error SCNo32 not defined -cinttypes.pass.cpp:720:2: error: #error SCNo64 not defined -cinttypes.pass.cpp:724:2: error: #error SCNoLEAST8 not defined -cinttypes.pass.cpp:728:2: error: #error SCNoLEAST16 not defined -cinttypes.pass.cpp:732:2: error: #error SCNoLEAST32 not defined -cinttypes.pass.cpp:736:2: error: #error SCNoLEAST64 not defined -cinttypes.pass.cpp:740:2: error: #error SCNoFAST8 not defined -cinttypes.pass.cpp:744:2: error: #error SCNoFAST16 not defined -cinttypes.pass.cpp:748:2: error: #error SCNoFAST32 not defined -cinttypes.pass.cpp:752:2: error: #error SCNoFAST64 not defined -cinttypes.pass.cpp:756:2: error: #error SCNoMAX not defined -cinttypes.pass.cpp:760:2: error: #error SCNoPTR not defined -cinttypes.pass.cpp:764:2: error: #error SCNu8 not defined -cinttypes.pass.cpp:768:2: error: #error SCNu16 not defined -cinttypes.pass.cpp:772:2: error: #error SCNu32 not defined -cinttypes.pass.cpp:776:2: error: #error SCNu64 not defined -cinttypes.pass.cpp:780:2: error: #error SCNuLEAST8 not defined -cinttypes.pass.cpp:784:2: error: #error SCNuLEAST16 not defined -cinttypes.pass.cpp:788:2: error: #error SCNuLEAST32 not defined -cinttypes.pass.cpp:792:2: error: #error SCNuLEAST64 not defined -cinttypes.pass.cpp:796:2: error: #error SCNuFAST8 not defined -cinttypes.pass.cpp:800:2: error: #error SCNuFAST16 not defined -cinttypes.pass.cpp:804:2: error: #error SCNuFAST32 not defined -cinttypes.pass.cpp:808:2: error: #error SCNuFAST64 not defined -cinttypes.pass.cpp:812:2: error: #error SCNuMAX not defined -cinttypes.pass.cpp:816:2: error: #error SCNuPTR not defined -cinttypes.pass.cpp:820:2: error: #error SCNx8 not defined -cinttypes.pass.cpp:824:2: error: #error SCNx16 not defined -cinttypes.pass.cpp:828:2: error: #error SCNx32 not defined -cinttypes.pass.cpp:832:2: error: #error SCNx64 not defined -cinttypes.pass.cpp:836:2: error: #error SCNxLEAST8 not defined -cinttypes.pass.cpp:840:2: error: #error SCNxLEAST16 not defined -cinttypes.pass.cpp:844:2: error: #error SCNxLEAST32 not defined -cinttypes.pass.cpp:848:2: error: #error SCNxLEAST64 not defined -cinttypes.pass.cpp:852:2: error: #error SCNxFAST8 not defined -cinttypes.pass.cpp:856:2: error: #error SCNxFAST16 not defined -cinttypes.pass.cpp:860:2: error: #error SCNxFAST32 not defined -cinttypes.pass.cpp:864:2: error: #error SCNxFAST64 not defined -cinttypes.pass.cpp:868:2: error: #error SCNxMAX not defined -cinttypes.pass.cpp:872:2: error: #error SCNxPTR not defined -cinttypes.pass.cpp failed to compile -failed 1 tests in /test/input.output/file.streams/c.files -passed 3 tests in /test/input.output/file.streams/c.files -passed 1 tests in /test/input.output/file.streams/fstreams -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign -passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons -passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members -Assertion failed: (f.sbumpc() == 0x4E51), function main, file underflow.pass.cpp, line 114. -./testit: line 84: 97593 Abort trap ./a.out -underflow.pass.cpp failed at run time -failed 1 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals -passed 1 tests in /test/input.output/file.streams/fstreams/fstream -passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ifstream -passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members -passed 1 tests in /test/input.output/file.streams/fstreams/ofstream -passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons -passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members -passed 1 tests in /test/input.output/input.output.general -passed 1 tests in /test/input.output/iostream.format -passed 4 tests in /test/input.output/iostream.format/ext.manip -passed 1 tests in /test/input.output/iostream.format/input.streams -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest -passed 1 tests in /test/input.output/iostream.format/input.streams/istream -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign -passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons -passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream_sentry -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted -passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts -passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip -passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue -passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted -passed 1 tests in /test/input.output/iostream.format/output.streams -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts -passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters -passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic -passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip -passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks -passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted -passed 2 tests in /test/input.output/iostream.format/output.streams/ostream_sentry -passed 7 tests in /test/input.output/iostream.format/std.manip -passed 2 tests in /test/input.output/iostream.forward -passed 1 tests in /test/input.output/iostream.objects -passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects -passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects -passed 1 tests in /test/input.output/iostreams.base -passed 1 tests in /test/input.output/iostreams.base/fpos -passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members -passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations -passed 1 tests in /test/input.output/iostreams.base/ios -passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons -passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members -passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags -passed 1 tests in /test/input.output/iostreams.base/ios.base -passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales -passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_Init -passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_failure -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_iostate -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_openmode -passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir -passed 1 tests in /test/input.output/iostreams.base/std.ios.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip -passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting -passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip -passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip -passed 2 tests in /test/input.output/iostreams.base/stream.types -passed 1 tests in /test/input.output/iostreams.requirements -passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos -passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety -passed 1 tests in /test/input.output/stream.buffers -passed 1 tests in /test/input.output/stream.buffers/streambuf -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales -passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer -passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales -passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback -passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put -passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts -passed 1 tests in /test/input.output/string.streams -passed 1 tests in /test/input.output/string.streams/istringstream -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign -passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons -passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members -passed 1 tests in /test/input.output/string.streams/ostringstream -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign -passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons -passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members -passed 1 tests in /test/input.output/string.streams/stringbuf -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign -passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons -passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members -passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals -passed 1 tests in /test/input.output/string.streams/stringstream -passed 3 tests in /test/input.output/string.streams/stringstream.cons -passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign -passed 1 tests in /test/input.output/string.streams/stringstream.members -passed 1 tests in /test/iterators -passed 1 tests in /test/iterators/iterator.primitives -passed 1 tests in /test/iterators/iterator.primitives/iterator.basic -passed 4 tests in /test/iterators/iterator.primitives/iterator.operations -passed 4 tests in /test/iterators/iterator.primitives/iterator.traits -passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags -passed 1 tests in /test/iterators/iterator.requirements -passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators -passed 1 tests in /test/iterators/iterator.requirements/forward.iterators -passed 1 tests in /test/iterators/iterator.requirements/input.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators -passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general -passed 1 tests in /test/iterators/iterator.requirements/output.iterators -passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators -passed 1 tests in /test/iterators/iterator.synopsis -passed 1 tests in /test/iterators/iterators.general -passed 1 tests in /test/iterators/predef.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ -passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter -passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator -passed 1 tests in /test/iterators/predef.iterators/move.iterators -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops -passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= -passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp -passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements -passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops -passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star -passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum -passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements -types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator]’: -types.pass.cpp:58: instantiated from here -types.pass.cpp:52: error: static assertion failed: "" -types.pass.cpp: In function ‘void test() [with It = random_access_iterator]’: -types.pass.cpp:59: instantiated from here -types.pass.cpp:52: error: static assertion failed: "" -types.pass.cpp failed to compile -failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator -passed 1 tests in /test/iterators/stream.iterators -passed 1 tests in /test/iterators/stream.iterators/istream.iterator -passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons -passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator -passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!= -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++ -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op== -passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk -passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy -passed 6 tests in /test/iterators/stream.iterators/iterator.range -passed 1 tests in /test/iterators/stream.iterators/ostream.iterator -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des -passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops -passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator -passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons -passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops -passed 1 tests in /test/language.support -passed 1 tests in /test/language.support/cstdint -passed 1 tests in /test/language.support/cstdint/cstdint.syn -passed 1 tests in /test/language.support/support.dynamic -passed 1 tests in /test/language.support/support.dynamic/alloc.errors -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler -passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler -passed 1 tests in /test/language.support/support.dynamic/new.delete -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array -passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces -passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement -passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single -passed 1 tests in /test/language.support/support.exception -passed 6 tests in /test/language.support/support.exception/except.nested -passed 1 tests in /test/language.support/support.exception/exception -passed 1 tests in /test/language.support/support.exception/exception.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate -passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler -passed 1 tests in /test/language.support/support.exception/exception.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception -passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected -passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler -passed 4 tests in /test/language.support/support.exception/propagation -passed 1 tests in /test/language.support/support.exception/uncaught -passed 1 tests in /test/language.support/support.general -passed 2 tests in /test/language.support/support.initlist -passed 1 tests in /test/language.support/support.initlist/support.initlist.access -passed 1 tests in /test/language.support/support.initlist/support.initlist.cons -not implemented: /test/language.support/support.initlist/support.initlist.range -passed 1 tests in /test/language.support/support.limits -passed 4 tests in /test/language.support/support.limits/c.limits -passed 2 tests in /test/language.support/support.limits/limits -passed 1 tests in /test/language.support/support.limits/limits/denorm.style -passed 1 tests in /test/language.support/support.limits/limits/numeric.limits -passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members -passed 1 tests in /test/language.support/support.limits/limits/numeric.special -passed 1 tests in /test/language.support/support.limits/limits/round.style -passed 1 tests in /test/language.support/support.rtti -passed 1 tests in /test/language.support/support.rtti/bad.cast -passed 1 tests in /test/language.support/support.rtti/bad.typeid -passed 2 tests in /test/language.support/support.rtti/type.info -passed 12 tests in /test/language.support/support.runtime -quick_exit.pass.cpp: In function ‘int main()’: -quick_exit.pass.cpp:19: error: ‘at_quick_exit’ is not a member of ‘std’ -quick_exit.pass.cpp:20: error: ‘quick_exit’ was not declared in this scope -quick_exit.pass.cpp failed to compile -failed 1 tests in /test/language.support/support.start.term -null.pass.cpp:13:2: error: #error NULL not defined -null.pass.cpp failed to compile -offsetof.pass.cpp:13:2: error: #error offsetof not defined -offsetof.pass.cpp failed to compile -failed 2 tests in /test/language.support/support.types -passed 5 tests in /test/language.support/support.types -passed 1 tests in /test/localization -passed 2 tests in /test/localization/c.locales -passed 1 tests in /test/localization/locale.categories -passed 1 tests in /test/localization/locale.categories/category.collate -passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate -passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members -passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals -passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname -passed 1 tests in /test/localization/locale.categories/category.ctype -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor -passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics -passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals -Undefined symbols: - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccSgW9DG.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccSgW9DG.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in ccSgW9DG.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccSgW9DG.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccSgW9DG.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccSgW9DG.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccSgW9DG.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccSgW9DG.o - (maybe you meant: __ZTVNSt3__17codecvtIDsc11__mbstate_tEE$non_lazy_ptr) - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccSgW9DG.o - my_facet::~my_facet() in ccSgW9DG.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSgW9DG.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccSgW9DG.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccMYljB3.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccMYljB3.o - "std::__1::codecvt::~codecvt()", referenced from: - my_facet::~my_facet() in ccMYljB3.o - my_facet::~my_facet() in ccMYljB3.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccMYljB3.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMYljB3.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccMYljB3.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccMYljB3.o - "typeinfo for std::__1::codecvt", referenced from: - typeinfo for my_facet in ccMYljB3.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccMYljB3.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccMYljB3.o - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccMYljB3.o - (maybe you meant: __ZTVNSt3__17codecvtIDic11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccKG4XtT.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char16_t.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccb2viLl.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -types_char32_t.pass.cpp failed to compile -failed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -passed 5 tests in /test/localization/locale.categories/category.ctype/locale.codecvt -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAqFAFv.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccGgIW4c.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccjI95Xj.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclRUlBz.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccqmaYdM.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccXbbnbc.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccCajLf6.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char16_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccDiOuna.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_always_noconv.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccivKiUO.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_encoding.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc4EyYxe.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_in.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccr2o0y8.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccwhOPZW.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_max_length.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc710zMx.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_out.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccqkFe5P.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char32_t_unshift.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdKsfQQ.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccdKsfQQ.o - (maybe you meant: __ZNSt3__17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdKsfQQ.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "vtable for std::__1::codecvt", referenced from: - __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccdKsfQQ.o - (maybe you meant: __ZTVNSt3__17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -utf_sanity_check.pass.cpp failed to compile -failed 15 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 14 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals -Undefined symbols: - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in cc4JpFiq.o - my_facet::~my_facet() in cc4JpFiq.o - "std::__1::codecvt::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc4JpFiq.o - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in cc4JpFiq.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: - vtable for my_facet in cc4JpFiq.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in cc4JpFiq.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in cc4JpFiq.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in cc4JpFiq.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in cc4JpFiq.o - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in cc4JpFiq.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in cc4JpFiq.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc4JpFiq.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in cc4JpFiq.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char16_t.pass.cpp failed to compile -Undefined symbols: - "typeinfo for std::__1::codecvt_byname", referenced from: - typeinfo for my_facet in ccyP8EpN.o - "std::__1::codecvt::do_max_length() const", referenced from: - vtable for my_facet in ccyP8EpN.o - "std::__1::codecvt::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccyP8EpN.o - "std::__1::codecvt::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: - vtable for my_facet in ccyP8EpN.o - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccyP8EpN.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt_byname::codecvt_byname(char const*, unsigned long)", referenced from: - my_facet::my_facet(char const*, unsigned long) in ccyP8EpN.o - "std::__1::codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: - vtable for my_facet in ccyP8EpN.o - "std::__1::codecvt::do_encoding() const", referenced from: - vtable for my_facet in ccyP8EpN.o - "std::__1::codecvt_byname::codecvt_byname(std::__1::basic_string, std::__1::allocator > const&, unsigned long)", referenced from: - my_facet::my_facet(std::__1::basic_string, std::__1::allocator > const&, unsigned long) in ccyP8EpN.o - "std::__1::codecvt::do_always_noconv() const", referenced from: - vtable for my_facet in ccyP8EpN.o - "std::__1::codecvt_byname::~codecvt_byname()", referenced from: - my_facet::~my_facet() in ccyP8EpN.o - my_facet::~my_facet() in ccyP8EpN.o - "std::__1::codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: - vtable for my_facet in ccyP8EpN.o -ld: symbol(s) not found -collect2: ld returned 1 exit status -ctor_char32_t.pass.cpp failed to compile -failed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname -passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype -passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members -passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals -passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname -passed 1 tests in /test/localization/locale.categories/category.messages -passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals -passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname -passed 1 tests in /test/localization/locale.categories/category.monetary -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals -passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put -passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals -passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members -passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals -passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname -passed 1 tests in /test/localization/locale.categories/category.numeric -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put -passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals -passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get -passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members -passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals -passed 1 tests in /test/localization/locale.categories/category.time -passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get -passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals -passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put -passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals -passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname -passed 1 tests in /test/localization/locale.categories/facet.numpunct -passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct -passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members -passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals -passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname -passed 1 tests in /test/localization/locale.categories/facets.examples -not implemented: /test/localization/locale.stdcvt -passed 1 tests in /test/localization/locale.syn -passed 1 tests in /test/localization/locales -passed 1 tests in /test/localization/locales/locale -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccb1IS7C.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccb1IS7C.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -assign.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccGN8D3d.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccGN8D3d.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -char_pointer.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAaoVN1.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAaoVN1.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -copy.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccdCCwPj.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdCCwPj.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -default.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cckB4Ajf.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cckB4Ajf.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_char_pointer_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccocwHs5.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccocwHs5.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_facetptr.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccPyS9Lg.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPyS9Lg.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_locale_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccuxCMtt.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccuxCMtt.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -locale_string_cat.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccfCpb0t.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccfCpb0t.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -string.pass.cpp failed to compile -failed 9 tests in /test/localization/locales/locale/locale.cons -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccJGZTF1.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJGZTF1.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -combine.pass.cpp failed to compile -failed 1 tests in /test/localization/locales/locale/locale.members -passed 1 tests in /test/localization/locales/locale/locale.members -passed 2 tests in /test/localization/locales/locale/locale.operators -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFmx6jf.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFmx6jf.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -classic.pass.cpp failed to compile -Undefined symbols: - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccLQIHPl.o - (maybe you meant: __ZNSt3__17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr) - "std::__1::codecvt::id", referenced from: - __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccLQIHPl.o - (maybe you meant: __ZNSt3__17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr) -ld: symbol(s) not found -collect2: ld returned 1 exit status -global.pass.cpp failed to compile -failed 2 tests in /test/localization/locales/locale/locale.statics -passed 1 tests in /test/localization/locales/locale/locale.types -passed 1 tests in /test/localization/locales/locale/locale.types/locale.category -passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet -passed 1 tests in /test/localization/locales/locale/locale.types/locale.id -passed 1 tests in /test/localization/locales/locale.convenience -passed 11 tests in /test/localization/locales/locale.convenience/classification -passed 1 tests in /test/localization/locales/locale.convenience/conversions -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer -passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character -not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string -passed 2 tests in /test/localization/locales/locale.global.templates -passed 1 tests in /test/localization/localization.general -passed 1 tests in /test/numerics -passed 4 tests in /test/numerics/c.math -passed 1 tests in /test/numerics/cfenv -passed 1 tests in /test/numerics/cfenv/cfenv.syn -passed 2 tests in /test/numerics/complex.number -passed 1 tests in /test/numerics/complex.number/ccmplx -passed 7 tests in /test/numerics/complex.number/cmplx.over -passed 1 tests in /test/numerics/complex.number/complex -passed 10 tests in /test/numerics/complex.number/complex.member.ops -passed 2 tests in /test/numerics/complex.number/complex.members -passed 22 tests in /test/numerics/complex.number/complex.ops -passed 12 tests in /test/numerics/complex.number/complex.special -passed 1 tests in /test/numerics/complex.number/complex.synopsis -passed 19 tests in /test/numerics/complex.number/complex.transcendentals -passed 8 tests in /test/numerics/complex.number/complex.value.ops -passed 1 tests in /test/numerics/numarray -passed 1 tests in /test/numerics/numarray/class.gslice -passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access -passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons -passed 1 tests in /test/numerics/numarray/class.slice -passed 2 tests in /test/numerics/numarray/class.slice/cons.slice -passed 1 tests in /test/numerics/numarray/class.slice/slice.access -passed 2 tests in /test/numerics/numarray/template.gslice.array -passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign -passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill -passed 2 tests in /test/numerics/numarray/template.indirect.array -passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign -passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill -passed 2 tests in /test/numerics/numarray/template.mask.array -passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign -passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign -passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill -passed 2 tests in /test/numerics/numarray/template.slice.array -passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign -passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign -passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill -passed 1 tests in /test/numerics/numarray/template.valarray -passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign -passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign -passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons -passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members -passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub -passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary -passed 1 tests in /test/numerics/numarray/valarray.nonmembers -passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary -passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison -passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special -passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend -passed 4 tests in /test/numerics/numarray/valarray.range -passed 1 tests in /test/numerics/numarray/valarray.syn -passed 1 tests in /test/numerics/numeric.ops -passed 2 tests in /test/numerics/numeric.ops/accumulate -passed 2 tests in /test/numerics/numeric.ops/adjacent.difference -passed 2 tests in /test/numerics/numeric.ops/inner.product -passed 1 tests in /test/numerics/numeric.ops/numeric.iota -passed 2 tests in /test/numerics/numeric.ops/partial.sum -passed 1 tests in /test/numerics/numeric.requirements -passed 1 tests in /test/numerics/numerics.general -passed 1 tests in /test/numerics/rand -passed 1 tests in /test/numerics/rand/rand.adapt -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.disc -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.ibits -passed 12 tests in /test/numerics/rand/rand.adapt/rand.adapt.shuf -passed 3 tests in /test/numerics/rand/rand.device -passed 1 tests in /test/numerics/rand/rand.dis -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.bern -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.norm -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.pois -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.samp -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst -passed 24 tests in /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear -passed 1 tests in /test/numerics/rand/rand.dis/rand.dist.uni -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int -passed 18 tests in /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real -passed 1 tests in /test/numerics/rand/rand.eng -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.lcong -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.mers -passed 12 tests in /test/numerics/rand/rand.eng/rand.eng.sub -passed 10 tests in /test/numerics/rand/rand.predef -passed 1 tests in /test/numerics/rand/rand.req -passed 1 tests in /test/numerics/rand/rand.req/rand.req.adapt -passed 1 tests in /test/numerics/rand/rand.req/rand.req.dst -passed 1 tests in /test/numerics/rand/rand.req/rand.req.eng -passed 1 tests in /test/numerics/rand/rand.req/rand.req.genl -passed 1 tests in /test/numerics/rand/rand.req/rand.req.seedseq -passed 1 tests in /test/numerics/rand/rand.req/rand.req.urng -passed 1 tests in /test/numerics/rand/rand.synopsis -passed 1 tests in /test/numerics/rand/rand.util -passed 1 tests in /test/numerics/rand/rand.util/rand.util.canonical -passed 7 tests in /test/numerics/rand/rand.util/rand.util.seedseq -not implemented: /test/re -not implemented: /test/re/re.alg -not implemented: /test/re/re.alg/re.alg.match -not implemented: /test/re/re.alg/re.alg.replace -not implemented: /test/re/re.alg/re.alg.search -not implemented: /test/re/re.alg/re.except -not implemented: /test/re/re.badexp -not implemented: /test/re/re.const -not implemented: /test/re/re.const/re.err -not implemented: /test/re/re.const/re.matchflag -not implemented: /test/re/re.const/re.synopt -not implemented: /test/re/re.def -not implemented: /test/re/re.def/defns.regex.collating.element -not implemented: /test/re/re.def/defns.regex.finite.state.machine -not implemented: /test/re/re.def/defns.regex.format.specifier -not implemented: /test/re/re.def/defns.regex.matched -not implemented: /test/re/re.def/defns.regex.primary.equivalence.class -not implemented: /test/re/re.def/defns.regex.regular.expression -not implemented: /test/re/re.def/defns.regex.subexpression -not implemented: /test/re/re.general -not implemented: /test/re/re.grammar -not implemented: /test/re/re.iter -not implemented: /test/re/re.iter/re.regiter -not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr -not implemented: /test/re/re.iter/re.regiter/re.regiter.comp -not implemented: /test/re/re.iter/re.regiter/re.regiter.deref -not implemented: /test/re/re.iter/re.regiter/re.regiter.incr -not implemented: /test/re/re.iter/re.tokiter -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref -not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr -not implemented: /test/re/re.regex -not implemented: /test/re/re.regex/re.regex.assign -not implemented: /test/re/re.regex/re.regex.const -not implemented: /test/re/re.regex/re.regex.construct -not implemented: /test/re/re.regex/re.regex.locale -not implemented: /test/re/re.regex/re.regex.nonmemb -not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap -not implemented: /test/re/re.regex/re.regex.operations -not implemented: /test/re/re.regex/re.regex.swap -not implemented: /test/re/re.req -not implemented: /test/re/re.results -not implemented: /test/re/re.results/re.results.acc -not implemented: /test/re/re.results/re.results.all -not implemented: /test/re/re.results/re.results.const -not implemented: /test/re/re.results/re.results.form -not implemented: /test/re/re.results/re.results.nonmember -not implemented: /test/re/re.results/re.results.size -not implemented: /test/re/re.results/re.results.swap -not implemented: /test/re/re.submatch -not implemented: /test/re/re.submatch/re.submatch.members -not implemented: /test/re/re.submatch/re.submatch.op -not implemented: /test/re/re.syn -not implemented: /test/re/re.traits -passed 1 tests in /test/strings -passed 1 tests in /test/strings/basic.string -passed 4 tests in /test/strings/basic.string/string.access -passed 10 tests in /test/strings/basic.string/string.capacity -passed 16 tests in /test/strings/basic.string/string.cons -passed 8 tests in /test/strings/basic.string/string.iterators -passed 1 tests in /test/strings/basic.string/string.modifiers -passed 8 tests in /test/strings/basic.string/string.modifiers/string_append -passed 8 tests in /test/strings/basic.string/string.modifiers/string_assign -passed 1 tests in /test/strings/basic.string/string.modifiers/string_copy -passed 4 tests in /test/strings/basic.string/string.modifiers/string_erase -passed 9 tests in /test/strings/basic.string/string.modifiers/string_insert -passed 4 tests in /test/strings/basic.string/string.modifiers/string_op+= -passed 11 tests in /test/strings/basic.string/string.modifiers/string_replace -passed 1 tests in /test/strings/basic.string/string.modifiers/string_swap -passed 1 tests in /test/strings/basic.string/string.nonmembers -passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io -passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_op!= -passed 5 tests in /test/strings/basic.string/string.nonmembers/string_op+ -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_operator== -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_opgt= -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt -passed 3 tests in /test/strings/basic.string/string.nonmembers/string_oplt= -passed 1 tests in /test/strings/basic.string/string.ops -passed 3 tests in /test/strings/basic.string/string.ops/string.accessors -passed 6 tests in /test/strings/basic.string/string.ops/string_compare -passed 4 tests in /test/strings/basic.string/string.ops/string_find -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.first.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.not.of -passed 4 tests in /test/strings/basic.string/string.ops/string_find.last.of -passed 4 tests in /test/strings/basic.string/string.ops/string_rfind -passed 1 tests in /test/strings/basic.string/string.ops/string_substr -passed 1 tests in /test/strings/basic.string/string.require -passed 1 tests in /test/strings/basic.string.hash -cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -cuchar.pass.cpp failed to compile -version_cuchar.pass.cpp:12:18: error: cuchar: No such file or directory -version_cuchar.pass.cpp:15:2: error: #error _LIBCPP_VERSION not defined -version_cuchar.pass.cpp failed to compile -failed 2 tests in /test/strings/c.strings -passed 8 tests in /test/strings/c.strings -passed 1 tests in /test/strings/char.traits -passed 1 tests in /test/strings/char.traits/char.traits.require -passed 1 tests in /test/strings/char.traits/char.traits.specializations -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t -passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t -passed 1 tests in /test/strings/char.traits/char.traits.typedefs -passed 1 tests in /test/strings/string.classes -not implemented: /test/strings/string.conversions -not implemented: /test/strings/strings.general -passed 1 tests in /test/thread -passed 1 tests in /test/thread/futures -not implemented: /test/thread/futures/futures.async -not implemented: /test/thread/futures/futures.atomic_future -not implemented: /test/thread/futures/futures.errors -not implemented: /test/thread/futures/futures.future_error -passed 3 tests in /test/thread/futures/futures.overview -not implemented: /test/thread/futures/futures.promise -not implemented: /test/thread/futures/futures.shared_future -not implemented: /test/thread/futures/futures.state -not implemented: /test/thread/futures/futures.tas -not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers -not implemented: /test/thread/futures/futures.tas/futures.task.members -not implemented: /test/thread/futures/futures.unique_future -notify_all_at_thread_exit.pass.cpp:20:2: error: #error notify_all_at_thread_exit not implemented -notify_all_at_thread_exit.pass.cpp failed to compile -failed 1 tests in /test/thread/thread.condition -passed 2 tests in /test/thread/thread.condition -passed 13 tests in /test/thread/thread.condition/thread.condition.condvar -passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany -passed 1 tests in /test/thread/thread.general -passed 1 tests in /test/thread/thread.mutex -passed 1 tests in /test/thread/thread.mutex/thread.lock -passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard -passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique -passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons -passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod -passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs -passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm -passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class -passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive -passed 1 tests in /test/thread/thread.mutex/thread.once -passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce -passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag -passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class -passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive -passed 1 tests in /test/thread/thread.req -passed 1 tests in /test/thread/thread.req/thread.req.exception -passed 1 tests in /test/thread/thread.req/thread.req.native -passed 1 tests in /test/thread/thread.req/thread.req.paramname -passed 1 tests in /test/thread/thread.req/thread.req.timing -passed 1 tests in /test/thread/thread.threads -passed 1 tests in /test/thread/thread.threads/thread.thread.class -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm -passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign -passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr -passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id -passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member -passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static -passed 4 tests in /test/thread/thread.threads/thread.thread.this -passed 1 tests in /test/utilities -passed 1 tests in /test/utilities/date.time -passed 1 tests in /test/utilities/function.objects -passed 6 tests in /test/utilities/function.objects/arithmetic.operations -passed 1 tests in /test/utilities/function.objects/base -passed 1 tests in /test/utilities/function.objects/bind -passed 1 tests in /test/utilities/function.objects/bind/func.bind -passed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind -passed 2 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind -passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place -passed 3 tests in /test/utilities/function.objects/bitwise.operations -passed 6 tests in /test/utilities/function.objects/comparisons -passed 1 tests in /test/utilities/function.objects/func.def -passed 6 tests in /test/utilities/function.objects/func.memfn -passed 2 tests in /test/utilities/function.objects/func.require -passed 1 tests in /test/utilities/function.objects/func.wrap -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap -alloc.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&); not implemented -alloc.pass.cpp failed to compile -alloc_F.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, F); not implemented -alloc_F.pass.cpp failed to compile -alloc_function.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, const function&); not implemented -alloc_function.pass.cpp failed to compile -alloc_nullptr.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, nullptr_t); not implemented -alloc_nullptr.pass.cpp failed to compile -alloc_rfunction.pass.cpp:21:2: error: #error template function(allocator_arg_t, const A&, function&&); not implemented -alloc_rfunction.pass.cpp failed to compile -failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con -passed 4 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv -assign_F_alloc.pass.cpp:21:2: error: #error template void assign(F&&, const A&); not implemented -assign_F_alloc.pass.cpp failed to compile -failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod -passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr -passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ -passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors -passed 3 tests in /test/utilities/function.objects/logical.operations -passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors -passed 4 tests in /test/utilities/function.objects/negators -passed 4 tests in /test/utilities/function.objects/refwrap -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access -passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign -passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.const -passed 5 tests in /test/utilities/function.objects/refwrap/refwrap.helpers -passed 4 tests in /test/utilities/function.objects/refwrap/refwrap.invoke -passed 3 tests in /test/utilities/function.objects/unord.hash -passed 1 tests in /test/utilities/memory -passed 1 tests in /test/utilities/memory/allocator.adaptor -passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr -passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members -passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types -passed 1 tests in /test/utilities/memory/allocator.tag -passed 3 tests in /test/utilities/memory/allocator.traits -passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members -passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types -passed 1 tests in /test/utilities/memory/allocator.uses -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction -passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait -passed 1 tests in /test/utilities/memory/c.malloc -passed 2 tests in /test/utilities/memory/default.allocator -passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals -passed 4 tests in /test/utilities/memory/default.allocator/allocator.members -passed 5 tests in /test/utilities/memory/pointer.traits -passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions -passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types -passed 1 tests in /test/utilities/memory/ptr.align -passed 1 tests in /test/utilities/memory/specialized.algorithms -passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof -passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill -passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n -passed 1 tests in /test/utilities/memory/storage.iterator -passed 1 tests in /test/utilities/memory/temporary.buffer -passed 1 tests in /test/utilities/memory/unique.ptr -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general -passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime -passed 42 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor -passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single -passed 17 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn -passed 48 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor -passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor -passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers -passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers -passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special -passed 3 tests in /test/utilities/memory/util.dynamic.safety -passed 1 tests in /test/utilities/memory/util.smartptr -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp -passed 20 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod -passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec -not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless -passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign -passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest -passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod -passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec -passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr -passed 1 tests in /test/utilities/meta -passed 1 tests in /test/utilities/meta/meta.hel -is_convertible.pass.cpp: In function ‘int main()’: -is_convertible.pass.cpp:225: error: static assertion failed: "" -is_convertible.pass.cpp:275: error: static assertion failed: "" -is_convertible.pass.cpp:277: error: static assertion failed: "" -is_convertible.pass.cpp:319: error: static assertion failed: "" -is_convertible.pass.cpp failed to compile -is_explicitly_convertible.pass.cpp: In function ‘int main()’: -is_explicitly_convertible.pass.cpp:22: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:22: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:22: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:22: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:22: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:22: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:23: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:23: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:23: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:23: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:24: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:24: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:24: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:24: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:25: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:25: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:25: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:25: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:27: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:27: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:27: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:27: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:28: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:28: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:28: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:28: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:30: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:30: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:30: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:30: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:31: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:31: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:31: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:31: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:33: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:33: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:33: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:33: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:34: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:34: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:34: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:34: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:35: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:35: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:35: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:35: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:36: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:36: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:36: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:38: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:38: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:38: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:39: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:39: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:39: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:40: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:40: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:40: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:40: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:41: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:41: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:41: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:43: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:43: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:43: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:43: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:44: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:44: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:44: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:45: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:45: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:45: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:46: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:46: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:46: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:46: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:48: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:48: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:48: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:49: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:49: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:49: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:50: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:51: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:51: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:51: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:51: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:53: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:53: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:53: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:54: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:54: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:54: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:55: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:55: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:55: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:56: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:56: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:56: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:56: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:58: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:58: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:58: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:59: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:59: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:59: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:60: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:60: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:60: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:61: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:61: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:61: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:61: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:64: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:64: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:64: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:64: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:65: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:65: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:65: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:65: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:67: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:67: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:67: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:69: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:69: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:69: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:70: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:70: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:70: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:72: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:72: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:72: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:73: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:73: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:73: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:73: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:75: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:75: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:75: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:76: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:76: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:76: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:76: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:76: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:76: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:76: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:76: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:78: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:78: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:79: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:79: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:79: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:81: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:81: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:81: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:81: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:82: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:82: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:82: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:82: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:82: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:82: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:84: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:84: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:84: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:84: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:85: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:85: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:85: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:85: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:85: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:85: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:87: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:87: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:87: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:88: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:88: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:88: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:88: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:88: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:88: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:91: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:91: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:91: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:91: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:91: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:92: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:92: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:92: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:92: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:94: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:94: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:94: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:94: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:96: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:96: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:97: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:97: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:97: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:97: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:97: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:97: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:97: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:99: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:99: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:100: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:100: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:100: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:100: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:100: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:100: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:100: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:102: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:102: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:103: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:103: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:103: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:103: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:103: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:103: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:103: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:105: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:105: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:106: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:106: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:106: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:108: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:108: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:108: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:108: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:109: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:109: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:109: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:109: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:109: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:111: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:111: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:111: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:112: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:112: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:112: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:112: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:112: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:114: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:114: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:114: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:115: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:115: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:115: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:115: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:115: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:118: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:118: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:118: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:118: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:118: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:119: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:119: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:119: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:119: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:120: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:120: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:120: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:121: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:121: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:121: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:121: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:121: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:123: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:123: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:124: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:124: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:124: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:124: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:124: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:124: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:124: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:126: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:126: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:127: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:127: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:127: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:127: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:127: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:127: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:127: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:129: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:129: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:130: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:130: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:130: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:130: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:130: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:130: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:130: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:131: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:131: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:131: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:131: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:131: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:132: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:132: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:132: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:134: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:134: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:135: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:135: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:135: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:135: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:136: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:136: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:136: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:136: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:136: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:137: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:137: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:137: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:137: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:139: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:139: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:139: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:139: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:140: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:140: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:140: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:140: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:141: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:141: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:141: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:142: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:142: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:142: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:142: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:142: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:144: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:144: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:144: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:145: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:145: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:145: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:145: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:146: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:146: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:146: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:147: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:147: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:147: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:147: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:147: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:149: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:149: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:149: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:150: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:150: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:150: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:150: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:151: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:151: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:151: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:152: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:152: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:152: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:152: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:152: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:154: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:154: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:154: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:155: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:155: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:155: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:155: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:156: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:156: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:156: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:157: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:157: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:157: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:157: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:157: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:160: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:160: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:160: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:160: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:161: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:161: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:161: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:162: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:162: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:162: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:162: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:162: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:162: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:163: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:163: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:163: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:165: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:165: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:165: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:166: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:166: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:166: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:168: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:168: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:169: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:169: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:169: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:171: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:171: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:171: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:172: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:172: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:172: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:172: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:172: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:172: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:172: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:173: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:173: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:173: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:173: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:174: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:174: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:174: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:176: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:176: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:177: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:177: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:177: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:177: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:178: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:178: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:178: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:178: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:179: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:179: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:179: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:179: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:181: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:181: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:181: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:181: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:182: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:182: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:182: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:182: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:183: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:183: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:183: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:184: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:184: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:184: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:184: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:186: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:186: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:186: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:187: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:187: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:187: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:187: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:188: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:188: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:188: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:189: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:189: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:189: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:189: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:191: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:191: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:191: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:192: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:192: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:192: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:192: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:193: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:193: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:193: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:194: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:194: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:194: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:194: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:196: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:196: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:196: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:197: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:197: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:197: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:197: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:198: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:198: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:198: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:199: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:199: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:199: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:199: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:202: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:202: error: expected primary-expression before ‘void’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘void’ -is_explicitly_convertible.pass.cpp:202: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:202: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:203: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:203: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:203: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:204: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:204: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:204: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:204: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:204: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:205: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:205: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:205: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:207: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:207: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:207: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:208: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:208: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:208: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:210: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:210: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:211: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:211: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:211: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:213: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:213: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:213: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:214: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:214: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘*’ token -is_explicitly_convertible.pass.cpp:214: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:214: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:214: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:214: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:214: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:215: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:215: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:215: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:215: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:216: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:216: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:216: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:218: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:218: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:219: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:219: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:219: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:219: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:220: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:220: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:220: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:220: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:221: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:221: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:221: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:221: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:223: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:223: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:223: error: expected primary-expression before ‘>’ token -is_explicitly_convertible.pass.cpp:223: error: ‘::value’ has not been declared -is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:224: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:224: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:224: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:224: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:225: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:225: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:225: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:226: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:226: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:226: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:226: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:228: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:228: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:228: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:229: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:229: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:229: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:229: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:230: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:230: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:230: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:231: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:231: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:231: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:231: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:233: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:233: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:233: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:234: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:234: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:234: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:234: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:235: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:235: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:235: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:236: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:236: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:236: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:236: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:238: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:238: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:238: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘&’ token -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘,’ token -is_explicitly_convertible.pass.cpp:239: error: a comma operator cannot appear in a constant-expression -is_explicitly_convertible.pass.cpp:239: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:239: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:239: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:240: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:240: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:240: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:241: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:241: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:241: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:241: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:244: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:244: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:244: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:245: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:245: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:245: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:246: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:246: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:246: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:246: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:247: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:247: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:247: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:249: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:249: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:249: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:250: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:250: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:250: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:252: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:252: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:252: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:253: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:253: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:253: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:255: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:255: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:255: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:256: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:256: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:256: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:256: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:257: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:257: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:257: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:257: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:258: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:258: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:258: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:260: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:260: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:260: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:261: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:261: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:261: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:262: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:262: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:262: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:262: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:263: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:263: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:263: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:265: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:265: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:265: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:265: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:266: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:266: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:266: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:267: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:267: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:267: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:268: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:268: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:268: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:268: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:270: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:270: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:270: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:271: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:271: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:271: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:272: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:272: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:272: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:273: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:273: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:273: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:273: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:275: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:275: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:275: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:276: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:276: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:276: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:277: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:277: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:277: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:278: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:278: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:278: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:278: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:280: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:280: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:280: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:281: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:281: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:281: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:282: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:282: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:282: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:283: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:283: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:283: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:283: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:286: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:286: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:286: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:287: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:287: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:287: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:288: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:288: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:288: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:288: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:289: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:289: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:289: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:291: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:291: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:291: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:292: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:292: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:292: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:294: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:294: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:294: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:295: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:295: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:295: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:297: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:297: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:297: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:298: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:298: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:298: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:298: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:299: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:299: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:299: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:299: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:300: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:300: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:300: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:302: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:302: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:302: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:303: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:303: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:303: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:304: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:304: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:304: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:304: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:305: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:305: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:305: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:307: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:307: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:307: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:307: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:308: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:308: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:308: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:309: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:309: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:309: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:310: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:310: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:310: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:310: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:312: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:312: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:312: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:313: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:313: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:313: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:314: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:314: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:314: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:315: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:315: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:315: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:315: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:317: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:317: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:317: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:318: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:318: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:318: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:319: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:319: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:319: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:320: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:320: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:320: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:320: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:322: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:322: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:322: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:323: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:323: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:323: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:324: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:324: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:324: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:325: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:325: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:325: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:325: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:328: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:328: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:328: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:329: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:329: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:329: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:330: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:330: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:330: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:330: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:331: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:331: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:331: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:333: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:333: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:333: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:334: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:334: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:334: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:336: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:336: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:336: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:337: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:337: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:337: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:339: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:339: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:339: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:340: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:340: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:340: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:340: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:341: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:341: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:341: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:341: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:342: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:342: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:342: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:344: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:344: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:344: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:345: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:345: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:345: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:346: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:346: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:346: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:346: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:347: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:347: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:347: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:349: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:349: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:349: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:349: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:350: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:350: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:350: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:351: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:351: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:351: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:352: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:352: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:352: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:352: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:354: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:354: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:354: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:355: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:355: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:355: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:356: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:356: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:356: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:357: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:357: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:357: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:357: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:359: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:359: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:359: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:360: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:360: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:360: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:361: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:361: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:361: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:362: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:362: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:362: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:362: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:364: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:364: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:364: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:365: error: expected primary-expression before ‘char’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘char’ -is_explicitly_convertible.pass.cpp:365: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:365: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:366: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:366: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:366: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: ‘is_explicitly_convertible’ is not a member of ‘std’ -is_explicitly_convertible.pass.cpp:367: error: expected primary-expression before ‘const’ -is_explicitly_convertible.pass.cpp:367: error: expected ‘)’ before ‘const’ -is_explicitly_convertible.pass.cpp:367: error: expected ‘,’ before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: expected string-literal before ‘;’ token -is_explicitly_convertible.pass.cpp:367: error: expected ‘)’ before ‘;’ token -is_explicitly_convertible.pass.cpp failed to compile -failed 2 tests in /test/utilities/meta/meta.rel -passed 2 tests in /test/utilities/meta/meta.rel -passed 1 tests in /test/utilities/meta/meta.rqmts -passed 1 tests in /test/utilities/meta/meta.trans -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr -passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv -underlying_type.pass.cpp:18:2: error: #error underlying_type is not implemented -underlying_type.pass.cpp failed to compile -failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr -passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref -passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign -passed 1 tests in /test/utilities/meta/meta.type.synop -passed 1 tests in /test/utilities/meta/meta.unary -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.cat -passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp -has_copy_assign.pass.cpp:18:2: error: #error has_copy_assign not implemented -has_copy_assign.pass.cpp failed to compile -has_copy_constructor.pass.cpp:18:2: error: #error has_copy_constructor not implemented -has_copy_constructor.pass.cpp failed to compile -has_default_constructor.pass.cpp:18:2: error: #error has_default_constructor not implemented -has_default_constructor.pass.cpp failed to compile -has_move_assign.pass.cpp:18:2: error: #error has_move_assign not implemented -has_move_assign.pass.cpp failed to compile -has_move_constructor.pass.cpp:18:2: error: #error has_move_constructor not implemented -has_move_constructor.pass.cpp failed to compile -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:66: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:67: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:68: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:75: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp:76: instantiated from here -has_nothrow_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_assign.pass.cpp failed to compile -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: -has_nothrow_copy_constructor.pass.cpp:64: instantiated from here -has_nothrow_copy_constructor.pass.cpp:28: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:29: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:30: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:31: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:66: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:67: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:68: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:75: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp:76: instantiated from here -has_nothrow_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_copy_constructor.pass.cpp failed to compile -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:66: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:67: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:68: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:75: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp:76: instantiated from here -has_nothrow_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_nothrow_default_constructor.pass.cpp failed to compile -has_nothrow_move_assign.pass.cpp:18:2: error: #error has_nothrow_move_assign not implemented -has_nothrow_move_assign.pass.cpp failed to compile -has_nothrow_move_constructor.pass.cpp:18:2: error: #error has_nothrow_move_constructor not implemented -has_nothrow_move_constructor.pass.cpp failed to compile -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:66: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:67: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:68: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:75: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp:76: instantiated from here -has_trivial_copy_assign.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_assign.pass.cpp failed to compile -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: -has_trivial_copy_constructor.pass.cpp:64: instantiated from here -has_trivial_copy_constructor.pass.cpp:28: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:29: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:30: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:31: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:66: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:67: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:68: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:75: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp:76: instantiated from here -has_trivial_copy_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_copy_constructor.pass.cpp failed to compile -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:66: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:67: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:68: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:75: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp:76: instantiated from here -has_trivial_default_constructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_default_constructor.pass.cpp failed to compile -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:68: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:69: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:19: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:20: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:21: error: static assertion failed: "" -has_trivial_destructor.pass.cpp:76: instantiated from here -has_trivial_destructor.pass.cpp:22: error: static assertion failed: "" -has_trivial_destructor.pass.cpp failed to compile -has_trivial_move_assign.pass.cpp:18:2: error: #error has_trivial_move_assign not implemented -has_trivial_move_assign.pass.cpp failed to compile -has_trivial_move_constructor.pass.cpp:18:2: error: #error has_trivial_move_constructor not implemented -has_trivial_move_constructor.pass.cpp failed to compile -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:19: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:20: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:21: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:75: instantiated from here -has_virtual_destructor.pass.cpp:22: error: static assertion failed: "" -has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:19: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:20: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:21: error: static assertion failed: "" -has_virtual_destructor.pass.cpp:76: instantiated from here -has_virtual_destructor.pass.cpp:22: error: static assertion failed: "" -has_virtual_destructor.pass.cpp failed to compile -is_literal_type.pass.cpp: In function ‘int main()’: -is_literal_type.pass.cpp:18: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:18: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:18: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:19: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:19: error: expected primary-expression before ‘const’ -is_literal_type.pass.cpp:19: error: expected ‘,’ before ‘const’ -is_literal_type.pass.cpp:19: error: expected string-literal before ‘const’ -is_literal_type.pass.cpp:19: error: expected ‘)’ before ‘const’ -is_literal_type.pass.cpp:20: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:20: error: expected primary-expression before ‘int’ -is_literal_type.pass.cpp:20: error: expected ‘,’ before ‘int’ -is_literal_type.pass.cpp:20: error: expected string-literal before ‘int’ -is_literal_type.pass.cpp:20: error: expected ‘)’ before ‘int’ -is_literal_type.pass.cpp:21: error: ‘is_literal_type’ is not a member of ‘std’ -is_literal_type.pass.cpp:21: error: expected primary-expression before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected ‘,’ before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected string-literal before ‘volatile’ -is_literal_type.pass.cpp:21: error: expected ‘)’ before ‘volatile’ -is_literal_type.pass.cpp failed to compile -is_nothrow_constructible.pass.cpp: In function ‘int main()’: -is_nothrow_constructible.pass.cpp:50: error: ‘is_nothrow_constructible’ is not a member of ‘std’ -is_nothrow_constructible.pass.cpp:50: error: expected primary-expression before ‘int’ -is_nothrow_constructible.pass.cpp:50: error: expected ‘)’ before ‘int’ -is_nothrow_constructible.pass.cpp:50: error: expected ‘,’ before ‘;’ token -is_nothrow_constructible.pass.cpp:50: error: expected string-literal before ‘;’ token -is_nothrow_constructible.pass.cpp:50: error: expected ‘)’ before ‘;’ token -is_nothrow_constructible.pass.cpp failed to compile -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:46: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:47: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:48: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:49: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:20: error: static assertion failed: "" -is_pod.pass.cpp:50: instantiated from here -is_pod.pass.cpp:22: error: static assertion failed: "" -is_pod.pass.cpp failed to compile -is_standard_layout.pass.cpp: In function ‘int main()’: -is_standard_layout.pass.cpp:18: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:18: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:18: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:19: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:19: error: expected primary-expression before ‘int’ -is_standard_layout.pass.cpp:19: error: expected ‘,’ before ‘int’ -is_standard_layout.pass.cpp:19: error: expected string-literal before ‘int’ -is_standard_layout.pass.cpp:19: error: expected ‘)’ before ‘int’ -is_standard_layout.pass.cpp:20: error: ‘is_standard_layout’ is not a member of ‘std’ -is_standard_layout.pass.cpp:20: error: expected primary-expression before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected ‘,’ before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected string-literal before ‘volatile’ -is_standard_layout.pass.cpp:20: error: expected ‘)’ before ‘volatile’ -is_standard_layout.pass.cpp failed to compile -is_trivial.pass.cpp: In function ‘int main()’: -is_trivial.pass.cpp:18: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:18: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:18: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:18: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:18: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:19: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:19: error: expected primary-expression before ‘int’ -is_trivial.pass.cpp:19: error: expected ‘,’ before ‘int’ -is_trivial.pass.cpp:19: error: expected string-literal before ‘int’ -is_trivial.pass.cpp:19: error: expected ‘)’ before ‘int’ -is_trivial.pass.cpp:20: error: ‘is_trivial’ is not a member of ‘std’ -is_trivial.pass.cpp:20: error: expected primary-expression before ‘volatile’ -is_trivial.pass.cpp:20: error: expected ‘,’ before ‘volatile’ -is_trivial.pass.cpp:20: error: expected string-literal before ‘volatile’ -is_trivial.pass.cpp:20: error: expected ‘)’ before ‘volatile’ -is_trivial.pass.cpp failed to compile -is_trivialially_copyable.pass.cpp: In function ‘int main()’: -is_trivialially_copyable.pass.cpp:30: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:30: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:30: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:31: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:31: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:31: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:32: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:32: error: expected primary-expression before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected ‘,’ before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected string-literal before ‘int’ -is_trivialially_copyable.pass.cpp:32: error: expected ‘)’ before ‘int’ -is_trivialially_copyable.pass.cpp:33: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:33: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:33: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp:34: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:34: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:34: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:35: error: expected primary-expression before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected ‘,’ before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected string-literal before ‘const’ -is_trivialially_copyable.pass.cpp:35: error: expected ‘)’ before ‘const’ -is_trivialially_copyable.pass.cpp:36: error: ‘is_trivially_copyable’ is not a member of ‘std’ -is_trivialially_copyable.pass.cpp:36: error: expected primary-expression before ‘>’ token -is_trivialially_copyable.pass.cpp:36: error: ‘::value’ has not been declared -is_trivialially_copyable.pass.cpp failed to compile -failed 23 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 11 tests in /test/utilities/meta/meta.unary/meta.unary.prop -passed 2 tests in /test/utilities/ratio -passed 8 tests in /test/utilities/ratio/ratio.arithmetic -passed 6 tests in /test/utilities/ratio/ratio.comparison -passed 4 tests in /test/utilities/ratio/ratio.ratio -passed 1 tests in /test/utilities/ratio/ratio.si -passed 2 tests in /test/utilities/template.bitset -passed 4 tests in /test/utilities/template.bitset/bitset.cons -passed 1 tests in /test/utilities/template.bitset/bitset.hash -passed 26 tests in /test/utilities/template.bitset/bitset.members -passed 5 tests in /test/utilities/template.bitset/bitset.operators -passed 7 tests in /test/utilities/time -passed 1 tests in /test/utilities/time/time.clock -passed 2 tests in /test/utilities/time/time.clock/time.clock.hires -passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic -passed 5 tests in /test/utilities/time/time.clock/time.clock.system -passed 1 tests in /test/utilities/time/time.clock.req -passed 5 tests in /test/utilities/time/time.duration -passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic -passed 2 tests in /test/utilities/time/time.duration/time.duration.cast -passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons -passed 11 tests in /test/utilities/time/time.duration/time.duration.cons -passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember -passed 1 tests in /test/utilities/time/time.duration/time.duration.observer -passed 3 tests in /test/utilities/time/time.duration/time.duration.special -passed 2 tests in /test/utilities/time/time.point -passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic -passed 2 tests in /test/utilities/time/time.point/time.point.cast -passed 4 tests in /test/utilities/time/time.point/time.point.comparisons -passed 5 tests in /test/utilities/time/time.point/time.point.cons -passed 3 tests in /test/utilities/time/time.point/time.point.nonmember -passed 1 tests in /test/utilities/time/time.point/time.point.observer -passed 2 tests in /test/utilities/time/time.point/time.point.special -passed 1 tests in /test/utilities/time/time.traits -passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values -passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp -passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations -passed 1 tests in /test/utilities/tuple -passed 1 tests in /test/utilities/tuple/tuple.general -passed 1 tests in /test/utilities/tuple/tuple.tuple -passed 7 tests in /test/utilities/tuple/tuple.tuple/tuple.assign -passed 22 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation -passed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.elem -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range -passed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap -passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits -passed 1 tests in /test/utilities/type.index -passed 1 tests in /test/utilities/type.index/type.index.hash -passed 5 tests in /test/utilities/type.index/type.index.members -passed 2 tests in /test/utilities/type.index/type.index.overview -passed 1 tests in /test/utilities/type.index/type.index.synopsis -passed 1 tests in /test/utilities/utilities.general -passed 1 tests in /test/utilities/utility -passed 1 tests in /test/utilities/utility/declval -passed 14 tests in /test/utilities/utility/forward -passed 1 tests in /test/utilities/utility/operators -passed 1 tests in /test/utilities/utility/pairs -passed 5 tests in /test/utilities/utility/pairs/pair.astuple -passed 1 tests in /test/utilities/utility/pairs/pair.piecewise -passed 2 tests in /test/utilities/utility/pairs/pair.range -passed 1 tests in /test/utilities/utility/pairs/pairs.general -In file included from piecewise.pass.cpp:18: -../../../../../include/utility: In constructor ‘std::__1::pair<_T1, _T2>::pair(std::__1::piecewise_construct_t, std::__1::tuple<_Args1 ...>, std::__1::tuple<_Args2 ...>) [with _Args1 = int, int*, _Args2 = int*, int, long unsigned int ..._I1 = , long unsigned int ..._I2 = , _T1 = std::__1::pair, _T2 = std::__1::pair]’: -piecewise.pass.cpp:30: instantiated from here -../../../../../include/utility:242: error: type ‘std::__1::pair, std::__1::pair >’ is not a direct base of ‘std::__1::pair, std::__1::pair >’ -piecewise.pass.cpp failed to compile -failed 1 tests in /test/utilities/utility/pairs/pairs.pair -passed 14 tests in /test/utilities/utility/pairs/pairs.pair -passed 2 tests in /test/utilities/utility/utility.swap -passed 1 tests in /test/utilities/utility.requirements -passed 1 tests in /test/utilities/utility.requirements/allocator.requirements -passed 1 tests in /test/utilities/utility.requirements/hash.requirements -passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements -passed 1 tests in /test/utilities/utility.requirements/swappable.requirements -passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements -**************************************************** -Results for /test: -using g++ (GCC) 4.4.0 -Copyright (C) 2009 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -with -std=c++0x -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include /usr/lib/libc++.dylib ----------------------------------------------------- -sections without tests : 86 -sections with failures : 21 -sections without failures: 945 - + ---- -total number of sections : 1052 ----------------------------------------------------- -number of tests failed : 85 -number of tests passed : 3802 - + ---- -total number of tests : 3887 -****************************************************